Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Contact for SABnzbd QNAP package #1

Closed
Safihre opened this issue Apr 21, 2016 · 76 comments
Closed

Contact for SABnzbd QNAP package #1

Safihre opened this issue Apr 21, 2016 · 76 comments

Comments

@Safihre
Copy link

Safihre commented Apr 21, 2016

This issue is not intended for installer problems, ask those in the QNAP forums!

Hey Clinton!
Since I am not sure if your email address is active, I will try it this way!
I am a dev for SABnzbd and on our forums and Reddit people ask about problems with the QNAP package you made for SAB, especially problems after the 1.0.0 upgrade.
But we have no clue how this package works or what goes wrong..
Where can we send them so you can help them?

Thanks very much and for your work on the packages!
Saf

@clinton-hall
Copy link
Owner

Hi Saf,

Yes, This is on my todo list. I recently fixed the SABnzbd app for Asustor, and QNAP will follow soon.

Basically, I now list git as a dependency and then use git to pull the latest version.

I'll try and post a new qpkg shortly.

@Safihre
Copy link
Author

Safihre commented Apr 21, 2016

Great 👍

@clinton-hall
Copy link
Owner

@Safihre
https://www.dropbox.com/s/az7fxsqtnjd5zgn/SABnzbdplus_150424.qpkg

this version should allow QNAP users to keep up-to-date.

@Safihre
Copy link
Author

Safihre commented Apr 24, 2016

Thanks! Have send it to some of our users that asked for it.
You're still testing it and will later update it on the QNAP repository for other users to use?

@clinton-hall
Copy link
Owner

Still in testing... yes, just waiting for feedback to verify if it works for all.

I still have issues with different python qpkgs on different systems, somewhat waiting for a clear direction on where this needs to go.

As far as QNAP repository... to be honest this hasn't been well maintained or updated for a while. Most users tend to get from forum, and then there is a second community forum (in addition to the forums in other languages).
A while back QNAP did update their repository with my SABnzbd and NZBGet packages... I'll contact them to see if this can be updated again... but I do want to figure out how to handle the python package dependency first.

@Safihre
Copy link
Author

Safihre commented Apr 25, 2016

Thanks for the work! 2 users are already happy, but they might happen to be on the right python version already.

@Safihre
Copy link
Author

Safihre commented Apr 25, 2016

Quick other question: will this version also install and compile the yEnc package? On those lower power devices sabnzbd needs all the help it can get :P

@clinton-hall
Copy link
Owner

I just checked, and when I export PYTHON_PATH I do include yenc.py and _yenc.so (In addition to a few other modules) so I believe this should be good.
This is done for all 3 (main supported) platforms

@thomas-rabiller
Copy link

Hi Clinton, thanks a lot for these packages that should make the sabnzb/sickrage setup a lot easier. I am trying to use them but the dependency on git is causing problems because the package file for ARM published on QNAP community site is corrupt so the SABNZB install fails too because of missing dependency. Do you have a way of republishing it?

Thomas

@thomas-rabiller
Copy link

Many thanks for these links, I confirm Git and SABnzbd installed correctly on my 219P.

But installing the other packages (SIckrage, couchpotato and headphones), I had the same issue and it turns out this is due to QNAP giving a direct link to dropbox. For those interested, here are the actual links to download:

https://www.dropbox.com/s/saxobnwcbziqtnh/SickBeard-TVRage_141223.qpkg
https://www.dropbox.com/s/t6uxwrk0c42buks/Headphones_141108.qpkg
https://www.dropbox.com/s/oemepz3q2zgbipm/SickBeard_141207.qpkg
https://www.dropbox.com/s/q1zgst6tstoonls/CouchPotato2_141108.qpkg

@Hikarinoko
Copy link

Hi Clinton,

I'm having troubles to install SABnzbd on my QNAP NAS.

I went trough the qnap forum topic but could find any help.

I'm stuck because of an importerror on bz2, that i simply don't understand.

