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

Share your scripts or request scripts with specific features.
Forum rules
Please keep the forum clean - one topic per script. Questions not related to a specific script should be posted in Support forum.
Crowley
Posts: 37
Joined: 22 Nov 2016, 09:43

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

Post by Crowley » 24 Dec 2016, 19:07

I'm getting this error with some files: Completion: "Skipping server due to send/recieve looping 2" and after that it forces a failure. I wonder if it is a problem with the server or NZB file.

kloaknet
Posts: 337
Joined: 23 Jul 2014, 08:52

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

Post by kloaknet » 25 Dec 2016, 07:50

The message you get means that for more than 1 sec, (50 tries) none of the opened sockets got a reply back from the news server. This would trigger a check on the other servers listed for the script, or lead to leaving the NZB paused if the age is within the AgeLimit if it happens for the last server, otherwise it would mark it BAD / FAILED.

I got this occasionally during massive testing / hammering my main news server, or very new items that are propagating, but this happened always after the message

Code: Select all

'Requested [1/X] articles, Y failed.'
This means that the connection was made, the script did login successfully to the newsserver, but didn't get messages back on all consecutive connections after it requested some headers. I think it is similar to the NZBGet message that sometimes is triggered and says:

Code: Select all

 'WARNING	Blocking Server name (server host) for Z sec' 
When the message of

Code: Select all

Completion: "Skipping server due to send/receive looping 2"
happens, the script assumes the server failed for the check, and does not try again after some time to request new headers. Note that this 'feature' is in the script since somewhere version 0.2.x.

Ill think about it how to maybe let the script try again after some waiting, and please let me know if the issue happened again for the same NZB after waiting for 1 hour or more.

Crowley
Posts: 37
Joined: 22 Nov 2016, 09:43

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

Post by Crowley » 25 Dec 2016, 10:14

Ok, it did seem that it happens only with specific files, and during some heavy testing for me as well. Will report back if it becomes a problem.

kloaknet
Posts: 337
Joined: 23 Jul 2014, 08:52

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

Post by kloaknet » 28 Dec 2016, 11:27

Crowley wrote:Ok, it did seem that it happens only with specific files, and during some heavy testing for me as well. Will report back if it becomes a problem.
On my end it happens on really fresh NZB files. The articles are available on the provider, but my best guess is that they haven't spread over all the their disks yet. For most times, listening to the sockets for a longer period will return the data, but sometimes not. Unpausing an NZB that gets replies slow means for me often that the download speed is also 10% - 50% of my normal speed, and even uses backup servers as NZBGet also seems to assume those slow articles as failed.

When using 4 hours as age limit, these issues should be a big issue for the script, as this effect takes somewhere between 0 and 3 hours based on my experience.

I trying to build some option that solves the issue better than the looping quits, but in the end it will still mark the NZB as failed when outside the AgeLimit.

kloaknet
Posts: 337
Joined: 23 Jul 2014, 08:52

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

Post by kloaknet » 28 Dec 2016, 13:50

Attached the version with a different trick for slow server replies:

if a sockets gets 3 times in a row no complete reply back, it pauses the script for 1 sec, and continues, if in the next check the reply isnt there, it marks the requested header as failed. After 20 of these failures, or if the max failure ration is met (including the by script marked failed headers) the script will continue on the next server, and at the end of the checks mark the NZB failed or bad when older than the AgeLimit.
Last edited by kloaknet on 21 Jan 2017, 11:44, edited 1 time in total.

Crowley
Posts: 37
Joined: 22 Nov 2016, 09:43

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

Post by Crowley » 29 Dec 2016, 05:51

This last version does not work right. A download remained paused with errors below when checking, when I manually resumed it downloaded fine.

Code: Select all

