I install rtorrent and rutorrent on my ubuntu server
I run wget --no-check-certificate -O autodl-setup
http://sourceforge.net/projects/autodl- ... p/download
sudo sh autodl-setup
rtorrent and rutorrent installed successfully, but I used transdroid connected
server, I keep getting this error message ("Error during communication with
server") over and over again
why ? how to fix it . please help me . I need transdroid connected my server
via android phone.
The most probable cause for this is that the installer doesn't create /RPCxxxx
mount points. The reason being that it uses the httprpc rutorrent plugin which
is more efficient.
To fix this, you will need to re-install. Before you start the install, edit
autodl-setup and find the following line (somewhere around line 62):
Code: Select all
RUTORRENT_PLUGINS="$RUTORRENT_PLUGINS httprpc"
Either remove it or comment it out, eg.:
Code: Select all
#RUTORRENT_PLUGINS="$RUTORRENT_PLUGINS httprpc"
Then run the installer as usual, eg.:
Code: Select all
sudo sh autodl-setup
Then you'll have to tell transdroid to use /RPC00001 as the RPC mount point.
This link http://sourceforge.net/apps/phpbb/autodl-irssi/viewtopic.php?f=1&t=22
Original issue reported on code.google.com by ciscohd2...@gmail.com on 2 May 2011 at 2:45
Original issue reported on code.google.com by
ciscohd2...@gmail.com
on 2 May 2011 at 2:45