mimtek / rutorrent

Automatically exported from code.google.com/p/rutorrent
0 stars 0 forks source link

Error XMLRPC #133

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Open RuTorrent
2. Add New Torrent for download

What is the expected output? What do you see instead? Torrent is add to
download, but I see in log: 
[18.10.2009 12:14:34] XMLRPC Error: -501 - Unsupported target type found.
[18.10.2009 12:30:26] XMLRPC Error: -501 - Unsupported target type found.
[18.10.2009 12:33:36] XMLRPC Error: -501 - Unsupported target type found.
[18.10.2009 12:48:50] XMLRPC Error: -501 - Unsupported target type found.
[18.10.2009 12:49:20] XMLRPC Error: -501 - Unsupported target type found.
[18.10.2009 12:50:04] XMLRPC Error: -501 - Unsupported target type found.
[18.10.2009 12:53:03] XMLRPC Error: -501 - Unsupported target type found.
[18.10.2009 12:53:55] XMLRPC Error: -501 - Unsupported target type found.
[18.10.2009 12:59:45] XMLRPC Error: -501 - Unsupported target type found.
[18.10.2009 14:24:53] XMLRPC Error: -501 - Unsupported target type found.

What version of the product are you using? On what operating system?
RuTorrent 2.7 , rTorrent 0.8.4_1 , OS: FreeBSD 7.2

Are some errors present in the web-server log? NO

Are some errors present in the browser console? NO

Please provide any additional information below.
All error I write above

Original issue reported on code.google.com by chato...@gmail.com on 18 Oct 2009 at 6:36

GoogleCodeExporter commented 9 years ago
1) Which parameters you specify in New Torrent dialog? Which button you press 
on it?
2) Is this happens with *any* torrents? 

Original comment by novik65 on 19 Oct 2009 at 8:08

GoogleCodeExporter commented 9 years ago
if you're on freebsd, make SURE you used xmlrpc-c-devel and not xmlrpc-c

Original comment by Wonslung@gmail.com on 19 Oct 2009 at 10:48

GoogleCodeExporter commented 9 years ago
also, unless you absolutely have to have an older version, i'd use 
rtorrent-devel and
compile with kqueue support BUT there is a patch you should apply to libtorrent
REGARDLESS (it can be done via a simple edit actually)

if you use kqueue, this is a MUST.

in the libtorrent source files, look for a file named poll_kqueue.cc

find the line
  return new PollKQueue(fd, 1024, maxOpenSockets);
and change it to
  return new PollKQueue(fd, 16384, maxOpenSockets);

if you do NOT do this, you will have a major problem with re-opening rtorrent 
if you
are running, say, 50 torrents or so.

also, if you must run 0.8.4 for only one or two trackers but can use 0.8.5 for 
all
the others, do what i do.  make 2 jails, one with rtorrent and one with 
rtorrent-devel

believe me, rtorrent-devel is much cooler...and has no stability problems if 
you know
how to set it up.  If you run into trouble let me know. Drop me an email at
wonslung@gmail.com 

Original comment by Wonslung@gmail.com on 19 Oct 2009 at 10:54

GoogleCodeExporter commented 9 years ago

Original comment by novik65 on 12 Nov 2009 at 8:49