Here is where i am :
I installed Python2.7.3 (Store) and Git 2.1.1 : Fine
I downloaded the qpkg and used manual install : Fine
I used SSH to get trough SABnzbd directory and tried to launch sabnzbd.sh script and got the following output :
[/share/CACHEDEV2_DATA/.qpkg/SABnzbdplus] # ./sabnzbd.sh start armv7l Performing SABnzbdplus prestartup checks at Wed May 11 11:55:55 CEST 2016... Checking for git... Found! HEAD is now at c50957d V10.14 ready for merge Already up-to-date. Checking environment Checking if all configured directories exist....... Done Creating Symbolic links for required utils. Done Done Already up-to-date. Starting SABnzbdplusTraceback (most recent call last): File "SABnzbd.py", line 85, in <module> import sabnzbd File "/share/CACHEDEV2_DATA/.qpkg/SABnzbdplus/sabnzbd/sabnzbd/__init__.py", line 78, in <module> from sabnzbd.nzbqueue import NzbQueue File "/share/CACHEDEV2_DATA/.qpkg/SABnzbdplus/sabnzbd/sabnzbd/nzbqueue.py", line 43, in <module> import sabnzbd.downloader File "/share/CACHEDEV2_DATA/.qpkg/SABnzbdplus/sabnzbd/sabnzbd/downloader.py", line 42, in <module> import sabnzbd.scheduler File "/share/CACHEDEV2_DATA/.qpkg/SABnzbdplus/sabnzbd/sabnzbd/scheduler.py", line 29, in <module> import sabnzbd.dirscanner File "/share/CACHEDEV2_DATA/.qpkg/SABnzbdplus/sabnzbd/sabnzbd/dirscanner.py", line 27, in <module> import bz2 ImportError: No module named bz2 Done (Wed May 11 11:56:16 CEST 2016)

Could you please help, i'm really clueless about what to do.

@clinton-hall
Copy link
Owner

Try installing QPython or any available (newer) Python qpkg and test.

Sent from my iPhone

On 11 May 2016, at 10:23 PM, Hikarinoko [email protected] wrote:

Hi Clinton,

I'm having troubles to install SABnzbd on my QNAP NAS.

I went trough the qnap forum topic but could find any help.

I'm stuck because of an importerror on bz2, that i simply don't understand.

Here is where i am :
I installed Python2.7.3 (Store) and Git 2.1.1 : Fine
I downloaded the qpkg and used manual install : Fine
I used SSH to get trough SABnzbd directory and tried to launch sabnzbd.sh script and got the following output :
[/share/CACHEDEV2_DATA/.qpkg/SABnzbdplus] # ./sabnzbd.sh start
armv7l
Performing SABnzbdplus prestartup checks at Wed May 11 11:55:55 CEST 2016...
Checking for git... Found!
HEAD is now at c50957d V10.14 ready for merge
Already up-to-date.
Checking environment
Checking if all configured directories exist....... Done
Creating Symbolic links for required utils. Done
Done
Already up-to-date.
Starting SABnzbdplusTraceback (most recent call last):
File "SABnzbd.py", line 85, in
import sabnzbd
File "/share/CACHEDEV2_DATA/.qpkg/SABnzbdplus/sabnzbd/sabnzbd/init.py", line 78, in
from sabnzbd.nzbqueue import NzbQueue
File "/share/CACHEDEV2_DATA/.qpkg/SABnzbdplus/sabnzbd/sabnzbd/nzbqueue.py", line 43, in
import sabnzbd.downloader
File "/share/CACHEDEV2_DATA/.qpkg/SABnzbdplus/sabnzbd/sabnzbd/downloader.py", line 42, in
import sabnzbd.scheduler
File "/share/CACHEDEV2_DATA/.qpkg/SABnzbdplus/sabnzbd/sabnzbd/scheduler.py", line 29, in
import sabnzbd.dirscanner
File "/share/CACHEDEV2_DATA/.qpkg/SABnzbdplus/sabnzbd/sabnzbd/dirscanner.py", line 27, in
import bz2
ImportError: No module named bz2
Done (Wed May 11 11:56:16 CEST 2016)

Could you please help, i'm really clueless about what to do.


You are receiving this because you commented.
Reply to this email directly or view it on GitHub

@Hikarinoko
Copy link

Hi !
Thanks for the feedback, but i must admit i gave up and ended installing NZBGet instead, that just works fine.
Regards,

