TheWicklowWolf / LidaTube

Find and download missing Lidarr albums via yt-dlp.
GNU General Public License v3.0
105 stars 9 forks source link

Error Getting Missing Albums #37

Closed RBAdenis closed 1 hour ago

RBAdenis commented 2 hours ago

when looking for missing albums i always get this error:

Error Getting Missing Albums: HTTPConnectionPool(host='192.168.1.220', port=8686): Max retries exceeded with url: /api/v1/wanted/missing?includeArtist=true&apikey=3b3e166266b94c2d8c41c334796d3ef4&page=1 (Caused by ConnectTimeoutError(<urllib3.connection.HTTPConnection object at 0x7fad744f4110>, 'Connection to 192.168.1.220 timed out. (connect timeout=120.0)'))

Accessing Lidarr API

API and url to lidarr is right

TheWicklowWolf commented 1 hour ago

Maybe try increasing the timeout lidarr_api_timeout

I can't reproduce this issue, and unfortunately this app may not work on all setups. You need to find out what is causing the network issue. Try running the code manually or extract the relevant section and test that.

Best of luck with it.