HTPC-Manager
HTPC-Manager copied to clipboard
uTorrent Error - Wrong URL when clicking "uTorrent"
OK so when you go to the downloads page and see the status of all downloads if you click the link it will take you to
<a href="http://${settings.get('utorrent_host')}:${settings.get('utorrent_port')}" target="_blank">${settings.get('utorrent_name', 'uTorrent')}</a>
which is http://IP:9091
but this doesn't work and it should instead be
<a href="http://${settings.get('utorrent_host')}:${settings.get('utorrent_port')}/gui" target="_blank">${settings.get('utorrent_name', 'uTorrent')}</a>
which is http://IP:9091/gui
Download 2.2.1 and expose it o the web. I don't think you can use any of the new age stuff :p
As it turns out even though the test didn't pass on the settings screen and I got a weird error when I first loaded the actual u torrent screen in htpcm if I just wait a few more seconds it loads up like a charm. Weird. But that's why I deleted my post ... Btw don't need to downgrade I'm using the latest 3.x
And that was my entire point newer isn't always better ;)