-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
blackhole: arr not working (sporadically) #11
Comments
I tried to repro this in the blackhole container (
The final result is:
I'm now even more unsure of what's going on. I've tried this over a 1000 runs and I only get 200 status codes. EDIT: I also checked with This still doesn't help with why this is happening only sometimes though. |
Another test I did that better captures what app.py is doing:
So the container is able to reach the arr's just fine, but blackhole for some reason isn't still getting json response back. |
Similar to #2 (comment). Another log example:
However this is not happening consistently. In the last 8 hours, radarr grabbed 13 items (all were symlinked successfully) but only 2 were imported by radarr. Similar numbers for sonarr.
So this is not a configuration issue or a permanent bug since this is sometimes working. I also don't think my arr's are crashing because I have uptime monitoring.
Here's the env I'm using:
I'm not sure what's going on here - it could be that the issue is transient. But the script doesn't log the response the arr's return so it's hard to say. I can see 2 things that may help figure this out:
The text was updated successfully, but these errors were encountered: