Replies: 1 comment
-
Switched to develop as workaround |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey folks,
I'm running
qbit_manage
inside a Docker container as part of a *arr stack setup (Prowlarr, Radarr, etc.), and I’m hitting a wall. Every time I try to trigger something via the web API, I get this message:And then... nothing. It just stays like that forever. No logs, no errors, no progress. I’ve checked the code and it looks like it’s stuck waiting on
is_running_lock
, but I’m not sure why it never clears. I even tried manually settingis_running.value = False
inside the container, but the lock seems to beNone
unless I patch the class myself.Is this a known issue? Am I missing something obvious? Any tips on how to reset or force it to continue?
Thanks in advance — happy to share more details if needed.
Beta Was this translation helpful? Give feedback.
All reactions