Page 1 of 1
Problem in downloading from specific nzb
Posted: February 23rd, 2017, 2:34 pm
by n03397
I am trying to download from a specific nzb but the it fails because of high missing aticles in thye first 5 minutes.
I am using the same nzb file using newshosting client but the download keeps going without giving me any error message. It has not finished yet
Is there a possibility that sabnzbd failing downloading from a nzb file but another client to succeed?
This is the error message
DownloadDownloaded in 5 mins 54 seconds at an average of 1.6 MB/s
Age: 1618d
5768 articles were missing
Aborted, cannot be completed -
https://sabnzbd.org/not-complete
ServersNewshosting=249 MB, Tweaknews=306 MB
Re: Problem in downloading from specific nzb
Posted: February 23rd, 2017, 3:04 pm
by safihre
Sabnzbd aborts when it knows it cannot complete because not enough repair blocks are available.
Let's first see if the other client actually produces a working file in the end..
Re: Problem in downloading from specific nzb
Posted: February 24th, 2017, 1:51 am
by n03397
safihre wrote:Sabnzbd aborts when it knows it cannot complete because not enough repair blocks are available.
Let's first see if the other client actually produces a working file in the end..
Safihre, the other client produced a working file at the end.
Is this a bug in sabnzbd or it s matter of configuration?
Re: Problem in downloading from specific nzb
Posted: February 24th, 2017, 5:27 am
by safihre
Since we have many users of SABnzbd that use Newshosting, I am thinking more a config error.
Did you maybe set a max Retention for your server? Are you on SABnzbd 1.2.0 or 1.2.1?
Re: Problem in downloading from specific nzb
Posted: February 24th, 2017, 7:21 am
by n03397
safihre wrote:Since we have many users of SABnzbd that use Newshosting, I am thinking more a config error.
Did you maybe set a max Retention for your server? Are you on SABnzbd 1.2.0 or 1.2.1?
I did have set the redention to 3100 days. I have removed it but I am getting the same think.
I am running the following
From
https://github.com/sabnzbd/sabnzbd
8eff51a..d53cf59 develop -> origin/develop
53a219f..6d9242e 1.2.x -> origin/1.2.x
Updating 8eff51a..d53cf59
Fast-forward
README.mkd | 23 +-
po/main/da.po | 1429 ++++++++++++++++++++++++-----------------------
po/main/de.po | 1479 +++++++++++++++++++++++++------------------------
po/main/es.po | 1436 ++++++++++++++++++++++++-----------------------
po/main/fi.po | 1431 ++++++++++++++++++++++++-----------------------
po/main/fr.po | 1434 ++++++++++++++++++++++++-----------------------
po/main/nb.po | 1427 ++++++++++++++++++++++++-----------------------
po/main/nl.po | 1436 ++++++++++++++++++++++++-----------------------
po/main/pl.po | 1435 ++++++++++++++++++++++++-----------------------
po/main/pt_BR.po | 1431 ++++++++++++++++++++++++-----------------------
po/main/ro.po | 1431 ++++++++++++++++++++++++-----------------------
po/main/ru.po | 1431 ++++++++++++++++++++++++-----------------------
po/main/sr.po | 1429 ++++++++++++++++++++++++-----------------------
po/main/sv.po | 1429 ++++++++++++++++++++++++-----------------------
po/main/zh_CN.po | 1427 ++++++++++++++++++++++++-----------------------
sabnzbd/misc.py | 8 +-
sabnzbd/newsunpack.py | 10 +-
sabnzbd/postproc.py | 9 +-
18 files changed, 10036 insertions(+), 10099 deletions(-)
Re: Problem in downloading from specific nzb
Posted: February 24th, 2017, 7:24 am
by safihre
Aaah.... You are on develop. That seems like a bad idea.
You should either use the master branch (where we push all stable releases) or the PPA/src-releases.
If you want to stay on develop:
Do you have sabyenc installed? Or _yenc? (if not, it will be listed on first page of Config).
Re: Problem in downloading from specific nzb
Posted: February 24th, 2017, 7:37 am
by n03397
Yes I have installed sabyenc.
Re: Problem in downloading from specific nzb
Posted: February 24th, 2017, 7:45 am
by safihre
Can you switch logging to +Debug in the Status Window, try the download again until it fails and then send me the log at
[email protected]?
Re: Problem in downloading from specific nzb
Posted: February 24th, 2017, 8:01 am
by n03397
safihre wrote:Can you switch logging to +Debug in the Status Window, try the download again until it fails and then send me the log at
[email protected]?
Safihre, when I switch to master branch the problem is resolved. So there should be something wrong with the development code
Re: Problem in downloading from specific nzb
Posted: February 24th, 2017, 8:39 am
by safihre
We would like to fix the problem in Develop, so if you have time to generate that Debug log for me, it would be helpful
Re: Problem in downloading from specific nzb
Posted: February 24th, 2017, 9:42 am
by sander
@n03397 If you post the NZB somewhere (pastebin, dropbox) I can verify if I can reproduce the problem.
Re: Problem in downloading from specific nzb
Posted: February 27th, 2017, 11:52 am
by n03397
sander wrote:@n03397 If you post the NZB somewhere (pastebin, dropbox) I can verify if I can reproduce the problem.
Ok guys I have uploaded the nzf gile to google drive
https://drive.google.com/drive/folders/ ... sp=sharing
Since now I am on master branch If you cannot replicate the issue I can do it for you. I will need to go to developer branchs and then I will create a log file for you.
Thanks.
Re: Problem in downloading from specific nzb
Posted: February 27th, 2017, 12:19 pm
by sander
I tried downloading it with SAB 2.0.0 Alpha 1, but too many missing articles.
Code: Select all
Age: 1622d
8089 articles were missing
Aborted, cannot be completed - https://sabnzbd.org/not-complete
With SAB develop:
Code: Select all
Age: 1622d
6186 articles were missing
UPDATE:
With sab 1.2.1 on both my mini-laptop and my VPS ... no missing articles!
Re: Problem in downloading from specific nzb
Posted: February 27th, 2017, 2:34 pm
by n03397
sander wrote:I tried downloading it with SAB 2.0.0 Alpha 1, but too many missing articles.
Code: Select all
Age: 1622d
8089 articles were missing
Aborted, cannot be completed - https://sabnzbd.org/not-complete
With SAB develop:
Code: Select all
Age: 1622d
6186 articles were missing
UPDATE:
With sab 1.2.1 on both my mini-laptop and my VPS ... no missing articles!
That is what I am getting too sander.
Very weird, It is like sab cannot process correctly the nzb file