3.0beta hangs on loading screen

jith45

Member
May 25, 2018
960
0
16
Hi,

I have just downloaded the latest beta 3.0 from svn. backed up my old Rutorrent folder and placed the new folder in its place.

i then rebooted my server and gave it time to load up. when i try to access the Webui i get a constant loading symbol and have yet to access the new UI.

I am running rutorrent on an Unraid server using lighttpd/rtorrent 0.84 and accessing via firefox 3.6
 

somus1735

Member
May 25, 2018
833
0
16
This is the second thread i've seen with someone on unraid having issues.

I'm not sure what the issue is..i really hate unraid personally, so i don't use it. The first thing we need to check is:

Remove all plugins, try again

second, do you have php-cli

third, do you have curl

are they all linked in the conf file


do you have the right permissions?

which version of xmlrpc-c is rtorrnet built with (needs to be 1.11 or better)
 

jith45

Member
May 25, 2018
960
0
16
I've tried removing plugins but there's no difference

i have the following packages

curl-7.19.6-i486-1_slack12.
xmlrpc-c-1.11.00-i486-1
rtorrent-0.8.4-i486-1
php-5.2.8-i486-1.tgz

these are all linked to the conf file.

just a note, RUtorrent 2.8 works perfectly well, ive been running with the same settings for about 6months, upgraded from 2.7 without any problems
 

jith45

Member
May 25, 2018
960
0
16
Ok, ive now had a bit more tome to play around with this and i've got it up and running.

reinstalling php cli seemed to do the trick

my problem now is that all plugins are working except the new unpack - i get the following error message

Quote
Unpack plugin: rTorrent's user can't access unzip program​
 

somus1735

Member
May 25, 2018
833
0
16
that's a pretty obvious error.

you are missing the unzip binary.

or

the path in rutorrent/plugins/unpack/conf.php is wrong
 

jith45

Member
May 25, 2018
960
0
16
Quote
that's a pretty obvious error.

you are missing the unzip binary.

or

the path in rutorrent/plugins/unpack/conf.php is wrong


Doh, Thank you! grin.gif