Jump to content

I got a blank page


276562578

Recommended Posts

when I open http://my-local-ipaddress:8080/gui/ , I got a blank page after login(admin none). when I 'ls' the folder of ut (of cause, I just install it for 'tar') I found these.

dht.dat       dht_feed.dat.old  rss.dat       settings.dat.old  webui.zipdht.dat.old   docs              rss.dat.old   sharedht_feed.dat  resume.dat        settings.dat  utserver

It has 'webui.zip'. Is it the key of the problem? I had no idea about that.

thanks for your listenning!

Link to comment
Share on other sites

I got the same problem here.
 
I used the latest beta for Debian 7 Stable (Wheezy) from https://www.utorrent.com/downloads/linux
 
Unpacked tarball, ran:

utserver -logfile utserver.log -daemon

Then I connected to

http://<IP address>:8080/gui

and obtained a blank page
 
On access attempt to the gui location, the logfile received:

File not found during integrity check: .//webcache.datFile not found during integrity check: .//webcache.dat.newFile not found during integrity check: .//webcache.dat.old

I guess your default path is wrong.
 
I then added a:

-settingspath utorrent-server-alpha-v3_3

argument, and still
 

File not found during integrity check: /home/<user>/utorrent-server-alpha-v3_3//webcache.datFile not found during integrity check: /home/<user>/utorrent-server-alpha-v3_3//webcache.dat.newFile not found during integrity check: /home/<user>/utorrent-server-alpha-v3_3//webcache.dat.old

==========

 

 

Btw, I found it odd that when you do not specify any path, the defaults are resulving path depending on utserver binary file location, while when you specify a relative path, it is resolved depending on where the command is issued.
 

utorrent-server-alpha-v3_3/utserver -logfile utorrent-server-alpha-v3_3/utserver.log -daemon

will search for

.//webcache.dat

while

utorrent-server-alpha-v3_3/utserver -logfile utorrent-server-alpha-v3_3/utserver.log -pidfile utorrent-server-alpha-v3_3/utserver.pid -settingspath utorrent-server-alpha-v3_3/ -daemon

will search for

/home/<user>/utorrent-server-alpha-v3_3//webcache.dat
Link to comment
Share on other sites

  • 2 weeks later...

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...