Search found 337 matches

by kloaknet
20 Sep 2017, 05:00
Forum: Extension scripts
Topic: [SQS-Script] Completion-Propagation/DMCA/Retention check
Replies: 276
Views: 545597

Re: [SQS-Script] Completion-Propagation/DMCA/Retention check

thanks for looking into it, I guess a fix might be a long way off if you have to rewrite the entire script. If it happens again it shouldn't be too much of a problem, I fixed it the first time by disabling the script for that download. Its most likely only a message printing issue, so the articles ...
by kloaknet
14 Sep 2017, 15:26
Forum: Extension scripts
Topic: [SQS-Script] Completion-Propagation/DMCA/Retention check
Replies: 276
Views: 545597

Re: [SQS-Script] Completion-Propagation/DMCA/Retention check

I am running into an issue running the latest version of the script. There is some kind of error when the script runs that leaves everything in PAUSED mode. Here is the pastebin of the error: https://pastebin.com/mW1wmbn9 solution to this issue is to replace time_stamp = int(fd.readline()) with thi...
by kloaknet
14 Sep 2017, 14:33
Forum: Support
Topic: Python Launcher
Replies: 3
Views: 2609

Re: Python Launcher

both files attached work well via right click and open, both give correct versions, without adding anything special. They both run with the register settings on %1 or %L. NZBGet does not like it with the %L (default after installing the launcher, that is by default included with py3), and with the %...
by kloaknet
14 Sep 2017, 12:57
Forum: Support
Topic: Python Launcher
Replies: 3
Views: 2609

Re: Python Launcher

ok, i changed the L in the register to 1, and now python 2 scripts runs, while python 3 says Requested Python version (3) is not installed . (Seems that somehow the installation of python 3 changed the 1 to an L (after some searching on register in these fora it showed that a 1 should be used) Altho...
by kloaknet
14 Sep 2017, 12:42
Forum: Support
Topic: Python Launcher
Replies: 3
Views: 2609

Python Launcher

Hi Hugbug, I installed Python 3, next to Python 2 on my Windows machine. Now it is the case that the scripts don't work anymore, and give this as error: Script Subliminal.py with command SubliminalScan failed (terminated with unknown status) Subliminal: C:\Python27\python.exe: can't open file 'L': [...
by kloaknet
14 Sep 2017, 08:30
Forum: Extension scripts
Topic: [SQS-Script] Completion-Propagation/DMCA/Retention check
Replies: 276
Views: 545597

Re: [SQS-Script] Completion-Propagation/DMCA/Retention check

http://i.imgur.com/OS71efQ.png completion is checking two servers, but even if the second server has 0 failures it is keeping the percentage fail from the first server and refusing to run Did some digging in the code, and it looks like the following is the issue: after all STAT messages are request...
by kloaknet
11 Sep 2017, 15:59
Forum: Extension scripts
Topic: [SQS-Script] Completion-Propagation/DMCA/Retention check
Replies: 276
Views: 545597

Re: [SQS-Script] Completion-Propagation/DMCA/Retention check

http://i.imgur.com/OS71efQ.png completion is checking two servers, but even if the second server has 0 failures it is keeping the percentage fail from the first server and refusing to run Thanks for reporting the issue, it looks like something is going wrong while making the connections, as the che...
by kloaknet
11 Sep 2017, 05:44
Forum: Extension scripts
Topic: [SQS-Script] Completion-Propagation/DMCA/Retention check
Replies: 276
Views: 545597

Re: [SQS-Script] Completion-Propagation/DMCA/Retention check

thanks for reporting the issue, please provide the complete log for the script, with the Verbose option of the script turned on. This part providing the error has not changed in a long while, and I cant reproduce. The lock file should contain an interger (timestamp) and it seems it does not. Before ...
by kloaknet
02 Sep 2017, 16:27
Forum: Support
Topic: [Post-Process Script] Progress bar?
Replies: 8
Views: 4226

Re: [Post-Process Script] Progress bar?

I used the following:

Code: Select all

sys.stdout.flush()
to get the messages printed in the correct order, and for some occasions I even had to add this:

Code: Select all

time.sleep(0.1)
as some items in NZBGet would be printed before the flush was finished
by kloaknet
01 Sep 2017, 15:33
Forum: Extension scripts
Topic: [SQS-Script] Completion-Propagation/DMCA/Retention check
Replies: 276
Views: 545597

Re: [SQS-Script] Completion-Propagation/DMCA/Retention check

Updated the script, script has now an option to respect queue order after NZBs have a typical age, and some minor issues as mentioned above are resolved / covered by error messages.