User Activity

  • Posted a comment on ticket #190 on Juice, cross-platform podcast receiver

    So I had a short look at this and it seems I'll have to add import ssl in grabbers.py and set the Protocol to use PROTOCOL_TLSv1 In short something like this.... import socket import ssl # SET VARIABLES packet, reply = "<packet>SOME_DATA</packet>", "" HOST, PORT = 'XX.XX.XX.XX', 4434 # CREATE SOCKET sock = socket.socket(socket.AF_INET, socket.SOCK_STREAM) sock.settimeout(10) # WRAP SOCKET wrappedSocket = ssl.wrap_socket(sock, ssl_version=ssl.PROTOCOL_TLSv1, ciphers="ADH-AES256-SHA") # CONNECT AND...

  • Modified a comment on ticket #190 on Juice, cross-platform podcast receiver

    I was one of the original developers when it was called iPodder but it seems the only thing that needs to be updated are the url python libararies urllib2.pyc, httplib.pyc, socket.pyc and maybe feedparser.pyc I haven't messed with this code in years but I'll have a whack at it in the nexxt few weeks.

  • Modified a comment on ticket #190 on Juice, cross-platform podcast receiver

    I was one of the original developers when it was called iPodder but it seems the only thing that needs to be updated are the url python libararies urllib2.pyc, httplib.pyc and maybe feedparser.pyc I haven't messed with this code in years but I'll have a whack at it in the nexxt few weeks.

  • Posted a comment on ticket #190 on Juice, cross-platform podcast receiver

    I was one of the original developers when it was called iPodder but it seems the only think that needs to be updated are the url python libararies urllib2.pyc, httplib.pyc and maybe feedparser.pyc I haven't messed with this code in years but I'll have a whack at it in the nexxt few weeks.

View All

Personal Data

Username:
sgrayban
Joined:
2019-05-18 08:20:59
Location:
Spokane / United States / PDT
Gender:
Male

Projects

  • No projects to display.

Personal Tools