Date: Wed, 11 May 2016 13:53:22 -0700
From: [email protected]
To: [email protected]
CC: [email protected]; [email protected]
Subject: Re: [clinton-hall/test] Contact for SABnzbd QNAP package (#1)

Try installing QPython or any available (newer) Python qpkg and test.

Sent from my iPhone

On 11 May 2016, at 10:23 PM, Hikarinoko [email protected] wrote:

Hi Clinton,

I'm having troubles to install SABnzbd on my QNAP NAS.

I went trough the qnap forum topic but could find any help.

I'm stuck because of an importerror on bz2, that i simply don't understand.

Here is where i am :

I installed Python2.7.3 (Store) and Git 2.1.1 : Fine

I downloaded the qpkg and used manual install : Fine

I used SSH to get trough SABnzbd directory and tried to launch sabnzbd.sh script and got the following output :

[/share/CACHEDEV2_DATA/.qpkg/SABnzbdplus] # ./sabnzbd.sh start

armv7l

Performing SABnzbdplus prestartup checks at Wed May 11 11:55:55 CEST 2016...

Checking for git... Found!

HEAD is now at c50957d V10.14 ready for merge

Already up-to-date.

Checking environment

Checking if all configured directories exist....... Done

Creating Symbolic links for required utils. Done

Done

Already up-to-date.

Starting SABnzbdplusTraceback (most recent call last):

File "SABnzbd.py", line 85, in

import sabnzbd

File "/share/CACHEDEV2_DATA/.qpkg/SABnzbdplus/sabnzbd/sabnzbd/init.py", line 78, in

from sabnzbd.nzbqueue import NzbQueue

File "/share/CACHEDEV2_DATA/.qpkg/SABnzbdplus/sabnzbd/sabnzbd/nzbqueue.py", line 43, in

import sabnzbd.downloader

File "/share/CACHEDEV2_DATA/.qpkg/SABnzbdplus/sabnzbd/sabnzbd/downloader.py", line 42, in

import sabnzbd.scheduler

File "/share/CACHEDEV2_DATA/.qpkg/SABnzbdplus/sabnzbd/sabnzbd/scheduler.py", line 29, in

import sabnzbd.dirscanner

File "/share/CACHEDEV2_DATA/.qpkg/SABnzbdplus/sabnzbd/sabnzbd/dirscanner.py", line 27, in

import bz2

ImportError: No module named bz2

Done (Wed May 11 11:56:16 CEST 2016)

Could you please help, i'm really clueless about what to do.

You are receiving this because you commented.

Reply to this email directly or view it on GitHub


You are receiving this because you commented.
Reply to this email directly or view it on GitHub

@Safihre
Copy link
Author

Safihre commented May 21, 2016

@clinton-hall, Hi me again!
So by default, will your packages pull from Git? I made a faulty commit just a few days ago and suddenly we had Qnap users with problems because they were on the develop branch.
I know we have been bad with updating the Master branch, but we can make sure to update that one every time a new stable release comes out so you can pull from that. If that helps? We didn't know packages were pulling from git develop.

@clinton-hall
Copy link
Owner

@Safihre
The script just does
git clone https://github.com/sabnzbd/sabnzbd.git
so if your "default" branch is develop, this is what the qpkg will download.

I can add a
git checkout master
immediately after the clone to put this onto master branch on first install (but won't switch branches if a user has manually switched this to develop etc.)

@Safihre
Copy link
Author

Safihre commented May 23, 2016

Adding the git checkout master would be great.
Our develop branch is really only for development and was assumed to be only used by experienced users.
We will make sure the master branch gets updated with every release!

Thank you again for making these wrappers :)

@clinton-hall
Copy link
Owner

I updated the qpkg.
https://www.dropbox.com/s/jms3ma8e4c0c1jh/SABnzbdplus_160522.qpkg

Hope this works.

Just as a note... hon the SABnzbd github site, if you go to settings, Branches check to see what you have set as the "default" branch... when I look it still appears that "develop" is the default branch, not master...

@Safihre
Copy link
Author

Safihre commented May 23, 2016

This issue is not intended for installer problems, ask those in the QNAP forums!

Yes true, that was a choice by the others to keep develop the default. Since master wasn't changed for about a year (in between 0.7.20 and 1.0.x).
Will discuss this with the others!

@clinton-hall
Copy link
Owner

All good. Obviously at my end I usually do a clone in the package as I expect the devastating dictate what branch they want users to pull by default...

Anyway, hopefully this is working over at QNAP now :)

@skpnsf
Copy link

skpnsf commented Jun 2, 2016

