Sonarr version (exact version): 2.0.0.5252 Mono version (if Sonarr is not running on Windows): Running in Windows OS: Windows 10 v10.0.17769 Build 17763
Description of issue:
I was able to add several TV shows, but it fails only when trying to add the show Shark Tank (tvdbId: 100981).
When pressing either Add or Add and search, it makes the POST request to /api/series, and after 5 minutes it times out with a 500 error.
We’ve seen this a few times before and it seems like Cloudflare is not responding when it’s previously ran into a problem getting that information from our server, but it only seems to affect individual proxies of theirs, not all of them and I have no issues with that particular URL.
We should be able to wipe the cache and resolve it, but It’d be good to know what you get back in those browsers.
That URL works perfectly in every browser: IE, Edge and Chrome. I’m able to get the json with no issues. .NET web request should be able to get it to. It’s the same host.
I’d like to add that further testing showed that I have the same exact issue with Brooklyn Nine-Nine (tvdbId: 269586). I’m able to download the json with all browsers too. It just times out with the sonarr request.
Right. I’ll need to take a look at the whole code so I can see how the URL is being created. Stack trace is pointing to that methos GetResponse, but I have no idea which URL is using.