timothiasthegreat Posted March 21, 2014 Report Posted March 21, 2014 Hi all. On a fresh install, when I go to myip:8080/gui I am asked for a login, and after logging in with default I am given a blank browser window. I am running Ubuntu server 14.04 Development Branch, just tried to set up uTorrent server (v3_3). I followed a walkthrough, extracted the download to /opt/utorrent-server...../ I symlinked utserver to /usr/bin. I started it with: utserver -settingspath /opt/utorrent-server-alpha-v3_3 &and it returned a pid#, so everything started well. Following instructions, I go to ip:8080/gui It asks for a login, u=admin, p=_blank_, it is accepted and I am presented with a blank screen. http://www.utorrent.com/help/guides/webui says at this point to close and reload the browser (I am using Chrome btw), which I have done to no avail. Switched to Firefox for the same result. That page also suggests adding a string to the url, which I tried to no success. I checked the contents of webui.zip (which exists) and it seems to be intact. I am completely lost. Any thoughts? **More Info**This is a headless server, all my work is done over ssh. I cannot test localhost:8080/gui for that reason. I have also ensured that 8080 is open on the firewall.
dsm1212 Posted March 21, 2014 Report Posted March 21, 2014 Unless you can find the logfile, add it to your utserver command line "-logfile <path>" and see if it tells you anything. Maybe it's having trouble opening the web port or you have a typo in your settings file or something. I think most of the conf settings only matter once so if you change them you probably want to delete settings.dat so that the conf is processed again.
Firon Posted March 21, 2014 Report Posted March 21, 2014 Hi all. On a fresh install, when I go to myip:8080/gui I am asked for a login, and after logging in with default I am given a blank browser window. I am running Ubuntu server 14.04 Development Branch, just tried to set up uTorrent server (v3_3). I followed a walkthrough, extracted the download to /opt/utorrent-server...../ I symlinked utserver to /usr/bin. I started it with: utserver -settingspath /opt/utorrent-server-alpha-v3_3 &and it returned a pid#, so everything started well. Following instructions, I go to ip:8080/gui It asks for a login, u=admin, p=_blank_, it is accepted and I am presented with a blank screen. http://www.utorrent.com/help/guides/webui says at this point to close and reload the browser (I am using Chrome btw), which I have done to no avail. Switched to Firefox for the same result. That page also suggests adding a string to the url, which I tried to no success. I checked the contents of webui.zip (which exists) and it seems to be intact. I am completely lost. Any thoughts? **More Info**This is a headless server, all my work is done over ssh. I cannot test localhost:8080/gui for that reason. I have also ensured that 8080 is open on the firewall.use -daemon instead of backgrounding. Probably not a bad idea to specify -logfile <path> too.
timothiasthegreat Posted March 21, 2014 Author Report Posted March 21, 2014 Thank you. Solid advice. The logfile tipped me off to the fact that I didn't end the -settingspath with a trailing / which meant it couldn't find everything it needed. Side note, where is the documentation of Linux CLI options? I Googled for a long time and did not come accross any?
Firon Posted March 21, 2014 Report Posted March 21, 2014 It's documented in the tarball. There's a docs folder with docs in various formats that explain everything, including usage of the API.
Ignoroth Posted October 10, 2014 Report Posted October 10, 2014 I had the same issue with a blank page loaded.I fixed it by running this command to launch: utserver -settingspath /opt/utorrent-server-alpha-v3_3/ -daemon
JackElliott Posted October 20, 2014 Report Posted October 20, 2014 I just started having this problem, too. I get the login screen, but after that, nothing but a blank web page. I have tried the above suggestions. My launch command is utserver -settingspath /opt/utorrent-server-alpha-v3_3/ -daemon I've added -logfile to that, but no log file is created in the settings directory. The problem occured after I spent some time trying to fix a small number of downloads that were stuck at "Checked" (0% -- nothing happening). I deleted some .dat files, but no help with the stuck downloads. I also added a password to utserver, while I was looking around. For an unrelated reason I had to reboot the computer, and now I have an unresponsive webgui. I've gone so far as to delete everything in the settings directory except for the executable, thinking that some bad setting was making utserver unhappy, but still no webgui. I can log in, but blank screen after that. That said, utserver is running, and I see that it has recreated resume.dat, resume.dat.old, dht_feed.dat, and dht_feed.dat.old, so it's alive. Just no webgui at http://localhost:8080/gui/web/index.html and no logfile, at least in the settings directory. Oh, I tried it with both Chrome and Firefox.
DreadWingKnight Posted October 20, 2014 Report Posted October 20, 2014 it's not /gui/web. It's just /gui
JackElliott Posted October 20, 2014 Report Posted October 20, 2014 Thank you. I've been using http://localhost:8080/gui/web/index.html for months. Alas, http://localhost:8080/gui/index.html gives the same problem: I get the login window, I log in, the login window goes away, and I am left with a blank window in the browser.
DreadWingKnight Posted October 20, 2014 Report Posted October 20, 2014 Did you (re)place the webui.zip next to your settings.dat file?
JackElliott Posted October 21, 2014 Report Posted October 21, 2014 Thank you -- no, I haven't replaced that file. It is in the same directory as the settings.dat file.
JackElliott Posted October 21, 2014 Report Posted October 21, 2014 Addendum: even though I can't see the webgui, utorrent has been chugging away and has completed downloading everything I put in the queue, even those torrents that were marked as "Checked." Just need some way to re-gain access to the gui.
JackElliott Posted October 22, 2014 Report Posted October 22, 2014 Is uTorrent pretty much broke on my machine, then?
naugas Posted December 6, 2014 Report Posted December 6, 2014 I fiddled around trying to put the settings and config files in a .utorrent directory in my home directory, but it didn't work for some reason. When I moved the webui.zip, setting and utserver.conf files to the program directory it worked. I had issues with other things which could have caused the problems, and did a reboot in between, but I haven't bothered to retry anything since it works now. So I suggest you do the same... delete all the *.dat* files where ever they are and start from scratch. Have the utserver.conf and webui.zip files in the program directory. Start the program from a terminal and specify the settings, config file and the log file locations, in my case: /opt/utserver/utserver -configfile /opt/utserver/utserver.conf -settingspath /opt/utserver/ -logfile /home/johan/utserver.log (Yes, you must specify the name of the log file.) If it works then later start with -daemon like you used to. You could try start with a fresh config file also, I used the template from Rich.T. at http://forum.utorrent.com/topic/73370-sample-utserverconfig-file/?p=497396 Note: I use the alternative webui by Ultima that can be found at http://forum.utorrent.com/topic/49588-%C2%B5torrent-webui/ - it works better with the screen resolution on my laptop, but I don't know of any functional differences.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.