freshcelery / radarr_letterboxd_import

Automate adding movies to Radarr from Letterboxd Watchlists
MIT License
6 stars 0 forks source link

Handle "Exceeded 30 redirects" error #4

Open freshcelery opened 6 years ago

freshcelery commented 6 years ago

Occasionally it seems that when retrieving data from letterboxd, an error will occur due to constant redirects.

Should try to fix this by disabling redirects when making the request, not sure if that will work but worth a shot.

requests.get(url, allow_redirects=False)

freshcelery commented 6 years ago

This was due to a movie that was taken off of letterboxd, but was still present in my watchlist. Will need to work out a way to handle that situation.