Downloads Randomly Slow Down to 0%
Forum rules
Help us help you:
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.
Re: Downloads Randomly Slow Down to 0%
The config file that allows you to adjust which branch you want to be on. I wanted to try to get back the "1.1.x", rather this develop version that I was mysteriously switched to.
Re: Downloads Randomly Slow Down to 0%
If you're using git, then you're on your own.
The 1.1.x branch is still there, you just need to check it out.
The 1.1.x branch is still there, you just need to check it out.
Re: Downloads Randomly Slow Down to 0%
Well, I never installed it via git. I used the QPKG of a 2015 release version and then eventually upgraded to the "SABnzbdplus_160522" version. It's been fine until I attempted to switch Python's and ended up back to a removed and reinstalled QNAP Store Python, which triggered it switching to the develop branch.shypike wrote:If you're using git, then you're on your own.
The 1.1.x branch is still there, you just need to check it out.
Would I be able to switch using the checkout command from git, based on how I installed it? If not, how would I switch back?
Thanks.
Re: Downloads Randomly Slow Down to 0%
Sorry, I have no idea how this QPKG works.
Usually packages are not based on direct git access,
but on our published tar.gz file.
Usually packages are not based on direct git access,
but on our published tar.gz file.
Re: Downloads Randomly Slow Down to 0%
Okay, I'll check with thread at QNAP Forums about this QPKG. Thanks.
Re: Downloads Randomly Slow Down to 0%
Actually, it mentions it is self-updating via git. Does that help?
Re: Downloads Randomly Slow Down to 0%
If you use the version that's linked in the wiki, it will use the master branch. This is the correct branch.
If you like our support, check our special newsserver deal or donate at: https://sabnzbd.org/donate
Re: Downloads Randomly Slow Down to 0%
Okay. I did use that version which there is a link that points over to the QNAP Forums. It was never using the master branch. It has been on 1.1.x [unknown ] for quite awhile. When I effectively reinstalled QNAP Store Python, it switched to develop. If I just install that QPKG again right over the top of what I have now, might it switch the branch? I don't want to just wing it, not sure what it may change. I really just want to get on the master branch.safihre wrote:If you use the version that's linked in the wiki, it will use the master branch. This is the correct branch.
Re: Downloads Randomly Slow Down to 0%
That's correct, if you are on the master branch it will say you are on version 1.1.x [unknown]!
https://github.com/sabnzbd/sabnzbd/blob ... version.py
Like shypike said, we just kind of forgot to update the version.py when mergining into master, that's all.
The new QPKG should force it to master.
https://github.com/sabnzbd/sabnzbd/blob ... version.py
Like shypike said, we just kind of forgot to update the version.py when mergining into master, that's all.
The new QPKG should force it to master.
If you like our support, check our special newsserver deal or donate at: https://sabnzbd.org/donate
Re: Downloads Randomly Slow Down to 0%
Reinstalling QPKG didn't work. Still stuck on develop. It did screw up my Sabnzbd though and undo all of what I recently did, but I restored backup of right over the top. Oddly, I couldn't replace backed up folder into the QPKG directory. I had to merge with folder and overwrite everything, then it worked. Anyways, seems back to working okay, but still on develop branch.
Re: Downloads Randomly Slow Down to 0%
I think you will have to go on the QNAP forums.. This we don't know..
The link to the right topic is on the wiki.
The link to the right topic is on the wiki.
If you like our support, check our special newsserver deal or donate at: https://sabnzbd.org/donate
Re: Downloads Randomly Slow Down to 0%
I checked my .sh file and noticed the code 'git checkout master'. So it seems as if I'm on master branch for updates, at least. Might the next update switch me to master? Or is it possible I could be on master, but Sabnzbd is reporting it incorrectly?
Re: Downloads Randomly Slow Down to 0%
Master contains only official releases (so no RC, Beta etc.)