Hello, I've been following this tread for a couple months. A bit of a newbie here, so not sure if I should update to version 1.0 . I'm x86 QNAP SAB version 0.7.2 with git version 2.1. and Python version 2.7.

@Safihre
Copy link
Author

Safihre commented Jun 15, 2016

@clinton-hall We are updating our Wiki, where should we link on our Install on NAS page for the QNAP package?

@Safihre
Copy link
Author

Safihre commented Jun 19, 2016

Should we just link here then in the hopes you will add newer download-links when they happen? 😁

@robc145
Copy link

robc145 commented Jun 19, 2016

Hi there, another Newbie here. I have a QNAP TS-453mini and cannot for some reason install Git 2.1 (have managed to install Python) - have tried a number of qpkg's and they just seem to fail. I did get QGit 2.8.1 installed, but that seems incompatible with the SABnzbd QPKG, which just keeps telling me I need 'Git'.

When I run 'git --version' in SSH it returns "git version 2.8.1".

Any suggestions welcome please??

@clinton-hall
Copy link
Owner

@Safihre
Sorry, I meant to post the link but got distracted...

This is the link that I am keeping up-to-date with current qpkg builds.
http://forum.qnap.com/viewtopic.php?f=133&t=86644

@robc145
Copy link

robc145 commented Jun 20, 2016

Hi Clinton, is the SABnzbd qpkg referencing only version Git 2.1?

@clinton-hall
Copy link
Owner

Yes, this was based on my git app to avoide dependence on outdated optware. I have not had a chance to update my git app.

@wbmk78
Copy link

wbmk78 commented Jun 21, 2016

Hi, i just did a fresh install of the latest version mentioned in the QNAP forum, but i also get the bz2 error.. Any idea's?

Performing SABnzbdplus prestartup checks at Tue Jun 21 20:35:29 CEST 2016...
 Checking for git...  Found!
HEAD is now at 2d77051 V10.15 ready for merge.
Already up-to-date.
 Checking environment
  Checking if all configured directories exist....... Done
  Creating Symbolic links for required utils. Done
Done
Already up-to-date.
Starting SABnzbdplusTraceback (most recent call last):
  File "SABnzbd.py", line 85, in <module>
    import sabnzbd
  File "/share/CACHEDEV1_DATA/.qpkg/SABnzbdplus/sabnzbd/sabnzbd/__init__.py", line 78, in <module>
    from sabnzbd.nzbqueue import NzbQueue
  File "/share/CACHEDEV1_DATA/.qpkg/SABnzbdplus/sabnzbd/sabnzbd/nzbqueue.py", line 43, in <module>
    import sabnzbd.downloader
  File "/share/CACHEDEV1_DATA/.qpkg/SABnzbdplus/sabnzbd/sabnzbd/downloader.py", line 42, in <module>
    import sabnzbd.scheduler
  File "/share/CACHEDEV1_DATA/.qpkg/SABnzbdplus/sabnzbd/sabnzbd/scheduler.py", line 29, in <module>
    import sabnzbd.dirscanner
  File "/share/CACHEDEV1_DATA/.qpkg/SABnzbdplus/sabnzbd/sabnzbd/dirscanner.py", line 27, in <module>
    import bz2
ImportError: No module named bz2
 Done (Tue Jun 21 20:35:49 CEST 2016)

@clinton-hall
Copy link
Owner

This is due to one of the Python qpkg a not having needed modules. Have you tried the QPython qpkg done by QNAP Stephanie?

@wbmk78
Copy link

wbmk78 commented Jun 22, 2016

This one? http://forum.qnap.com/viewtopic.php?f=320&t=109899

I will give it a go.. Thanx!

-edit-
Allas.. i am on a ARM system (TS-431+)... This QPython is only for X86

@clinton-hall
Copy link
Owner

https://forum.qnap.com/viewtopic.php?f=133&t=86644

This has a link to my git qpkg under the dependencies section.

@crimeac
Copy link

crimeac commented Dec 3, 2016

Thx ,, i tried the link fom you..but nothing change..cant install the minimm wrapper..mustt install 90mb x86 ..but the same problem .nas ws reset ..i installes pyton 2.7.3..any idee..or should i better change the nas.

I installed all over the appcenter und they are on

@crimeac
Copy link

crimeac commented Dec 3, 2016

