IPTorrents base URL error #386

Closed
opened 2026-02-20 01:01:56 -05:00 by deekerman · 17 comments
Owner

Originally created by @didyouexpectthat on GitHub (Dec 4, 2018).

Originally assigned to: @Qstick on GitHub.

Describe the bug
I am attempting to use IPtorrents.
When I try to test or save the URL provided by IPtorrents, Lidarr complains that the 'Base Url' is not in the correct format.

To Reproduce

  1. Navigate to IPTorrents
  2. Go to RSS
  3. Configure the RSS options, select download link (in lieu of web link), select appropriate music categories
  4. IPtorrents produces URL in following format:
    https://iptorrents.com/t.rss?u=USERID;tp=APIKEY;3;80;93;37;download
    where 3, 80, 93, and 37 are the 4 different categories for music.
  5. Copy and paste URL into Lidarr's Add Indexer settings
  6. Hit Test connection
  7. See error.

Expected behavior
I expect the URL from IPTorrents to work when adding indexer IPTorrents.

Screenshots
image
image

Logs

18-12-4 05:22:39.1|Warn|LidarrErrorPipeline|Invalid request Validation failed: 
 -- 'Base Url' is not in the correct format.
18-12-4 05:22:39.1|Debug|Api|[POST] /api/v1/indexer/test: 400.BadRequest (8 ms)
18-12-4 05:22:40.9|Warn|LidarrErrorPipeline|Invalid request Validation failed: 
 -- 'Base Url' is not in the correct format.
18-12-4 05:22:40.9|Debug|Api|[POST] /api/v1/indexer: 400.BadRequest (7 ms)

System info (please complete the following information):

  • Lidarr Version: 0.5.0.576
  • Operating System: Debian 9
  • .net Framework (Windows) or mono (macOS/Linux) Version: mono Linux 5.16.0.220

Additional context
Nothing else.
Thank you.

Originally created by @didyouexpectthat on GitHub (Dec 4, 2018). Originally assigned to: @Qstick on GitHub. **Describe the bug** I am attempting to use IPtorrents. When I try to test or save the URL provided by IPtorrents, Lidarr complains that the `'Base Url' is not in the correct format.` **To Reproduce** 1. Navigate to IPTorrents 2. Go to RSS 3. Configure the RSS options, select download link (in lieu of web link), select appropriate music categories 4. IPtorrents produces URL in following format: `https://iptorrents.com/t.rss?u=USERID;tp=APIKEY;3;80;93;37;download` where 3, 80, 93, and 37 are the 4 different categories for music. 5. Copy and paste URL into Lidarr's Add Indexer settings 6. Hit Test connection 7. See error. **Expected behavior** I expect the URL from IPTorrents to work when adding indexer IPTorrents. **Screenshots** ![image](https://user-images.githubusercontent.com/1329077/49420600-17db8f00-f741-11e8-8896-71af9efbb975.png) ![image](https://user-images.githubusercontent.com/1329077/49420635-4eb1a500-f741-11e8-8fa1-bc2cb510ee6b.png) **Logs** ``` 18-12-4 05:22:39.1|Warn|LidarrErrorPipeline|Invalid request Validation failed: -- 'Base Url' is not in the correct format. 18-12-4 05:22:39.1|Debug|Api|[POST] /api/v1/indexer/test: 400.BadRequest (8 ms) 18-12-4 05:22:40.9|Warn|LidarrErrorPipeline|Invalid request Validation failed: -- 'Base Url' is not in the correct format. 18-12-4 05:22:40.9|Debug|Api|[POST] /api/v1/indexer: 400.BadRequest (7 ms) ``` **System info (please complete the following information):** - Lidarr Version: 0.5.0.576 - Operating System: Debian 9 - .net Framework (Windows) or mono (macOS/Linux) Version: mono Linux 5.16.0.220 **Additional context** Nothing else. Thank you.
Author
Owner

@Rsslone commented on GitHub (Dec 12, 2018):

Same here.

@Rsslone commented on GitHub (Dec 12, 2018): Same here.
Author
Owner

@Qstick commented on GitHub (Dec 16, 2018):

I've got no way to test/debug this as I have no account.

