SABnzbd No longer downloading

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
d3m0l1sh3r
Newbie
Newbie
Posts: 7
Joined: October 8th, 2015, 8:46 pm

SABnzbd No longer downloading

Post by d3m0l1sh3r »

I used SAB with OZNZB for a few months and everything was peachy.
But then about a month or so ago, files stopped downloading properly. Every once in a while a newly-added file would download perfectly, but I'd constantly have them get stuck in the queue at various points with seemingly no reason for them not to download.
Restarting SAB, repairing queue, removing the file and starting over - none of these had any consistent effect.
Under Status, I'd rarely have any relevant warnings, and it'd show active connections through my host.

Today it happened again with brand new files (usually it seemed to be just on older ones - that's now proven to be completely inconsistent too) so I tried removing OZNZB and a second host from my "servers" list and just went with my main host. No luck.

Then a warning was consistently thrown: "ERROR LOADING sabnzbd\admin\future\SABnzbd_attrib failed"
Looked it up, and the posts said to repair (already did that a few times, no luck) then to delete everything in the admin folder except a history.db1 file.

I did that, and now files are pretending to download, but not downloading. The download speed never goes past 0 (or sometimes like 100kb/s), but the files will progressively fill up and then fail the extraction because there's no actual data in the files.

Any advice?

EDIT: A recent log can be found here. https://mega.nz/#!rQQiiZBD!1qIQ6l8FQXax ... dbpsqNbUXY
User avatar
sander
Release Testers
Release Testers
Posts: 8823
Joined: January 22nd, 2008, 2:22 pm

Re: SABnzbd No longer downloading

Post by sander »

As this is your first post, let's first see if you come back; confirm this post.
d3m0l1sh3r
Newbie
Newbie
Posts: 7
Joined: October 8th, 2015, 8:46 pm

Re: SABnzbd No longer downloading

Post by d3m0l1sh3r »

sander wrote:As this is your first post, let's first see if you come back; confirm this post.
Uh, hi?
User avatar
sander
Release Testers
Release Testers
Posts: 8823
Joined: January 22nd, 2008, 2:22 pm

Re: SABnzbd No longer downloading

Post by sander »

d3m0l1sh3r wrote:
sander wrote:As this is your first post, let's first see if you come back; confirm this post.
Uh, hi?
Good! :)
d3m0l1sh3r
Newbie
Newbie
Posts: 7
Joined: October 8th, 2015, 8:46 pm

Re: SABnzbd No longer downloading

Post by d3m0l1sh3r »

sander wrote:
d3m0l1sh3r wrote:
sander wrote:As this is your first post, let's first see if you come back; confirm this post.
Uh, hi?
Good! :)
Si
User avatar
sander
Release Testers
Release Testers
Posts: 8823
Joined: January 22nd, 2008, 2:22 pm

Re: SABnzbd No longer downloading

Post by sander »

I had a look at your log file, and here are the remarks:

Code: Select all

$ cat "sabnzbd (1) (1).log" | grep oznzb | head -5
2015-10-08 20:38:00,532::INFO::[downloader:381] [email protected]:119: Initiating connection
2015-10-08 20:38:02,374::INFO::[newswrapper:233] Failed to connect: (10060, "(10061, 'Connection refused')") [email protected]:119
2015-10-08 20:40:02,608::INFO::[downloader:381] [email protected]:119: Initiating connection
2015-10-08 20:40:04,463::INFO::[newswrapper:233] Failed to connect: (10060, "(10061, 'Connection refused')") [email protected]:119
2015-10-08 20:42:04,539::INFO::[downloader:381] [email protected]:119: Initiating connection
oznzb.com is not a newsserver, so remove that

Code: Select all

$ cat "sabnzbd (1) (1).log" | grep -i "missing from all" | wc -l
7121

$ cat "sabnzbd (1) (1).log" | grep -i "missing from all" | head -4
2015-10-08 21:20:50,993::INFO::[decoder:230] <Article: article=Part1of66.8D1997641B9A46958A439F1FD9731EEE@1443554107.local, bytes=790120, partnum=1, art_id=None> => missing from all servers, discarding
2015-10-08 21:20:51,000::INFO::[decoder:230] <Article: article=Part1of66.B5CDD63C20FC4FDF9DC0C4FDBA3FB12B@1443554107.local, bytes=790107, partnum=1, art_id=None> => missing from all servers, discarding
2015-10-08 21:20:51,005::INFO::[decoder:230] <Article: article=Part1of66.014C528146C9440596F63C61581D12A8@1443554107.local, bytes=790175, partnum=1, art_id=None> => missing from all servers, discarding
2015-10-08 21:20:51,013::INFO::[decoder:230] <Article: article=Part1of66.13C70A85560448F7A335D60C65A2C8BB@1443554107.local, bytes=790049, partnum=1, art_id=None> => missing from all servers, discarding

So 7121 articles "missing from all servers". You see that in your History too, don't you? Do you know what that means?

Code: Select all

$ cat "sabnzbd (1) (1).log" | grep -i "initi"

2015-10-08 21:20:17,782::INFO::[downloader:381] [email protected]:563: Initiating connection
2015-10-08 21:20:17,783::INFO::[downloader:381] [email protected]:563: Initiating connection
2015-10-08 21:20:17,783::INFO::[downloader:381] [email protected]:563: Initiating connection
2015-10-08 21:20:17,785::INFO::[downloader:381] [email protected]:563: Initiating connection
Lower the number of connections to 8 per newsserver.

Code: Select all

$ cat "sabnzbd (1) (1).log" | grep -B4 -i pickl
2015-10-08 20:43:23,799::ERROR::[__init__:894] Loading C:\Users\Adam\AppData\Local\sabnzbd\admin\future\SABnzbd_attrib failed
2015-10-08 20:43:23,799::INFO::[__init__:895] Traceback: 
Traceback (most recent call last):
  File "sabnzbd\__init__.pyo", line 886, in load_data
UnpicklingError: could not find MARK
--
2015-10-08 20:46:58,713::ERROR::[__init__:894] Loading C:\Users\Adam\AppData\Local\sabnzbd\admin\future\SABnzbd_attrib failed
2015-10-08 20:46:58,713::INFO::[__init__:895] Traceback: 
Traceback (most recent call last):
  File "sabnzbd\__init__.pyo", line 886, in load_data
UnpicklingError: could not find MARK
--
2015-10-08 20:52:58,960::ERROR::[__init__:894] Loading C:\Users\Adam\AppData\Local\sabnzbd\admin\future\SABnzbd_attrib failed
2015-10-08 20:52:58,960::INFO::[__init__:895] Traceback: 
Traceback (most recent call last):
  File "sabnzbd\__init__.pyo", line 886, in load_data
UnpicklingError: could not find MARK
Not good, but I don't know the cause.
d3m0l1sh3r
Newbie
Newbie
Posts: 7
Joined: October 8th, 2015, 8:46 pm

Re: SABnzbd No longer downloading

Post by d3m0l1sh3r »

1. Done
2. That only started showing for the first time after deleting the stuff from the admin folder, doesn't show anywhere but in the log.
3. Done.
4. Doesn't seem to be happening anymore.

Did a repair and re-running with changes.
d3m0l1sh3r
Newbie
Newbie
Posts: 7
Joined: October 8th, 2015, 8:46 pm

Re: SABnzbd No longer downloading

Post by d3m0l1sh3r »

Alright, tried new downloads. They're downloading at very slow speeds (9-200 kb/s) but acting as if they finish.
They fail during extraction with errors
" Invalid par2 files, cannot verify or repair "
"No details available for recoverable file number 1. "
For files that by all means should work.

Tried opening the RARs myself, but 7Zip is unable to open them as an archive.

Here's today's log; looks about the same - https://mega.nz/#!iFACWSIC!unR3rSpoOLS_ ... lg-Ri09Vtg


Thanks for your help.
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: SABnzbd No longer downloading

Post by shypike »

Please find an NZB of which you know it hasn't been removed.
Look for "ubuntu".
Or try an alternative program like Grabit.
d3m0l1sh3r
Newbie
Newbie
Posts: 7
Joined: October 8th, 2015, 8:46 pm

Re: SABnzbd No longer downloading

Post by d3m0l1sh3r »

Alright, I guess it's working now; some things are downloading fine. it just seems very strange that the most recent episodes of like 3-4 of my TV shows are magically dead/unable to download when I've never had that happen.
Also getting annoyed at how many older downloads seem to only download 1/5 of the way then "out of your server's retention?"

Thanks for your help.

The annoying thing about the things that don't download - 1 show "doesn't have enough repair blocks", 3 episodes of another show has "Invalid PAR2 files", and another just doesn't download.
All of these have active connections while they sit in queue, which to me says they should download. (Mainly being a weird thing for the one that doesn't download more than 1/5 to 1/3 of it.)
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: SABnzbd No longer downloading

Post by shypike »

A lot of posts are removed from servers within hours.
Especially from mainstream servers.
d3m0l1sh3r
Newbie
Newbie
Posts: 7
Joined: October 8th, 2015, 8:46 pm

Re: SABnzbd No longer downloading

Post by d3m0l1sh3r »

We're talking like over 40+ downloads, from 8+ different shows, with no reported removals/issues on OZN. Doesn't seem right.

But either way I guess it can't really be an issue with SAB, so I guess this is fixed.
Post Reply