Last try.. have i to use a special command ..i installed it and then it appears onthe menu

@clinton-hall
Copy link
Owner

From the menue, ensure that you enable / start the app.

@crimeac
Copy link

crimeac commented Dec 3, 2016

hi tried so many things , but it dosnt work.. qnap 228 working on arm7

i put ,my new logfile inside an snpshots. i have no idee i get crazy.

Performing SABnzbdplus prestartup checks at Sat Dec 3 18:12:46 GMT 2016...
Checking for git... Found!
/share/CACHEDEV1_DATA/.qpkg/SABnzbdplus/sabnzbd.sh: line 46: cd: /share/Download/nzbToMedia: No such file or directory
/share/CACHEDEV1_DATA/.qpkg/SABnzbdplus/sabnzbd.sh: line 49: /Apps/bin/git: cannot execute binary file
/share/CACHEDEV1_DATA/.qpkg/SABnzbdplus/sabnzbd.sh: line 49: /Apps/bin/git: cannot execute binary file
Could not git clone git://github.com/clinton-hall/nzbToMedia.git
/share/CACHEDEV1_DATA/.qpkg/SABnzbdplus/sabnzbd.sh: line 55: /Apps/bin/git: cannot execute binary file
/share/CACHEDEV1_DATA/.qpkg/SABnzbdplus/sabnzbd.sh: line 56: /Apps/bin/git: cannot execute binary file
Checking environment
Checking if all configured directories exist.......chmod: /share/Download/nzbToMedia: No such file or directory
Done
Creating Symbolic links for required utils.ln: /share/Download/nzbToMedia/CharTranslator.py: No such file or directory
Done
Done
/share/CACHEDEV1_DATA/.qpkg/SABnzbdplus/sabnzbd.sh: line 39: /Apps/bin/git: cannot execute binary file
/share/CACHEDEV1_DATA/.qpkg/SABnzbdplus/sabnzbd.sh: line 39: /Apps/bin/git: cannot execute binary file
/share/CACHEDEV1_DATA/.qpkg/SABnzbdplus/sabnzbd.sh: line 41: cd: /share/CACHEDEV1_DATA/.qpkg/SABnzbdplus/sabnzbd: No such file or directory
/share/CACHEDEV1_DATA/.qpkg/SABnzbdplus/sabnzbd.sh: line 42: /Apps/bin/git: cannot execute binary file
Starting SABnzbdplus/share/CACHEDEV1_DATA/.qpkg/SABnzbdplus/sabnzbd.sh: line 208: cd: /share/CACHEDEV1_DATA/.qpkg/SABnzbdplus/sabnzbd: No such file or directory
/usr/bin/python2.7: can't open file 'SABnzbd.py': [Errno 2] No such file or directory
Done (Sat Dec 3 18:13:03 GMT 2016)

Am 03.12.2016 um 21:41 schrieb Clinton Hall:

From the menue, ensure that you enable / start the app.


You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.
image
image

@jasb72
Copy link

jasb72 commented Dec 8, 2016

Hiya, Sorry if this isnt the correct place to post.. But im stuck with an unhappy SABnzbd.

Having a heck of a time trying to get SABnzbd starting again after upgrading to 4.3.2.0017 on a Qnap HS 251 NAS.. Everything was working fine until the latest firmware went on. I have uninstalled/reinstalled both GIT and SAB, and am now running the latest SAB 160522.. When i attempt to start SAB i get the following in my logs, obviously expecting some directories that dont exist. Any ideas/pointers appreciated, im not much of a linux/python geek so could use some help.

Cheers!!

