pyLoad script no longer working #376
Replies: 6 comments 9 replies
-
You can add the following to the first lines of the script to get debug logging. With the logs, maybe we see the problem:
|
Beta Was this translation helpful? Give feedback.
-
Thank you for your reply, see terminal output (the first one without any download on, and the second one with a download active)
Thank you for your time |
Beta Was this translation helpful? Give feedback.
-
The command return nothing, no error, nothing. |
Beta Was this translation helpful? Give feedback.
-
Right, So if I run the original command I get the following:
But If i run the command with the internal IP address from the server directly or even from my desktop it then works?
I also get this error from the url directly which I didn't have prior?
|
Beta Was this translation helpful? Give feedback.
-
Right, so pyload is listening on 192.168.1.90 which is fine I guess and I have modified the script that way. However, there is still an issue of not being authorised
It seems the first curl command log in successfully but failed on the second command? |
Beta Was this translation helpful? Give feedback.
-
Sorry for the late reply I have been very busy and also asked for some assistance from the pyload dev. The following script now works and connect to pyload, but the $SessionStatus return is now 'null' ?
Obviously, I have modified the script to test that it return the right value. Queue should return 14. Thank you again for your assistance. |
Beta Was this translation helpful? Give feedback.
-
Hello,
I am sorry but I have been searching for the solution for hours and I can't figure it out. The pyLoad script that used to work is no longer returning the right info from the json server info.
Nothing as changed, the URL is correct, the credential are correct. I tested the scrip by changing .active to .total and echo the result to check if it was returning the right info (i.e. 27 in that case, but the return is 'null')
For info this is the json info the page is returning:
And the script:
Any help would be appreciated - many thanks
Beta Was this translation helpful? Give feedback.
All reactions