Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG]: Unable to connect to import list - all lists fail apart from one #190

Open
1 task done
triksmelb opened this issue Nov 19, 2021 · 1 comment · Fixed by #191
Open
1 task done

[BUG]: Unable to connect to import list - all lists fail apart from one #190

triksmelb opened this issue Nov 19, 2021 · 1 comment · Fixed by #191
Assignees

Comments

@triksmelb
Copy link

triksmelb commented Nov 19, 2021

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

Unable to add any Lidarr lists except for Last.fm Top Artists.

Logs:

Unable to connect to import list: HTTP request failed: [500:InternalServerError] [GET] at [https://api.lidarr.audio/api/v0.4/chart/billboard/album/top]

NzbDrone.Common.Http.HttpException: HTTP request failed: [500:InternalServerError] [GET] at [https://api.lidarr.audio/api/v0.4/chart/billboard/album/top]
at NzbDrone.Common.Http.HttpClient.Execute(HttpRequest request) in D:\a\1\s\src\NzbDrone.Common\Http\HttpClient.cs:line 99
at NzbDrone.Core.ImportLists.HttpImportListBase1.FetchImportListResponse(ImportListRequest request) in D:\a\1\s\src\NzbDrone.Core\ImportLists\HttpImportListBase.cs:line 198 at NzbDrone.Core.ImportLists.HttpImportListBase1.FetchPage(ImportListRequest request, IParseImportListResponse parser) in D:\a\1\s\src\NzbDrone.Core\ImportLists\HttpImportListBase.cs:line 184
at NzbDrone.Core.ImportLists.HttpImportListBase`1.TestConnection() in D:\a\1\s\src\NzbDrone.Core\ImportLists\HttpImportListBase.cs:line 212
{"error":"Internal server error"}

HTTP Error - Res: [GET] https://api.lidarr.audio/api/v0.4/chart/billboard/album/top: 500.InternalServerError
{"error":"Internal server error"}

Expected Behavior

Ability to test and add all indexers successfully.

Steps To Reproduce

Tried to add and remove all indexers.
Manually tried to navigate to indexer URL.

Environment

- OS: Synology DSM
- Lidarr:0.8.1.2135 (linuxserver.io)
- .net Core: Yes (3.1.13)
- Docker Install: Yes 
- Using Reverse Proxy: No
- Browser: Safari 15.1

What branch are you running?

Master

Anything else?

Nothing else.

AB#1929

AB#1930

@Qstick Qstick transferred this issue from Lidarr/Lidarr Nov 20, 2021
danielunderwood added a commit that referenced this issue Nov 21, 2021
Apple has changed their feeds and it seems that this may be the only one left
https://rss.applemarketingtools.com/
danielunderwood added a commit that referenced this issue Nov 21, 2021
* Fixed: Update billboard.py to fix billboard charts

* Fixed: Apple Music top albums chart. Partial fix for #190

Apple has changed their feeds and it seems that this may be the only one left
https://rss.applemarketingtools.com/

* Fixed: Catch errors in LastFM album chart

* Fixed: Skip LastFM tests when key not available

* Added: k6 script for post-deploy testing
@danielunderwood
Copy link
Contributor

#191 fixed many errors, but iTunes and Apple Music recent albums are still broken.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants