austgl / transdroid

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

Please use /RPC00001 as the RPC mount point. #319

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
Sounds to me there isn't really aa Transdroid issue here? Let me know if there 
is. 

Original comment by erickok@gmail.com on 7 May 2011 at 9:49