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
Description:
The current logging behavior for HTTP timeouts and 429 (Too Many Requests) responses results in excessive stack trace spam in the logs. This makes troubleshooting difficult and consumes unnecessary storage.
Problem Examples:
Timeout Errors
When a request to a subtitle provider (e.g., Podnapisi.NET) times out, the full stack trace is logged:
Description:
The current logging behavior for HTTP timeouts and 429 (Too Many Requests) responses results in excessive stack trace spam in the logs. This makes troubleshooting difficult and consumes unnecessary storage.
Problem Examples:
Timeout Errors
When a request to a subtitle provider (e.g., Podnapisi.NET) times out, the full stack trace is logged:
Rate Limit Errors
When receiving 429 responses, the plugin logs the full exception:
Suggested Improvements:
For timeout exceptions:
[WRN] Request to Podnapisi.NET timed out after 20s (URL: [URL])
For 429 responses:
Retry-After
period if available in response headers[WRN] Podnapisi.NET rate limit exceeded. Retry after 120s
General improvements:
Benefits:
The text was updated successfully, but these errors were encountered: