Search found 557 matches

by OneCD
June 21st, 2020, 1:32 am
Forum: General Help
Topic: "SAByenc not found" with SAB 3 [QNAP NAS]
Replies: 29
Views: 10875

Re: "SAByenc not found" with SAB 3 [QNAP NAS]

[~] # type -a pip3 pip3 is /opt/bin/pip3 [~] # type -a python python is /opt/bin/python python is /usr/local/bin/python [~] # python -V Python 3.8.3 [~] # type -a python3 python3 is /opt/bin/python3 [~] # python3 -V Python 3.8.3 [~] # pip3 list Package Version ------------------ ------- cffi 1.14.0...
by OneCD
June 21st, 2020, 1:21 am
Forum: General Help
Topic: "SAByenc not found" with SAB 3 [QNAP NAS]
Replies: 29
Views: 10875

Re: "SAByenc not found" with SAB 3 [QNAP NAS]

Thanks @sander, I'll get that info for you now. :)

In the mean-time, this unit only has a single Python 3 version installed (it's 3.8.3 at the moment).
by OneCD
June 21st, 2020, 12:51 am
Forum: General Help
Topic: "SAByenc not found" with SAB 3 [QNAP NAS]
Replies: 29
Views: 10875

Re: "SAByenc not found" with SAB 3 [QNAP NAS]

The problem unit is powered-off at the moment, but I’ll check when it’s next available.

But Python 3 is installed via Entware, so both should be in /opt/bin/

And in QTS, all apps run as root.
by OneCD
June 20th, 2020, 11:19 pm
Forum: General Help
Topic: "SAByenc not found" with SAB 3 [QNAP NAS]
Replies: 29
Views: 10875

Re: "SAByenc not found" with SAB 3

More info:

'sabyenc3' 4.0.2 works fine with SAB3 'develop' on my Debian 10.4 server. ???

One difference that may be relevant:
  • The working system uses Python 3.7.3
  • The broken one (in this topic) uses Python 3.8.3
by OneCD
June 20th, 2020, 10:57 pm
Forum: General Help
Topic: "SAByenc not found" with SAB 3 [QNAP NAS]
Replies: 29
Views: 10875

Re: "SAByenc not found" with SAB 3

I've just tried this again but without the version-hold I had previously placed on 'sabyenc3', and it's still broken. ??? Current 'sabyenc3' is 4.0.2 but my SAB3 git cloned from 'develop' throws the same error about "missing module": 2020-06-21 13:48:02,835::INFO::[SABnzbd:1139] SABnzbd.py...
by OneCD
June 19th, 2020, 3:01 pm
Forum: General Help
Topic: WARNING::[sabnzbdplus:1172] SABnzbd was started with encoding ISO-8859-1, this should be UTF-8.
Replies: 7
Views: 2480

Re: WARNING::[sabnzbdplus:1172] SABnzbd was started with encoding ISO-8859-1, this should be UTF-8.

Franz A wrote: June 19th, 2020, 2:05 pm Finally, after fiddeling around with my inability to creat a propper shell-script, i discovered the file
/etc/default/sabnzbdplus
which I edited
(EXTRAOPTS=export LANG=en_US.UTF-8
AND
USER=pi).
Oh cool! I didn't know about that one.

Good work! :)
by OneCD
June 18th, 2020, 3:45 pm
Forum: General Help
Topic: WARNING::[sabnzbdplus:1172] SABnzbd was started with encoding ISO-8859-1, this should be UTF-8.
Replies: 7
Views: 2480

Re: WARNING::[sabnzbdplus:1172] SABnzbd was started with encoding ISO-8859-1, this should be UTF-8.

