Hunsu / ntorrent

Automatically exported from code.google.com/p/ntorrent
GNU General Public License v3.0
0 stars 1 forks source link

Unable to connect with current version of xmlrpc-c #131

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Trying to connect to rtorrent 0.8.6, dynamically loading xmlrpc-c 1.16.07. 
Using ntorrent 0.5.1, I can't establish a connection. I've verified that 
both HTTP connections going to /RPC2 are working and that rtorrent is 
listening on port 5000 locally. When I try to connect from a remote machine 
(using both SSH and HTTP) I get the following error in the ntorrent log:

Unsupported XMLRPC dialect selected

Full log is attached.

Original issue reported on code.google.com by alexmali...@gmail.com on 21 Apr 2010 at 3:32

Attachments:

GoogleCodeExporter commented 9 years ago
I was able to work around this by recompiling rtorrent. It was originally 
compiled 
with xmlrpc-c 1.06, and even though it was dynamically loading 1.16, it wasn't 
working 
correctly. Rebuilding rtorrent with only 1.16 installed seems to have taken 
care of 
the issue.

Original comment by alexmali...@gmail.com on 21 Apr 2010 at 4:07

GoogleCodeExporter commented 9 years ago
Good!

Original comment by kei...@gmail.com on 23 Apr 2010 at 7:33