haijeploeg / excludarr

Excludarr manages your libraries in Radarr/Sonarr. It keeps track of your library and checks if your movies and series are also available on a configured streaming provider. It can exclude the movies and series that are available on a configured streaming provider. But it can also re-add movies and series if they are not streaming anymore.
MIT License
194 stars 13 forks source link

Changed DNS settings for apis.justwatch.com #47

Closed alejakun closed 2 years ago

alejakun commented 2 years ago

This is not per-se a problem of the application, but the provider justwatch.com seems to have made a mess of their dns-entries redirecting from apis.justwatch.com to www.apis.justwatch.com, so right now the app is not working throwing the following exception:

requests.exceptions.ConnectionError: HTTPSConnectionPool(host='apis.justwatch.com', port=443): Max retries exceeded with url: /content/locales/state (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f68b759bd30>: Failed to establish a new connection: [Errno -3] Try again'))

I was able to solve it (for me), using a DNS rewrite in my own network to the currently reported IP address for apis.justwatch.com:

*.apis.justwach.com -> 35.186.248.180

I think this should be just a temporary issue, but thought might be useful to the community, and couldn't figure out where else to share.

haijeploeg commented 2 years ago

Hi!

Great catch! It seems that they have solved it now and that apis.justwatch.com is now redirecting to g.justwatch.com which is redirecting to 35.186.248.180.

I will pin this issue for further references and update the FAQ accordingly! Thanks for sharing this!