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
ConnectionError: HTTPSConnectionPool(host='en.wikipedia.org', port=443): Max retries exceeded with url: /w/api.php?inprop=url&redirects=&format=json&prop=info%7Cpageprops&titles=Zatox&action=query (Caused by NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x7f398b48dad0>: Failed to establish a new connection: [Errno 101] Network unreachable',))
(17 additional frame(s) were not displayed)
...
File "lidarrmetadata/api.py", line 125, in get_artist_info
wikipedia_links[0]['target'])
ConnectionError: HTTPSConnectionPool(host='en.wikipedia.org', port=443): Max retries exceeded with url: /w/api.php?inprop=url&redirects=&format=json&prop=info%7Cpageprops&titles=Zatox&action=query (Caused by NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x7f398b48dad0>: Failed to establish a new connection: [Errno 101] Network unreachable',))
The text was updated successfully, but these errors were encountered:
* Catch request error on for wikipedia requests. Fixes#86.
* Catch request errors for fanart. Fixes#83.
* Rework 500 error handling
Returns 503 and appropriate message for mb/redis connection issues.
Now returns generic message for other 500 errors. Fixes#87.
* Add connection timeout to db connection. Will raise OperationalError for timeout. Fixes#29.
https://sentry.io/lidarr/lidarr-api-metadata/issues/786046421/?referrer=github_plugin
The text was updated successfully, but these errors were encountered: