[Solved] XMLRPC Error: Command "f.prioritize_first" does not exist. [getfiles]

dsouvik215

Member
May 25, 2018
896
0
16
Hi,

XMLRPC Error: Command "f.prioritize_first" does not exist. [getfiles]

I'm getting the above error when I click on a torrent in the list within ruTorrent. I get the error message once for each torrent, if I click on each.

I have followed the guide here: http://www.transdroid.org/download/using-rtorrent-on-ubuntu/

except I installed the latest versions of libtorrent (0.12.cool.gif and rtorrent (0.8.cool.gif...

I installed libxmlrpc-c3-0 and libxmlrpc-c3-dev from the Ubuntu 11.04 Natty repos, as it should be a high enough version.

Code:
media@media:~$ xmlrpc-c-config --version
1.16.32
then I followed the ruTorrent install from SVN in the wiki: http://code.google.com/p/rutorrent/wiki/GetFromSVN

all is working fine as far as I can tell apart from the error as above, and also if I click on the "Files" tab in ruTorrent then nothing displays at all - I guess if it's working correctly it would display the individual files in the selected torrent.

I guess that the error may be something to do with the "_getdir" plugin due to the reference to "[getfiles]" in the error message - I've tried installing the plugin using both the tarball and SVN checkout yesterday, and "svn up" for both ruTorrent and the plugins (currently at revision 1704.

I've tried searching for help, google doesn't find anything with the error I get though. I have found some other XMLRPC Errors, which suggest that the problem may be down to xmlrpc being changed but not completed yet - if that is the fault, is there a version I can download that works correctly for Ubuntu 11.04?

TIA,

xTx
 

das329717

Member
May 25, 2018
928
0
16
Quote
Update code from ruTorrent svn. Or update code from rTorrent svn. Or both.​


sweet - all working now after updating both libtorrent and rtorrent via svn - THANKS smiley.gif

xTx





just in case anyone else has the same issues as me in a future google search, I removed the old libtorrent and rtorrent by changing to the directories I built them in and running in each:

Code:
sudo make uninstall
then followed the svn install instructions here:

http://libtorrent.rakshasa.no/wiki/Install