Search found 3 matches
- April 27th, 2013, 3:17 pm
- Forum: Bug Reports
- Topic: Article CRC check, sabnzbd 0.7.11
- Replies: 1
- Views: 1357
Article CRC check, sabnzbd 0.7.11
I discovered a lot of INFO message in the log of sabnzbd, likes this one INFO::[decoder:121] Erreur CRC dans XXXXXXXXXXXXXXXXXXXXX@YYYYYYY.eu (FFFFFFFF2F249386 -> 2F249386) It looks like the CRC result is stored in 64 bits, instead of 32 bits Although the article is tagged as corrupted and missing, ...
- January 9th, 2013, 9:05 am
- Forum: Bug Reports
- Topic: Assemble of the file, with missing article (0.7.9)
- Replies: 7
- Views: 5209
Re: Assemble of the file, with missing article (0.7.9)
Why another NZ client successfully creates the downloaded file with the exact size ? Well for the size of the article I was thinking the same as you, this is the size of the raw article before decoding it. So how the other client does ? He did add padding for missing parts of the file. So how he can...
- January 7th, 2013, 7:58 pm
- Forum: Bug Reports
- Topic: Assemble of the file, with missing article (0.7.9)
- Replies: 7
- Views: 5209
Assemble of the file, with missing article (0.7.9)
The thread which builds and writes the file to disk may contains an error : sabnzbd/assembler.py In the _assemble function, line 154 we are logging for missing file, well this is fine, but I think this part can be improved in case of error. Let say we have a file which is split into 3 articles : A, ...