Search found 4 matches
- August 23rd, 2020, 6:17 pm
- Forum: Bug Reports
- Topic: "on finish queue" script no longer executes even though log shows otherwise
- Replies: 6
- Views: 3475
Re: "on finish queue" script no longer executes even though log shows otherwise
i was curious so looked through the source code for 2.3.9 and 3.0.1, and while i'm not very familiar with python i think i may have spotted the issue 2.3.9: run_script(script) calls cfg.script_dir.get_path() get_path(self) calls sabnzbd.misc.real_path(self.__root, value) real_path(loc, path) returns...
- August 23rd, 2020, 5:02 pm
- Forum: Bug Reports
- Topic: "on finish queue" script no longer executes even though log shows otherwise
- Replies: 6
- Views: 3475
Re: "on finish queue" script no longer executes even though log shows otherwise
i know it works because it was running flawlessly before i upgraded from 2.3.9 to 3.0.1 and then it stopped immediately after also i can still execute script.bat manually and it performs what i want it to it just no longer does so automatically when the queue completes like it used to, even though l...
- August 23rd, 2020, 3:24 pm
- Forum: Bug Reports
- Topic: "on finish queue" script no longer executes even though log shows otherwise
- Replies: 6
- Views: 3475
Re: "on finish queue" script no longer executes even though log shows otherwise
just on the main ui using the drop down list that says "on queue finish" from the hamburger menu
i've selected my windows batch file (script.bat) and the hamburger menu icon turns red when it's selected
i've selected my windows batch file (script.bat) and the hamburger menu icon turns red when it's selected
- August 23rd, 2020, 10:48 am
- Forum: Bug Reports
- Topic: "on finish queue" script no longer executes even though log shows otherwise
- Replies: 6
- Views: 3475
"on finish queue" script no longer executes even though log shows otherwise
recently upgraded from 2.3.9 to 3.0.1 on windows 7 and found that the script i have set to execute "on finish queue" no longer appears to actually execute i also tried 3.0.2 RC1 and then completely removed sabnzbd and reinstalled 3.0.1 and none of that seemed to help was going to revert ba...