@Qstick commented on GitHub (Dec 16, 2018): I've got no way to test/debug this as I have no account.
Author
Owner

@Qstick commented on GitHub (Dec 16, 2018):

Looking at a few things, I believe Lidarr/Sonarr expect
https://iptorrents.com/torrents/rss?u=snip;tp=snip;3;80;93;37;download
instead of
https://iptorrents.com/t.rss?u=USERID;tp=APIKEY;3;80;93;37;download
Do both work in a browser, or is the first depreciated?

@Qstick commented on GitHub (Dec 16, 2018): Looking at a few things, I believe Lidarr/Sonarr expect `https://iptorrents.com/torrents/rss?u=snip;tp=snip;3;80;93;37;download` instead of `https://iptorrents.com/t.rss?u=USERID;tp=APIKEY;3;80;93;37;download` Do both work in a browser, or is the first depreciated?
Author
Owner

@didyouexpectthat commented on GitHub (Dec 16, 2018):

I can confirm that both of the URLs produce the same output.

@didyouexpectthat commented on GitHub (Dec 16, 2018): I can confirm that both of the URLs produce the same output.
Author
Owner

@Qstick commented on GitHub (Dec 16, 2018):

So does https://iptorrents.com/torrents/rss?u=snip;tp=snip;3;80;93;37;download work in Lidarr?

@Qstick commented on GitHub (Dec 16, 2018): So does `https://iptorrents.com/torrents/rss?u=snip;tp=snip;3;80;93;37;download` work in Lidarr?
Author
Owner

@didyouexpectthat commented on GitHub (Dec 16, 2018):

Yes, it does.

@didyouexpectthat commented on GitHub (Dec 16, 2018): Yes, it does.
Author
Owner

@Qstick commented on GitHub (Dec 16, 2018):

Perfect!

@Qstick commented on GitHub (Dec 16, 2018): Perfect!
Author
Owner

@didyouexpectthat commented on GitHub (Dec 16, 2018):

IPTorrents made this change on November 26th. Is there a way to support both URL styles?

@didyouexpectthat commented on GitHub (Dec 16, 2018): IPTorrents made this change on November 26th. Is there a way to support both URL styles?
Author
Owner

@Qstick commented on GitHub (Dec 16, 2018):

Yep, working on that now.

@Qstick commented on GitHub (Dec 16, 2018): Yep, working on that now.
Author
Owner

@Dwight2019 commented on GitHub (Apr 22, 2019):

Hi,

I'm still facing this same issue when trying to configure IPTorrents.

@Dwight2019 commented on GitHub (Apr 22, 2019): Hi, I'm still facing this same issue when trying to configure IPTorrents.
Author
Owner

@Qstick commented on GitHub (Apr 22, 2019):

Version?

@Qstick commented on GitHub (Apr 22, 2019): Version?
Author
Owner

@Dwight2019 commented on GitHub (Apr 22, 2019):

Version: 2.0.0.5322

@Dwight2019 commented on GitHub (Apr 22, 2019): Version: 2.0.0.5322
Author
Owner

@Qstick commented on GitHub (Apr 22, 2019):

This is Lidarr repo, that’s not a valid version of Lidarr

@Qstick commented on GitHub (Apr 22, 2019): This is Lidarr repo, that’s not a valid version of Lidarr
Author
Owner

@Dwight2019 commented on GitHub (Apr 22, 2019):

My apologies - This is for Sonarr, seems they have a very similar GUI and error messages.

@Dwight2019 commented on GitHub (Apr 22, 2019): My apologies - This is for Sonarr, seems they have a very similar GUI and error messages.
Author
Owner

@Qstick commented on GitHub (Apr 22, 2019):

Yea I don't think they have fixed this yet

@Qstick commented on GitHub (Apr 22, 2019): Yea I don't think they have fixed this yet
Author
Owner

@squeeb commented on GitHub (Dec 1, 2019):

Still not fixed.

@squeeb commented on GitHub (Dec 1, 2019): Still not fixed.
Author
Owner

@ghost commented on GitHub (May 25, 2020):

Still not fixed.

@ghost commented on GitHub (May 25, 2020): Still not fixed.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Lidarr#386
No description provided.