Jump to content

Glival

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by Glival

  1. Glival

    WebUI v0.315

    Glad you've got it working Deacon. I also removed the "./" before all file names, but I guessed the scripts were the problem because NoScript seemed to cause it. Should have tested it first Besides NoScript, IE View is the only extension we've got in common.
  2. Glival

    WebUI v0.315

    Some users are reporting a problem where the WebUI hangs at the "Loading..." screen. I had the same problem using FireFox + NoScript. This solved the problem for me: - Open the "webui.zip"-file in your Application Data\uTorrent folder using WinZip - Open the file "index.html" from inside the zip - Look for 4 lines like this one (line 9-12): <script type="text/javascript" src="./common.js"></script> - Remove the "./" before the file names (so src="./common.js" becomes src="common.js"); do this for all 4 lines - Save the file and close the editor; WinZip will now ask if you want to update webui.zip with the changes you made to index.html. Choose "Yes". - Restart uTorrent Another solution was to tell NoScript to allow scripts globally (simply allowing localhost:port didn't work). Good luck
×
×
  • Create New...