Thu Dec 29 07:40:03 2016	INFO	Completion: [V] Creating sockets for server: news4.usenet.farm
Thu Dec 29 07:40:03 2016	INFO	Completion: [V] Socket 0 created.
Thu Dec 29 07:40:03 2016	INFO	Completion: [V] Socket 1 created.
Thu Dec 29 07:40:03 2016	INFO	Completion: [V] Socket 2 created.
Thu Dec 29 07:40:03 2016	INFO	Completion: [V] Socket 3 created.
Thu Dec 29 07:40:04 2016	INFO	Completion: [V] Socket 4 created.
Thu Dec 29 07:40:04 2016	INFO	Completion: [V] Socket 5 created.
Thu Dec 29 07:40:04 2016	INFO	Completion: [V] Socket 6 created.
Thu Dec 29 07:40:04 2016	INFO	Completion: [V] Socket 7 created.
Thu Dec 29 07:40:04 2016	INFO	Completion: [V] Socket 8 created.
Thu Dec 29 07:40:05 2016	INFO	Completion: [V] Socket 9 created.
Thu Dec 29 07:40:05 2016	INFO	Completion: [V] Socket 10 created.
Thu Dec 29 07:40:05 2016	INFO	Completion: [V] Socket 11 created.
Thu Dec 29 07:40:05 2016	INFO	Completion: [V] Socket 12 created.
Thu Dec 29 07:40:05 2016	INFO	Completion: [V] Socket 13 created.
Thu Dec 29 07:40:06 2016	INFO	Completion: [V] Socket 14 created.
Thu Dec 29 07:40:06 2016	INFO	Completion: [V] Socket 15 created.
Thu Dec 29 07:40:06 2016	INFO	Completion: [V] Socket 16 created.
Thu Dec 29 07:40:06 2016	INFO	Completion: [V] Socket 17 created.
Thu Dec 29 07:40:06 2016	INFO	Completion: [V] Socket 18 created.
Thu Dec 29 07:40:06 2016	INFO	Completion: [V] Socket 19 created.
Thu Dec 29 07:40:07 2016	WARNING	Completion: [V] Socket: 6 news4.usenet.farm, Not covered NNTP server reply code: ['501', 'Invalid', 'syntax.']
Thu Dec 29 07:40:07 2016	WARNING	Completion: [V] Socket: 8 news4.usenet.farm, Not covered NNTP server reply code: ['501', 'Invalid', 'syntax.']
Thu Dec 29 07:40:07 2016	WARNING	Completion: [V] Socket: 9 news4.usenet.farm, Not covered NNTP server reply code: ['501', 'Invalid', 'syntax.']
Thu Dec 29 07:40:07 2016	WARNING	Completion: [V] Socket: 10 news4.usenet.farm, Not covered NNTP server reply code: ['501', 'Invalid', 'syntax.']
Thu Dec 29 07:40:07 2016	WARNING	Completion: [V] Socket: 11 news4.usenet.farm, Not covered NNTP server reply code: ['501', 'Invalid', 'syntax.']
Thu Dec 29 07:40:07 2016	WARNING	Completion: [V] Socket: 12 news4.usenet.farm, Not covered NNTP server reply code: ['501', 'Invalid', 'syntax.']
Thu Dec 29 07:40:07 2016	WARNING	Completion: [V] Socket: 13 news4.usenet.farm, Not covered NNTP server reply code: ['501', 'Invalid', 'syntax.']
Thu Dec 29 07:40:07 2016	WARNING	Completion: [V] Socket: 14 news4.usenet.farm, Not covered NNTP server reply code: ['501', 'Invalid', 'syntax.']
Thu Dec 29 07:40:07 2016	WARNING	Completion: [V] Socket: 15 news4.usenet.farm, Not covered NNTP server reply code: ['501', 'Invalid', 'syntax.']
Thu Dec 29 07:40:07 2016	WARNING	Completion: [V] Socket: 16 news4.usenet.farm, Not covered NNTP server reply code: ['501', 'Invalid', 'syntax.']
Thu Dec 29 07:40:07 2016	WARNING	Completion: [V] Socket: 17 news4.usenet.farm, Not covered NNTP server reply code: ['501', 'Invalid', 'syntax.']
Thu Dec 29 07:40:07 2016	WARNING	Completion: [V] Socket: 18 news4.usenet.farm, Not covered NNTP server reply code: ['501', 'Invalid', 'syntax.']
Thu Dec 29 07:40:07 2016	WARNING	Completion: [V] Socket: 0 news4.usenet.farm, Not covered NNTP server reply code: ['501', 'Invalid', 'syntax.']
Thu Dec 29 07:40:07 2016	WARNING	Completion: [V] Socket: 1 news4.usenet.farm, Not covered NNTP server reply code: ['501', 'Invalid', 'syntax.']
Thu Dec 29 07:40:07 2016	WARNING	Completion: [V] Socket: 2 news4.usenet.farm, Not covered NNTP server reply code: ['501', 'Invalid', 'syntax.']
Thu Dec 29 07:40:07 2016	WARNING	Completion: [V] Socket: 3 news4.usenet.farm, Not covered NNTP server reply code: ['501', 'Invalid', 'syntax.']
Thu Dec 29 07:40:07 2016	WARNING	Completion: [V] Socket: 4 news4.usenet.farm, Not covered NNTP server reply code: ['501', 'Invalid', 'syntax.']
Thu Dec 29 07:40:07 2016	WARNING	Completion: [V] Socket: 5 news4.usenet.farm, Not covered NNTP server reply code: ['501', 'Invalid', 'syntax.']
Thu Dec 29 07:40:07 2016	WARNING	Completion: [V] Socket: 7 news4.usenet.farm, Not covered NNTP server reply code: ['501', 'Invalid', 'syntax.']
Thu Dec 29 07:40:07 2016	WARNING	Completion: [V] Socket: 19 news4.usenet.farm, Not covered NNTP server reply code: ['501', 'Invalid', 'syntax.']
Thu Dec 29 07:40:08 2016	INFO	Completion: [V] Socket: 6, no data received on 3th retry, pausing script for 1 sec.
Thu Dec 29 07:40:09 2016	INFO	Completion: [V] Socket: 8, no data received on 3th retry, pausing script for 1 sec.
Thu Dec 29 07:40:10 2016	INFO	Completion: [V] Socket: 9, no data received on 3th retry, pausing script for 1 sec.
Thu Dec 29 07:40:11 2016	INFO	Completion: [V] Socket: 10, no data received on 3th retry, pausing script for 1 sec.
Thu Dec 29 07:40:12 2016	INFO	Completion: [V] Socket: 11, no data received on 3th retry, pausing script for 1 sec.
Thu Dec 29 07:40:13 2016	INFO	Completion: [V] Socket: 12, no data received on 3th retry, pausing script for 1 sec.
Thu Dec 29 07:40:14 2016	INFO	Completion: [V] Socket: 13, no data received on 3th retry, pausing script for 1 sec.
Thu Dec 29 07:40:15 2016	INFO	Completion: [V] Socket: 14, no data received on 3th retry, pausing script for 1 sec.
Thu Dec 29 07:40:16 2016	INFO	Completion: [V] Socket: 15, no data received on 3th retry, pausing script for 1 sec.
Thu Dec 29 07:40:17 2016	INFO	Completion: [V] Socket: 16, no data received on 3th retry, pausing script for 1 sec.
Thu Dec 29 07:40:18 2016	INFO	Completion: [V] Socket: 17, no data received on 3th retry, pausing script for 1 sec.
Thu Dec 29 07:40:19 2016	INFO	Completion: [V] Socket: 18, no data received on 3th retry, pausing script for 1 sec.
Thu Dec 29 07:40:20 2016	INFO	Completion: [V] Socket: 0, no data received on 3th retry, pausing script for 1 sec.
Thu Dec 29 07:40:21 2016	INFO	Completion: [V] Socket: 1, no data received on 3th retry, pausing script for 1 sec.
Thu Dec 29 07:40:22 2016	INFO	Completion: [V] Socket: 2, no data received on 3th retry, pausing script for 1 sec.
Thu Dec 29 07:40:23 2016	INFO	Completion: [V] Socket: 3, no data received on 3th retry, pausing script for 1 sec.
Thu Dec 29 07:40:24 2016	INFO	Completion: [V] Socket: 4, no data received on 3th retry, pausing script for 1 sec.
Thu Dec 29 07:40:25 2016	INFO	Completion: [V] Socket: 5, no data received on 3th retry, pausing script for 1 sec.
Thu Dec 29 07:40:26 2016	INFO	Completion: [V] Socket: 6 <class 'ssl.SSLWantReadError'> The operation did not complete (read) (_ssl.c:1750)
Thu Dec 29 07:40:26 2016	INFO	Completion: [V] Socket: 6, still no data received after waiting for 1 sec,  marking requested article as failed.
Thu Dec 29 07:40:26 2016	WARNING	Completion: [V] Socket: 6 news4.usenet.farm, NNTP reply: ['999', 'Article', 'marked', 'as', 'failed', 'by', 'script.']
Thu Dec 29 07:40:26 2016	INFO	Completion: Requested [1/463] articles, 1 failed.
Thu Dec 29 07:40:26 2016	INFO	Completion: [V] Socket: 7, no data received on 3th retry, pausing script for 1 sec.
Thu Dec 29 07:40:27 2016	INFO	Completion: [V] Socket: 8 <class 'ssl.SSLWantReadError'> The operation did not complete (read) (_ssl.c:1750)
Thu Dec 29 07:40:27 2016	INFO	Completion: [V] Socket: 8, still no data received after waiting for 1 sec,  marking requested article as failed.
Thu Dec 29 07:40:27 2016	WARNING	Completion: [V] Socket: 8 news4.usenet.farm, NNTP reply: ['999', 'Article', 'marked', 'as', 'failed', 'by', 'script.']
Thu Dec 29 07:40:27 2016	INFO	Completion: [V] Socket: 9 <class 'ssl.SSLWantReadError'> The operation did not complete (read) (_ssl.c:1750)
Thu Dec 29 07:40:27 2016	INFO	Completion: [V] Socket: 9, still no data received after waiting for 1 sec,  marking requested article as failed.
Thu Dec 29 07:40:27 2016	WARNING	Completion: [V] Socket: 9 news4.usenet.farm, NNTP reply: ['999', 'Article', 'marked', 'as', 'failed', 'by', 'script.']
Thu Dec 29 07:40:27 2016	INFO	Completion: [V] Socket: 10 <class 'ssl.SSLWantReadError'> The operation did not complete (read) (_ssl.c:1750)
Thu Dec 29 07:40:27 2016	INFO	Completion: [V] Socket: 10, still no data received after waiting for 1 sec,  marking requested article as failed.
Thu Dec 29 07:40:27 2016	WARNING	Completion: [V] Socket: 10 news4.usenet.farm, NNTP reply: ['999', 'Article', 'marked', 'as', 'failed', 'by', 'script.']
Thu Dec 29 07:40:27 2016	INFO	Completion: [V] Socket: 11 <class 'ssl.SSLWantReadError'> The operation did not complete (read) (_ssl.c:1750)
Thu Dec 29 07:40:27 2016	INFO	Completion: [V] Socket: 11, still no data received after waiting for 1 sec,  marking requested article as failed.
Thu Dec 29 07:40:27 2016	WARNING	Completion: [V] Socket: 11 news4.usenet.farm, NNTP reply: ['999', 'Article', 'marked', 'as', 'failed', 'by', 'script.']
Thu Dec 29 07:40:27 2016	INFO	Completion: [V] Socket: 12 <class 'ssl.SSLWantReadError'> The operation did not complete (read) (_ssl.c:1750)
Thu Dec 29 07:40:27 2016	INFO	Completion: [V] Socket: 12, still no data received after waiting for 1 sec,  marking requested article as failed.
Thu Dec 29 07:40:27 2016	WARNING	Completion: [V] Socket: 12 news4.usenet.farm, NNTP reply: ['999', 'Article', 'marked', 'as', 'failed', 'by', 'script.']
Thu Dec 29 07:40:27 2016	INFO	Completion: [V] Socket: 13 <class 'ssl.SSLWantReadError'> The operation did not complete (read) (_ssl.c:1750)
Thu Dec 29 07:40:27 2016	INFO	Completion: [V] Socket: 13, still no data received after waiting for 1 sec,  marking requested article as failed.
Thu Dec 29 07:40:27 2016	WARNING	Completion: [V] Socket: 13 news4.usenet.farm, NNTP reply: ['999', 'Article', 'marked', 'as', 'failed', 'by', 'script.']
Thu Dec 29 07:40:27 2016	INFO	Completion: [V] Socket: 14 <class 'ssl.SSLWantReadError'> The operation did not complete (read) (_ssl.c:1750)
Thu Dec 29 07:40:27 2016	INFO	Completion: [V] Socket: 14, still no data received after waiting for 1 sec,  marking requested article as failed.
Thu Dec 29 07:40:27 2016	WARNING	Completion: [V] Socket: 14 news4.usenet.farm, NNTP reply: ['999', 'Article', 'marked', 'as', 'failed', 'by', 'script.']
Thu Dec 29 07:40:27 2016	INFO	Completion: [V] Socket: 15 <class 'ssl.SSLWantReadError'> The operation did not complete (read) (_ssl.c:1750)
Thu Dec 29 07:40:27 2016	INFO	Completion: [V] Socket: 15, still no data received after waiting for 1 sec,  marking requested article as failed.
Thu Dec 29 07:40:27 2016	WARNING	Completion: [V] Socket: 15 news4.usenet.farm, NNTP reply: ['999', 'Article', 'marked', 'as', 'failed', 'by', 'script.']
Thu Dec 29 07:40:27 2016	INFO	Completion: [V] Socket: 16 <class 'ssl.SSLWantReadError'> The operation did not complete (read) (_ssl.c:1750)
Thu Dec 29 07:40:27 2016	INFO	Completion: [V] Socket: 16, still no data received after waiting for 1 sec,  marking requested article as failed.
Thu Dec 29 07:40:27 2016	WARNING	Completion: [V] Socket: 16 news4.usenet.farm, NNTP reply: ['999', 'Article', 'marked', 'as', 'failed', 'by', 'script.']
Thu Dec 29 07:40:27 2016	INFO	Completion: [V] Socket: 17 <class 'ssl.SSLWantReadError'> The operation did not complete (read) (_ssl.c:1750)
Thu Dec 29 07:40:27 2016	INFO	Completion: [V] Socket: 17, still no data received after waiting for 1 sec,  marking requested article as failed.
Thu Dec 29 07:40:27 2016	WARNING	Completion: [V] Socket: 17 news4.usenet.farm, NNTP reply: ['999', 'Article', 'marked', 'as', 'failed', 'by', 'script.']
Thu Dec 29 07:40:27 2016	INFO	Completion: [V] Socket: 18 <class 'ssl.SSLWantReadError'> The operation did not complete (read) (_ssl.c:1750)
Thu Dec 29 07:40:27 2016	INFO	Completion: [V] Socket: 18, still no data received after waiting for 1 sec,  marking requested article as failed.
Thu Dec 29 07:40:27 2016	WARNING	Completion: [V] Socket: 18 news4.usenet.farm, NNTP reply: ['999', 'Article', 'marked', 'as', 'failed', 'by', 'script.']
Thu Dec 29 07:40:27 2016	INFO	Completion: [V] Socket: 19, no data received on 3th retry, pausing script for 1 sec.
Thu Dec 29 07:40:28 2016	INFO	Completion: [V] Socket: 0 <class 'ssl.SSLWantReadError'> The operation did not complete (read) (_ssl.c:1750)
Thu Dec 29 07:40:28 2016	INFO	Completion: [V] Socket: 0, still no data received after waiting for 1 sec,  marking requested article as failed.
Thu Dec 29 07:40:28 2016	WARNING	Completion: [V] Socket: 0 news4.usenet.farm, NNTP reply: ['999', 'Article', 'marked', 'as', 'failed', 'by', 'script.']
Thu Dec 29 07:40:28 2016	INFO	Completion: [V] Socket: 1 <class 'ssl.SSLWantReadError'> The operation did not complete (read) (_ssl.c:1750)
Thu Dec 29 07:40:28 2016	INFO	Completion: [V] Socket: 1, still no data received after waiting for 1 sec,  marking requested article as failed.
Thu Dec 29 07:40:28 2016	WARNING	Completion: [V] Socket: 1 news4.usenet.farm, NNTP reply: ['999', 'Article', 'marked', 'as', 'failed', 'by', 'script.']
Thu Dec 29 07:40:28 2016	INFO	Completion: [V] Socket: 2 <class 'ssl.SSLWantReadError'> The operation did not complete (read) (_ssl.c:1750)
Thu Dec 29 07:40:28 2016	INFO	Completion: [V] Socket: 2, still no data received after waiting for 1 sec,  marking requested article as failed.
Thu Dec 29 07:40:28 2016	WARNING	Completion: [V] Socket: 2 news4.usenet.farm, NNTP reply: ['999', 'Article', 'marked', 'as', 'failed', 'by', 'script.']
Thu Dec 29 07:40:28 2016	INFO	Completion: [V] Socket: 3 <class 'ssl.SSLWantReadError'> The operation did not complete (read) (_ssl.c:1750)
Thu Dec 29 07:40:28 2016	INFO	Completion: [V] Socket: 3, still no data received after waiting for 1 sec,  marking requested article as failed.
Thu Dec 29 07:40:28 2016	WARNING	Completion: [V] Socket: 3 news4.usenet.farm, NNTP reply: ['999', 'Article', 'marked', 'as', 'failed', 'by', 'script.']
Thu Dec 29 07:40:28 2016	INFO	Completion: [V] Socket: 4 <class 'ssl.SSLWantReadError'> The operation did not complete (read) (_ssl.c:1750)
Thu Dec 29 07:40:28 2016	INFO	Completion: [V] Socket: 4, still no data received after waiting for 1 sec,  marking requested article as failed.
Thu Dec 29 07:40:28 2016	WARNING	Completion: [V] Socket: 4 news4.usenet.farm, NNTP reply: ['999', 'Article', 'marked', 'as', 'failed', 'by', 'script.']
Thu Dec 29 07:40:28 2016	INFO	Completion: [V] Socket: 5 <class 'ssl.SSLWantReadError'> The operation did not complete (read) (_ssl.c:1750)
Thu Dec 29 07:40:28 2016	INFO	Completion: [V] Socket: 5, still no data received after waiting for 1 sec,  marking requested article as failed.
Thu Dec 29 07:40:28 2016	WARNING	Completion: [V] Socket: 5 news4.usenet.farm, NNTP reply: ['999', 'Article', 'marked', 'as', 'failed', 'by', 'script.']


