styxit / HTPC-Manager

A fully responsive interface to manage all your favorite software on your Htpc.
http://htpc.io
MIT License
529 stars 183 forks source link

uTorrent Error - Wrong URL when clicking "uTorrent" #340

Open Fma965 opened 9 years ago

Fma965 commented 9 years ago

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

Hellowlol commented 9 years ago

Download 2.2.1 and expose it o the web. I don't think you can use any of the new age stuff :p

hpbrad commented 9 years ago

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

Hellowlol commented 9 years ago

And that was my entire point newer isn't always better ;)