Do you experience problems during downloading?
Check your connection in Status and Interface settings window.
Use Test Server in Config > Servers.
We will probably ask you to do a test using only basic settings.
Do you experience problems during repair or unpacking?
Enable +Debug logging in the Status and Interface settings window and share the relevant parts of the log here using [ code ] sections.
It seems to me that the post processing API changed somehow. When I try to get parameters with sys.argv in a python post-processing-script the sys.argv list comes back with only sys.argv[0] which won't help me much.
I did look up the user-script-wiki at wiki.sabnzbd.org/user-scripts and tried calling my python script with a cmd file like so:
There were some minor changes in the implementation,
but that should have no effect on the parameters,
other than adding quotes were they are needed.
What happens if you call the Python script directly, so without the wrapper?
So all I get is the script name, and no other parameters.
I'll do some more snooping around when I have time. Don't worry too much about this, it works fine with the wrapper.