lad1337 / XDM-main-plugin-repo

The official main Plugin Repository
19 stars 11 forks source link

NZBget connection error #12

Closed schumi2004 closed 10 years ago

schumi2004 commented 10 years ago

I think it's because i'm running from recent source.

DEBUG 2014-02-15 12:42:10.296737
calling > with [u'localhost', 6789, u'password', u'username', True] ERROR 2014-02-15 12:42:10.323190
Some error while trying to connect to nzbget Traceback: Traceback (most recent call last): File "/usr/local/xdm/var/plugins/Downloader/NZBGet-de_lad1337_nzbget-0_4/NZBGet.py", line 128, in _testConnection v = server.version() File "/usr/local/python/lib/python2.7/xmlrpclib.py", line 1224, in call return self.send(self.name, args) File "/usr/local/python/lib/python2.7/xmlrpclib.py", line 1578, in request verbose=self.verbose File "/usr/local/python/lib/python2.7/xmlrpclib.py", line 1264, in request return self.single_request(host, handler, request_body, verbose) File "/usr/local/python/lib/python2.7/xmlrpclib.py", line 1292, in single_request self.send_content(h, request_body) File "/usr/local/python/lib/python2.7/xmlrpclib.py", line 1439, in send_content connection.endheaders(request_body) File "/usr/local/python/lib/python2.7/httplib.py", line 969, in endheaders self._send_output(message_body) File "/usr/local/python/lib/python2.7/httplib.py", line 829, in _send_output self.send(msg) File "/usr/local/python/lib/python2.7/httplib.py", line 791, in send self.connect() File "/usr/local/python/lib/python2.7/httplib.py", line 1176, in connect self.sock = ssl.wrap_socket(sock, self.key_file, self.cert_file) File "/usr/local/python/lib/python2.7/ssl.py", line 387, in wrap_socket ciphers=ciphers) File "/usr/local/python/lib/python2.7/ssl.py", line 143, in init self.do_handshake() File "/usr/local/python/lib/python2.7/ssl.py", line 305, in do_handshake self._sslobj.do_handshake() error: [Errno 104] Connection reset by peer

schumi2004 commented 10 years ago

I feel stupid now. For some reason SSL was checked and i didn't noticed it. Sorry.

lad1337 commented 10 years ago

Glad you solved it :)

schumi2004 commented 10 years ago

Only need to test naming convention and then it's ready for production

lad1337 commented 10 years ago

Only need to test naming convention and then it's ready for production

XDM in general or what do you mean?

schumi2004 commented 10 years ago

As described here https://github.com/lad1337/XDM-main-plugin-repo/issues/14 plan is to do some test runs to figure it out.