Hellowlol / HTPC-Manager

A fully responsive interface to manage all your favorite software on your Htpc.
MIT License
344 stars 48 forks source link

Menu link to Transmission not valid; needs to have a forward slash at the end. #543

Closed desimaniac closed 4 years ago

desimaniac commented 7 years ago

Reporting Issues:

The menu link to Transmission is going to http://192.168.1.159:9091/transmission/web instead of http://192.168.1.159:9091/transmission/web/ which is causing it to not load. Basically, it just needs a forward slash at the end to fix the problem.

Hellowlol commented 7 years ago

Seems to depend on transmission version.

desimaniac commented 7 years ago

I am using the latest version. Also maybe pertinent is that it's running in a docker on my macOS.

image

The error I get when I try without the last slash.

image

Can you simply add a slash at the end of the transmission url in your code?