Performing SABnzbdplus prestartup checks at Wed Dec 7 20:28:30 PST 2016...
Checking for git... Found!
/share/CACHEDEV1_DATA/.qpkg/SABnzbdplus/sabnzbd.sh: line 56: /Apps/bin/git: No such file or directory
/share/CACHEDEV1_DATA/.qpkg/SABnzbdplus/sabnzbd.sh: line 57: /Apps/bin/git: No such file or directory
Checking environment
Checking if all configured directories exist....... Done
Creating Symbolic links for required utils. Done
Done
/share/CACHEDEV1_DATA/.qpkg/SABnzbdplus/sabnzbd.sh: line 39: /Apps/bin/git: No such file or directory
/share/CACHEDEV1_DATA/.qpkg/SABnzbdplus/sabnzbd.sh: line 39: /Apps/bin/git: No such file or directory
/share/CACHEDEV1_DATA/.qpkg/SABnzbdplus/sabnzbd.sh: line 40: /Apps/bin/git: No such file or directory
/share/CACHEDEV1_DATA/.qpkg/SABnzbdplus/sabnzbd.sh: line 42: cd: /share/CACHEDEV1_DATA/.qpkg/SABnzbdplus/sabnzbd: No such file or directory
/share/CACHEDEV1_DATA/.qpkg/SABnzbdplus/sabnzbd.sh: line 43: /Apps/bin/git: No such file or directory
Starting SABnzbdplus/share/CACHEDEV1_DATA/.qpkg/SABnzbdplus/sabnzbd.sh: line 209: cd: /share/CACHEDEV1_DATA/.qpkg/SABnzbdplus/sabnzbd: No such file or directory
/usr/bin/python2.7: can't open file 'SABnzbd.py': [Errno 2] No such file or directory
Done (Wed Dec 7 20:28:48 PST 2016)

@Walhalla360
Copy link

@dennuzz

for fixing the missing python bz2 module error I did the following:

  1. Install Entware-ng
  2. Install Entware-Python via the shell -> opkg update && opkg install python
  3. Open the SABnzbd startup script in an editor vi /etc/init.d/sabnzbd.sh and edit the DAEMON string DAEMON="/opt/bin/python2.7"

@damongolding
Copy link

I recently upgraded me QNAP (TS-469L) firmware to 4.3.2.0017 and have started getting this error Error "[Errno 2] No such file or directory" while running rar_unpack on ...

Anyone else getting this or know how to fix it?

@Safihre
Copy link
Author

Safihre commented Dec 12, 2016

@damongolding Better ask this on the forums, as mentioned very big above.

@clinton-hall Maybe better to lock this conversation?

@rav3ndk
Copy link

rav3ndk commented Dec 24, 2016

@clinton-hall I was until recently running the SABnzbdplus_150424 package, but started observing issues. I could see in Help or Setting, that I was running version = develop [unknown]. This is not something I actively selected, and can see from this thread, that's just how it was then because the dev branch was default. So I now downloaded your latest package 160522. However version reports the same, and I have the same issues. How can I revert to the Master branch, which hopefully doesn't have these issues as I never had them before.

The issue is that SabNZBdPlus won't extract downloaded files with password. I can enter the password to the download just fine, but it is never extracted.

Can you help? Thanks

@Safihre
Copy link
Author

Safihre commented Dec 24, 2016

@rav3ndk can you set logging to +Debug, download one of these passworded jobs, then send the log to me at [email protected]? This is something we need to fix.

@rav3ndk
Copy link

rav3ndk commented Dec 24, 2016

@Safihre I just set logging as suggested and then tried downloading a file with password. Again I left everything at DEFAULT except the Category (set to music). And again the file wasn't unpacked.
Do you also know what would be the correct procedure to get the Master version on my QNAP instead of this developer version?
See Attached log:
sabnzbd.log.txt

Update: It seems the problem could be with the categories. No matter what I select or how I configure the categories - the actual download will select Download as post-processing. Only exception is when using nzbToCouchPotato or nzbToSickBeard post-processing scripts. However nzbToCouchPotato only extracts - but still doesn't work with password-protected files.

@Safihre
Copy link
Author

Safihre commented Dec 24, 2016

@rav3ndk You have found a bug in SABnzbd! Going to fix it now.
Although, but I don't know how to switch to master for the package..

@rav3ndk
Copy link

rav3ndk commented Dec 24, 2016

@Safihre Cool. Could you update this thread when you fixed it - then I'll gladly update and perform further tests. The reason for going back to master was to try and fix this issue. If you fix it now, then I'll just stay on develop :-)

@nurdx
Copy link

nurdx commented Jan 2, 2017

@clinton-hall @rav3ndk Has there been any update / fix as to why the wrapper is not pulling from the master branch?

@rav3ndk
Copy link

rav3ndk commented Jan 2, 2017

@nurdx No update on why the wrapper is not pulling from master.

@nurdx
Copy link

nurdx commented Jan 11, 2017

