You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"}
* 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
Is there an existing issue for this?
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.HttpImportListBase
1.FetchImportListResponse(ImportListRequest request) in D:\a\1\s\src\NzbDrone.Core\ImportLists\HttpImportListBase.cs:line 198 at NzbDrone.Core.ImportLists.HttpImportListBase
1.FetchPage(ImportListRequest request, IParseImportListResponse parser) in D:\a\1\s\src\NzbDrone.Core\ImportLists\HttpImportListBase.cs:line 184at 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
What branch are you running?
Master
Anything else?
Nothing else.
AB#1929
AB#1930
The text was updated successfully, but these errors were encountered: