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

Get help with all aspects of SABnzbd
Forum rules
Help us help you:
  • Are you using the latest stable version of SABnzbd? Downloads page.
  • Tell us what system you run SABnzbd on.
  • Adhere to the forum rules.
  • 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.
Post Reply
wallygator79
Newbie
Newbie
Posts: 7
Joined: August 13th, 2018, 6:13 am

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

Post 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.
wallygator79
Newbie
Newbie
Posts: 7
Joined: August 13th, 2018, 6:13 am

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

Post 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 ???
User avatar
sander
Release Testers
Release Testers
Posts: 8829
Joined: January 22nd, 2008, 2:22 pm

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

Post 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.
wallygator79
Newbie
Newbie
Posts: 7
Joined: August 13th, 2018, 6:13 am

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

Post 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
User avatar
sander
Release Testers
Release Testers
Posts: 8829
Joined: January 22nd, 2008, 2:22 pm

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

Post 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?
User avatar
safihre
Administrator
Administrator
Posts: 5362
Joined: April 30th, 2015, 7:35 am
Contact:

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

Post by safihre »

I think we need @OneCD here!
If you like our support, check our special newsserver deal or donate at: https://sabnzbd.org/donate
wallygator79
Newbie
Newbie
Posts: 7
Joined: August 13th, 2018, 6:13 am

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

Post by wallygator79 »

I paste this code in SSH console ?

But, nothing :

login as: admin
[email protected]'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
wallygator79
Newbie
Newbie
Posts: 7
Joined: August 13th, 2018, 6:13 am

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

Post by wallygator79 »

I dont have install Python on the NAS.
wallygator79
Newbie
Newbie
Posts: 7
Joined: August 13th, 2018, 6:13 am

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

Post 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
User avatar
sander
Release Testers
Release Testers
Posts: 8829
Joined: January 22nd, 2008, 2:22 pm

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

Post by sander »

Nice! Thanks for reporting back.
Post Reply