Describe the bug
The Legendas.net provider is failing to authenticate. Bazarr attempts to reach the login endpoint at https://legendas.net/api/v1/login but receives a 404 Client Error: Not Found. This results in the provider being throttled for 10 minutes.
To Reproduce
Steps to reproduce the behavior:
- Ensure Legendas.net is enabled as a provider.
- Go to 'Wanted' (Episodes or Movies).
- Trigger a manual or automatic search for subtitles (specifically PT-BR).
- Check the logs to see the HTTPError and the subsequent throttling.
Expected behavior
Successful authentication with the Legendas.net API and retrieval of subtitle search results.
Screenshots
N/A.
Software (please complete the following information):
- Bazarr: v 1.5.7-beta9
- Sonarr v 4.0.17.2952
- OS: Ubuntu Server 6.17.0-14, Docker version 29.2.1
Additional context
The error log specifically points to:
Exception info: "'404 Client Error: Not Found for url: https://legendas.net/api/v1/login' ~ legendasnet.py@121"
This suggests a possible change in the Legendas.net API structure or a decommissioning of the current login endpoint.
Describe the bug
The Legendas.net provider is failing to authenticate. Bazarr attempts to reach the login endpoint at https://legendas.net/api/v1/login but receives a 404 Client Error: Not Found. This results in the provider being throttled for 10 minutes.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Successful authentication with the Legendas.net API and retrieval of subtitle search results.
Screenshots
N/A.
Software (please complete the following information):
Additional context
The error log specifically points to:
Exception info: "'404 Client Error: Not Found for url: https://legendas.net/api/v1/login' ~ legendasnet.py@121"
This suggests a possible change in the Legendas.net API structure or a decommissioning of the current login endpoint.