@rav3ndk - I posted directions on how to switch to master on the qnap forums. Quick answer is to go to .qpkg/SABnzbdplus/sabnzbd directory and then type "git checkout master".

This will change you over to the master branch. You can verify with "git status" while in that same directory.

Regards.

@rav3ndk
Copy link

rav3ndk commented Jan 13, 2017

@Safihre I now found a new bug related to passwords. I have my sabnzbd configured to Pause download if the download is password protected. However now it just continues to download instead of pause.

I have now switch to Master Branch using instructions from @nurdx so I can't test this new bug anymore, since this does not occur in the master branch. Hope you can still detect the bug though

@Safihre
Copy link
Author

Safihre commented Jan 13, 2017

I just updated the master branch to 1.2.0 so probably soon you'll experience it again. I think I found the problem, because cloaked archives (so encrypted archive within an archive) are no longer correctly detected.
That will have to wait for 1.2.1. Unfortunately, nobody noticed this bug during the month of beta testing 1.2.0.

@knuspar
Copy link

knuspar commented Jan 29, 2017

@Safihre The thing is the fix clinton used to do 👍

"The script just does
git clone https://github.com/sabnzbd/sabnzbd.git
so if your "default" branch is develop, this is what the qpkg will download.

I can add a
git checkout master
immediately after the clone to put this onto master branch on first install (but won't switch branches if a user has manually switched this to develop etc.)"

Isent working. Im still getting developer version installed. And so the whole "git checkout master" isent working.
@clinton-hall I tried wrting this on QNAP forumns as well, but no response. Im aware youre a busy man and this is all free work etc. but alot of users are suffering under this :-/

@clinton-hall
Copy link
Owner

Updated (there was indeed an issue with checkout of master).
https://forum.qnap.com/viewtopic.php?f=133&t=86644
hopefully this works for you...

@knuspar
Copy link

knuspar commented Jan 31, 2017

Succes!
Ran it and im back to version 1.2.0 which is master branch :-)
Thank you @clinton-hall

@TableBookspro
Copy link

@damongolding

I am curious if you ever found a resolution. I've had no luck whatsoever resolving that exact same error and I'm kinda losing hope. Any suggestions?

@nurdx
Copy link

nurdx commented Apr 27, 2017 via email

@TableBookspro
Copy link

@nurdx

That worked, thank you.

@Kinesia23
Copy link

This has been working fine forever and i never had to change but now I get:
[/share/CACHEDEV1_DATA/.qpkg/Entware-ng] # ./Entware-ng.sh start
Enable Entware-ng/opkg
[/share/CACHEDEV1_DATA/.qpkg/Entware-ng] # cd ../SABnzbdplus/
[/share/CACHEDEV1_DATA/.qpkg/SABnzbdplus] # ls
arm/ Config/ Repository/ sabnzbd/ sabnzbd.sh* x31/ x64/ x86/
[/share/CACHEDEV1_DATA/.qpkg/SABnzbdplus] # ./sabnzbd.sh start
./sabnzbd.sh: line 3: /share/CACHEDEV1_DATA/.qpkg/wait-for-Entware.sh: No such file or directory
[/share/CACHEDEV1_DATA/.qpkg/SABnzbdplus] #

And I updated to entware-ng which I didn't have but it still doesn't work. At the very least it needs errror messaages that tell us what to do. Bad errorr messages are the worst possible problem in software, we cant aovid errors, but if the messages dont help then noone has a chance.

@Safihre
Copy link
Author

Safihre commented Jan 4, 2018

Unfortunately @clinton-hall has been away for a long time and this package is abandoned.
You should use the SHERPA setup: https://sabnzbd.org/wiki/installation/install-nas
It should take into account existing settings and packages and then do auto-updates :)

@Kinesia23
Copy link

Kinesia23 commented Jan 4, 2018 via email

@mrclennon
Copy link

mrclennon commented Apr 25, 2018

After following all the steps, including installing Git and Python, I get the following error when I try to start SABnzbd:

Failed to start SABnzbdplus, /usr/bin/python2.7 was not found. Please re-install the Pythton qpkg.

Any help would be greatly appreciated! I previously installed Sabnzbd using Sherpa, but could not find any way to update to the latest version without using the command line. Now that I've set all of this up, SABnzbd isn't working at all. HELP!

(Yes, I uninstalled Python 2.7 and reinstalled it. Same issue.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests