Page 1 of 1

Error when add *.nzb [QNAP TS-x28a]

Posted: August 13th, 2018, 6:22 am
by wallygator79
Hello,

I installed my brand new TS-128a with a Seagate Barracuda 4TB.

Everything is up to date.

Only PLEX runs on this NAS.

I access my directories since windows 10, PLEX works well with my Mi Box 3 under ATV.

I have access to NEWSHOSTING.

So I tried the SabNZB experience to download directly to the NAS without going through the PC and Newshosting software.

I installed the proposed version on qnapclub.eu, ie 2.3.4 and download the TS-x28a version.

Ok on the installation. The service starts correctly and accesses the web interface locally.

I had an error on par2cmdline-MT. So I downloaded the latest package qnapclub.eu as recommended by other forum users. After a reboot, no more error at this level. Everything seems OK. I modified the basic directories, created beforehand under windows 10 (if I let SabNZB create the directories, I have problems of right on these directories then since the partitions windows ...) by:
Temp: / share / Download / Newsgroup / Temp
Terminés : / share / Download / Newsgroup
A surveiller for: / share / Download / Newsgroup / A Telecharger

No problem accessing these directories from windows or the Qnap interface.

So I put my first * .nzb directory to download ", but I have the following error (ditto directly through the SabNZB interface):



I do not understand at all what that means. In any case, it does not work ...

I want your help on this one, there, I block.

Re: Error when add *.nzb [QNAP TS-x28a]

Posted: August 13th, 2018, 6:27 am
by wallygator79
I I'm sorry, but I can not post the text of the error. The rules of the forum prevent me to post the links ???

Re: Error when add *.nzb [QNAP TS-x28a]

Posted: August 13th, 2018, 6:31 am
by sander
wallygator79 wrote: August 13th, 2018, 6:27 am I I'm sorry, but I can not post the text of the error. The rules of the forum prevent me to post the links ???
Just copy the error message here, and put spaces before and after dots, so that the forum does not think it is a URL.

Re: Error when add *.nzb [QNAP TS-x28a]

Posted: August 13th, 2018, 6:42 am
by wallygator79
Traceback (most recent call last):
File "/share/CACHEDEV1_DATA/ . qpkg/QSabNZBdPlus/SABnzbd/sabnzbd/dirscanner . py", line 223, in ProcessSingleFile
nzo_info=nzo_info, url=url, reuse=reuse, dup_check=dup_check)
File "/share/CACHEDEV1_DATA/.qpkg/QSabNZBdPlus/SABnzbd/sabnzbd/nzbstuff . py", line 758, in __init__
parser = xml.sax.make_parser()
File "/share/CACHEDEV1_DATA/.qpkg/QSabNZBdPlus/lib/python2.7/xml/sax/__init__. py", line 93, in make_parser
raise SAXReaderNotAvailable("No parsers found", None)
SAXReaderNotAvailable: No parsers found

Re: Error when add *.nzb [QNAP TS-x28a]

Posted: August 13th, 2018, 8:32 am
by sander
Looks like an installation problem.

I think there is a python installation & executable somewhere in "/share/CACHEDEV1_DATA/.qpkg/QSabNZBdPlus/"
Can you start that python , and then run:

Code: Select all

python -c "import xml.sax; parser = xml.sax.make_parser()"
What is the output?

Re: Error when add *.nzb [QNAP TS-x28a]

Posted: August 13th, 2018, 8:46 am
by safihre
I think we need @OneCD here!

Re: Error when add *.nzb [QNAP TS-x28a]

Posted: August 13th, 2018, 9:20 am
by wallygator79
I paste this code in SSH console ?

But, nothing :

login as: admin
admin@192.168.1.11's password:
[~] # python -c "import xml.sax; parser = xml.sax.make_parser()"
[~] #


I'm sorry, but I'm a newbie with NAS et Linux OS

Re: Error when add *.nzb [QNAP TS-x28a]

Posted: August 13th, 2018, 9:21 am
by wallygator79
I dont have install Python on the NAS.

Re: Error when add *.nzb [QNAP TS-x28a]

Posted: August 13th, 2018, 11:26 am
by wallygator79
I reply myself.

I've all uninstall (Sabnzb & par2cmd...)

And réinstall with Sherpa installer script, find in the Wiki Website of SabNzb : Install SABnzbd on a NAS.

Now, it's OK, but I think that I missed to install some package on my first install.

Thank's for your support

Re: Error when add *.nzb [QNAP TS-x28a]

Posted: August 13th, 2018, 11:36 am
by sander
Nice! Thanks for reporting back.