Assuming you're using SystemD, you could create a shell-script that runs those commands first, then launches SABnzbd. #!/usr/bin/env bash export LANG=en_US.UTF-8 export LC_ALL=en_US.UTF-8 export LC_CTYPE=en_US.UTF-8 /opt/sabnzbd/SABnzbd.py --browser 0 (... adjusting the path to wherever your SABnzbd...
by OneCD
June 17th, 2020, 5:13 pm
Forum: General Help
Topic: WARNING::[sabnzbdplus:1172] SABnzbd was started with encoding ISO-8859-1, this should be UTF-8.
Replies: 7
Views: 2480

Re: WARNING::[sabnzbdplus:1172] SABnzbd was started with encoding ISO-8859-1, this should be UTF-8.

Can you run these before launching SABnzbd?

Code: Select all

export LANG=en_US.UTF-8
export LC_ALL=en_US.UTF-8
export LC_CTYPE=en_US.UTF-8
by OneCD
June 16th, 2020, 1:01 pm
Forum: General Discussion
Topic: 2.3.9: final SABnzbd 2 version?
Replies: 2
Views: 2627

Re: 2.3.9: final SABnzbd 2 version?

Cheers! ;D
by OneCD
June 15th, 2020, 3:47 pm
Forum: General Discussion
Topic: 2.3.9: final SABnzbd 2 version?
Replies: 2
Views: 2627

2.3.9: final SABnzbd 2 version?

Hi guys. :)

Am I correct in thinking 2.3.9 will be the last ‘stable’ version before 3.0.0 is released? Are there any plans for a 2.3.10 or 2.4.0?

I need to know to ensure the SABnzbd QPKGs for QNAP NAS are set to follow the correct repo tags on GitHub.

Thank you.
by OneCD
May 28th, 2020, 1:06 am
Forum: General Help
Topic: Getting 500 error on Web UI of Sabnzbd
Replies: 12
Views: 6080

Re: Getting 500 error on Web UI of Sabnzbd

safihre wrote: May 27th, 2020, 7:36 am It depends on the cached template-files or the program not beeing restarted truely.
I'm not sure what to make of that. ???

Is there anything I can do to ensure SAB3 will start correctly first time?
by OneCD
May 27th, 2020, 2:39 am
Forum: General Help
Topic: Getting 500 error on Web UI of Sabnzbd
Replies: 12
Views: 6080

Re: Getting 500 error on Web UI of Sabnzbd

If I can add a " me too! " ... ;D I've been seeing the same thing while testing installation of the new SABnzbd package on QNAP NAS. Sometimes, I'll get a 500 error - which can be fixed by restarting SABnzbd. But sometimes it starts OK. This only happens when starting SABnzbd for Python 3 ...
by OneCD
May 23rd, 2020, 1:04 am
Forum: General Help
Topic: "SAByenc not found" with SAB 3 [QNAP NAS]
Replies: 29
Views: 10875

Re: "SAByenc not found" with SAB 3

BTW: I chose the 'develop' branch. Is this the correct branch to use?
by OneCD
May 23rd, 2020, 1:01 am
Forum: General Help
Topic: "SAByenc not found" with SAB 3 [QNAP NAS]
Replies: 29
Views: 10875

Re: "SAByenc not found" with SAB 3

Success! Couldn't solve the CLI test problem, but I (eventually) noticed that SABnzbd was quite specific about which sabyenc3 version it was looking for. So I downgraded 'sabyenc3', pip3 install sabyenc3==4.0.0 ... then restarted SABznzbd, and it's now picked up the 'sabyenc3' module: 2020-05-23 15:...
by OneCD
May 23rd, 2020, 12:54 am
Forum: General Help
Topic: "SAByenc not found" with SAB 3 [QNAP NAS]
Replies: 29
Views: 10875

Re: "SAByenc not found" with SAB 3

Ah, I forgot there's a difference when using 'print' between Py2 and Py3. ;D (Also noticed that code tags on this forum do not format as monospaced, so the wrong character is highlighted as a syntax error in my previous posts). So, looks like the correct command is: /opt/bin/python3 -c "import ...