And so forth.

kloaknet
Posts: 337
Joined: 23 Jul 2014, 08:52

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

Post by kloaknet » 29 Dec 2016, 07:47

The above must almost 100% certain be related to your provider. But i'll add the 50X message range to do the same as the 48X message range, that triggers an error, and stops directly. However I guess nothing has been changed to your server settings, so its a bit odd.
replace the line with:

Code: Select all

elif server_reply[:2] in ('48'):
to

Code: Select all

elif server_reply[:2] in ('48', '50'):
To me it looks like the issue happens on the first login attempt, the script then requests the first NNTP STAT message, and should get a reply back that asks for login credentials if needed for the server, and not a 501 ( 5xx means: Command unknown, unsupported, unavailable, or syntax error). But I can't recall that something at logging in has been changed in the script lately.

I'll also correct some extreme message popping up while you only have verbose turned on.

Only option I can ask you is please try again :oops: , with same NZB etc

kloaknet
Posts: 337
Joined: 23 Jul 2014, 08:52

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

Post by kloaknet » 29 Dec 2016, 08:47

Hmmm, the issue could be some additional space somewhere in the code Crowley :oops: , and usenet farm does not strip on those, and sees them as a legit character in the password :evil:

Crowley
Posts: 37
Joined: 22 Nov 2016, 09:43

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

Post by Crowley » 29 Dec 2016, 10:27

I don't know what is happening or why, but every download kept failing with the completion script, invalid syntax 501 etc. For some reason it also showed par errors in the log, but when I disabled completion script, the same files downloaded fine.

kloaknet
Posts: 337
Joined: 23 Jul 2014, 08:52

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

Post by kloaknet » 29 Dec 2016, 12:13

Thanks for all the feedback guys, it may look like the script keeps having issues, but it is a bit complicated tbh :oops:

Crowley, your issue was caused by a single space at the end of the pass send to your newsprovider. It was an issue only introduced in 0.3.3., sorry about that

So new update with some additional fixes compared to 0.3.3

- spaces corrected in NNTP commands (issue noticed by Crowley)
- correct escaping of HTML codes (issue noticed by dagoob), resulting if marked FAILED while actually OK, since 3.0.0.
- check of only 1 article would result in a script crash (issue noticed by dagoob)
- min articles to check (based on feedback from Crowley, items being marked FAILED while ok) (can be set to 1 too btw)

please check also the complete update log since 0.2.10 that is included at the end of the script file.
Last edited by kloaknet on 21 Jan 2017, 11:44, edited 1 time in total.

Post Reply

Who is online

Users browsing this forum: No registered users and 30 guests