Antorell
Antorell
Same issue here. Top is Regex101. Sad. 
It also happens when the link to the .torrent file is behind a DDOS protection (cloudflare, etc..).
This script never worked, right? You parse episode id as a string str() when sonarr's API asks for a integer. `episode_id = str(getenv('sonarr_episodefile_episodeids'))` https://sonarr.tv/docs/api/#/Episode/get_api_v3_episode__id_
dunno, I tried the script yesterday and it didn't work. I landed on this bug report yesterday, and today when I checked the API page and saw it asked for...
Changing str to int didn't cut it. sadly. ``` 2022-11-02 11:40:15.2|Debug|CustomScript|Executing external script: /home/(removed)/.config/unmonitor_downloaded_episodes.py 2022-11-02 11:40:15.2|Debug|unmonitor_downloaded_episodes.py|Starting /home/(removed)/.config/unmonitor_downloaded_episodes.py 2022-11-02 11:40:16.8|Error|unmonitor_downloaded_episodes.py|Traceback (most recent call last): 2022-11-02 11:40:16.9|Error|unmonitor_downloaded_episodes.py| File "/home/(removed)/.config/unmonitor_downloaded_episodes.py", line 46, in...
I poke around the API later. The last time I wrote anything python related it was for my calculator.
Yes, something with the environment and ids not being passed/parsed correctly. If you wrote it for an old version of the API and they changed how to scrape from Sonarr...
I had a similar issue the other day where rutorrent randomly flagged a public tracker as private and ignored my extRatio rule for public trackers. Can't rutorrent get the torrent's...
I'm not going to create another issue when the issue is obviously because of the same regex. > Can't rutorrent get the torrent's file private flag to find out if...
Same issue here for IndexedDB. It seems Cookie Autodelete fails because it tries to delete cookies from a plain IPV6 address when in Firefox's storage the ipv6 ip is saved...