Windows install troubleshooting #5
-
So I have been using the original GitLab script for years, but I think it broke when I upgraded Sonarr to v4.. No problem, I found this project. But when I execute it, I get this error: I am trying to run it on Windows, are the updates to work with Docker only or something? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 6 replies
-
Also, how can this script be called in Sonarr v4 since Arguments have been removed? |
Beta Was this translation helpful? Give feedback.
-
Going to document my findings here.... OK so I needed to have Python3 installed. That fixed the above syntax error. However, then I got a different error: I then needed to install additional Python3 components: requests, and flask
|
Beta Was this translation helpful? Give feedback.
-
Converting this to a discussion as I do not see any code-level bugs/issues called out here. This seems to be related to environment setup. |
Beta Was this translation helpful? Give feedback.
-
OK I got it working finally! I do think there's an issue with the So for future reference:
I abandoned the idea of executing the script via Sonarr in the Connections section. Instead I am using Windows Task Scheduler to run daily at 4am. This setting is important for it to execute properly: |
Beta Was this translation helpful? Give feedback.
OK I got it working finally!
I do think there's an issue with the
--debug
output above in the way it's displaying the created URLs, but executing the script is working for me. 🤷So for future reference:
requests
module viaC:\Program Files (x86)\Python313-32\Scripts>pip3 install requests
commandflask
module viaC:\Program Files (x86)\Python313-32\Scripts>pip3 install flask
commandI abandoned the idea of executing the script via Sonarr in the Connections section. Instead I am using Windows Task Scheduler to run daily at 4am. This setting is important for it to execute properly: