Update: Not sure what was going on, but I've not had this with new posts for about two weeks now.
The strange thing is, that the test NZBs that I kept around, still produce said error.
Could this possibly be issues at my usenet provider (eweka), or some sort of combination of local and server issues?
Decoder failure: Out of memory
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: Decoder failure: Out of memory
If you're on Windows: AFAIK there has not yet been a new SABnzbd / SAByenc release for Windows. So ... same SAB, same errors. You have to wait for the new release.
On Ubuntu Linux, a new Sabyenc was released/pushed, on thus on Ubuntu it won't happen anymore.
Re: Decoder failure: Out of memory
Will sabyenc auto-update on Ubuntu?
If you like our support, check our special newsserver deal or donate at: https://sabnzbd.org/donate
Re: Decoder failure: Out of memory
Yes, if you have the PPA enabled and you do updates on your Ubuntu:
Code: Select all
$ sudo grep -irn sabyenc /var/log/dp*
/var/log/dpkg.log.1:1962:2019-06-23 21:44:17 upgrade python-sabyenc:amd64 3.3.5-1 3.3.6-0ubuntu1~jcfp1~19.04
/var/log/dpkg.log.1:1963:2019-06-23 21:44:17 status half-configured python-sabyenc:amd64 3.3.5-1
/var/log/dpkg.log.1:1964:2019-06-23 21:44:17 status unpacked python-sabyenc:amd64 3.3.5-1
/var/log/dpkg.log.1:1965:2019-06-23 21:44:17 status half-installed python-sabyenc:amd64 3.3.5-1
/var/log/dpkg.log.1:1966:2019-06-23 21:44:17 status unpacked python-sabyenc:amd64 3.3.6-0ubuntu1~jcfp1~19.04
/var/log/dpkg.log.1:1968:2019-06-23 21:44:17 configure python-sabyenc:amd64 3.3.6-0ubuntu1~jcfp1~19.04 <none>
/var/log/dpkg.log.1:1969:2019-06-23 21:44:17 status unpacked python-sabyenc:amd64 3.3.6-0ubuntu1~jcfp1~19.04
/var/log/dpkg.log.1:1970:2019-06-23 21:44:17 status half-configured python-sabyenc:amd64 3.3.6-0ubuntu1~jcfp1~19.04
/var/log/dpkg.log.1:1971:2019-06-23 21:44:17 status installed python-sabyenc:amd64 3.3.6-0ubuntu1~jcfp1~19.04
Re: Decoder failure: Out of memory
Ah, so it was a bug with SAB then?
Thanks, I'll retry when the new version is released
Re: Decoder failure: Out of memory
The NZB was wrong (with negative and thus illegal values for Segment Bytes, so negative message sizes ...), and SAB fell into that trap ...
Detail: the problem was in SAByenc, which is written in C. And you know what they say: C is like a chainsaw: fast, efficient, and very dangerous.
Anyway: SAByenc and thus SABnzbd is protected as of now. On Windows: wait for the new release.
Re: Decoder failure: Out of memory
Just noticed an entire page of posts happened since the last time I checked (I tend to leave tabs open for a long time)... Thanks everyone for confirming it's definitely not just my hardware
Re: Decoder failure: Out of memory
Just like me, there was a problem with the decoder!