SchizoDuckie / DuckieTV

A web application built with AngularJS to track your favorite tv-shows with semi-automagic torrent integration
http://schizoduckie.github.io/DuckieTV/
Other
1.13k stars 272 forks source link

DuckieTV querying invalid Transmission RPC URL #1328

Open talios opened 3 years ago

talios commented 3 years ago

What build of DuckieTV are you using (Standlone / Chrome Extension (New Tab / Browser Action))

Standlaone: https://github.com/DuckieTV/Nightlies/releases/tag/nightly-202109072304

What version of DuckieTV are you using (Stable 1.1.x / Nightly yyyymmddHHMM)

Night as above: https://github.com/DuckieTV/Nightlies/releases/tag/nightly-202109072304

What is your Operating System (Windows, Mac, Linux, Android)

OS?X

Describe the problem you are having and steps to reproduce if available

Using Transmission as the torrent client with the following (redacted) settings:

I see API requests being sent for http://USER:PASSWORD@HOST:9091/transmission:9091/transmission/rpc.

You can see that following the address, the port and path is just being appended to the Address.

After changing the address to simple being http:HOST - everything just worked. If the address is supposed to simply be protocol/hostname - some form of validation against putting the Transmission URL into the field, OR - the base path should be applied as a relative URL to that of the address/

garfield69 commented 3 years ago

thanks for reporting. I'll take a look and see if we can add a template mask to the address field.