QuickCheck OK - RAR Corrupt [debian] [SOLVED]

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.
gabasr581
Newbie
Newbie
Posts: 10
Joined: January 18th, 2025, 1:03 pm

QuickCheck OK - RAR Corrupt [debian] [SOLVED]

Post by gabasr581 »

Hello
i have installed sabnzbd on a debian server by backport repository. Every file i tried to download (also many test files) gives me the same error RAR Corrupted. I have checked "Quickcheck" and it is ok.
I have tried to enable Debug+ but i see this error:

Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/cherrypy/_cprequestpy", line 659, in respond
self_do_respond(path_info)
File "/usr/lib/python3/dist-packages/cherrypy/_cprequestpy", line 718, in _do_respond
responsebody = selfhandler()
^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/cherrypy/lib/encodingpy", line 223, in __call__
selfbody = selfoldhandler(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/cherrypy/_cpdispatchpy", line 54, in __call__
return selfcallable(*selfargs, **selfkwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/share/sabnzbdplus/sabnzbd/interfacepy", line 190, in internal_wrap
return wrap_func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/share/sabnzbdplus/sabnzbd/interfacepy", line 469, in api
return api_handler(kwargs)
^^^^^^^^^^^^^^^^^^^
File "/usr/share/sabnzbdplus/sabnzbd/apipy", line 116, in api_handler
response = _api_tableget(mode, (_api_undefined, 2))[0](name, kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/share/sabnzbdplus/sabnzbd/apipy", line 670, in _api_showlog
with open(sabnzbdLOGFILE, "rb") as f:
^^^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/home/gabriele/sabnzbd/logs/sabnzbdlog'




Anyone can help me?
Last edited by gabasr581 on January 20th, 2025, 4:49 am, edited 1 time in total.
User avatar
sander
Release Testers
Release Testers
Posts: 9164
Joined: January 22nd, 2008, 2:22 pm

Re: QuickCheck OK - RAR Corrupt

Post by sander »

> Debian

> the same error RAR Corrupted.


If you start SABnzbd from the CLI, find the line telling the UNRAR binary version ... like:

2025-01-18 21:59:16,981::INFO::[sabnzbdplus:454] UNRAR binary... found (/usr/bin/unrar)
2025-01-18 21:59:16,981::INFO::[sabnzbdplus:462] UNRAR binary version 7.00

You might be using unrar-free, which will tell version 0.00 ... which won't work
gabasr581
Newbie
Newbie
Posts: 10
Joined: January 18th, 2025, 1:03 pm

Re: QuickCheck OK - RAR Corrupt

Post by gabasr581 »

Thank you very much for your help....

2025-01-18 22:10:53,191::INFO::[sabnzbdplus:454] par2 binary... found (/usr/bin/par2)
2025-01-18 22:10:53,191::INFO::[sabnzbdplus:461] UNRAR binary... found (/usr/bin/unrar)
2025-01-18 22:10:53,191::INFO::[sabnzbdplus:469] UNRAR binary version 6.21
2025-01-18 22:10:53,191::INFO::[sabnzbdplus:476] 7za binary... found (/usr/bin/7za)
2025-01-18 22:10:53,191::INFO::[sabnzbdplus:478] 7za binary version 24.09
User avatar
sander
Release Testers
Release Testers
Posts: 9164
Joined: January 22nd, 2008, 2:22 pm

Re: QuickCheck OK - RAR Corrupt

Post by sander »

Ah, that's good.

Then "No such file or directory: '/home/gabriele/sabnzbd/logs/sabnzbdlog'" ... I suppose the real message is

No such file or directory: '/home/gabriele/.sabnzbd/logs/sabnzbd.log'

... so with dots in it?

If so:
- does /home/gabriele/.sabnzbd/ exist?
- does /home/gabriele/.sabnzbd/logs/ exist
- does /home/gabriele/.sabnzbd/logs/sabnzbd.log exist?
- all writable for the user under which you're running (so 'gabriele'?)
gabasr581
Newbie
Newbie
Posts: 10
Joined: January 18th, 2025, 1:03 pm

Re: QuickCheck OK - RAR Corrupt [debian]

Post by gabasr581 »

If so:
- does /home/gabriele/.sabnzbd/ exist?Yes
- does /home/gabriele/.sabnzbd/logs/ exist - Yes
- does /home/gabriele/.sabnzbd/logs/sabnzbd.log exist? - No, doesn't the software create it automatically when i choose "Debug+"?...If not, do i have to create an empty log file?
- all writable for the user under which you're running (so 'gabriele'?) yes
User avatar
sander
Release Testers
Release Testers
Posts: 9164
Joined: January 22nd, 2008, 2:22 pm

Re: QuickCheck OK - RAR Corrupt [debian]

Post by sander »

SABnzbd should always automatically create ~/.sabnzbd/logs/sabnzbd.log, not matter the logging level.

This is weird. Never seen it.


As 'gabriele', do this:

Code: Select all

touch ~/.sabnzbd/logs/sabnzbd.log
Then start sabnzbdplus again, as 'gabriele'

Is that error gone?
gabasr581
Newbie
Newbie
Posts: 10
Joined: January 18th, 2025, 1:03 pm

Re: QuickCheck OK - RAR Corrupt [debian]

Post by gabasr581 »

:)
Logging error is solved!Thanks...

Corrupted Rar not yet!Please can you tell if you understand the problem?

https //pastebin com/embed_js/ec3DkbuJ
Last edited by gabasr581 on January 18th, 2025, 6:56 pm, edited 1 time in total.
User avatar
sander
Release Testers
Release Testers
Posts: 9164
Joined: January 22nd, 2008, 2:22 pm

Re: QuickCheck OK - RAR Corrupt [debian]

Post by sander »

So SABnzbd is still not writing to sabnzbd.log. Very werid.

I would go back to square one:

stop sabnzbdplus

Code: Select all

rm -rf ~./sabnzbd/
^^^ be careful with that command. Make no mistakes
Afterwards, check ~/.sabnzbd is gone
start sabnzbdplus
gabasr581
Newbie
Newbie
Posts: 10
Joined: January 18th, 2025, 1:03 pm

Re: QuickCheck OK - RAR Corrupt [debian]

Post by gabasr581 »

i solved logging problem launching sabnzbd from the CLI....i have reported the log in my previous message...i don't know if the problem is the server (maybe i have to use only european server) or if there is an hw problem (i have changed disk but it didn't fix it)

About that i didn't understand. do I have to delete my configuration folder in my user home?
User avatar
sander
Release Testers
Release Testers
Posts: 9164
Joined: January 22nd, 2008, 2:22 pm

Re: QuickCheck OK - RAR Corrupt [debian]

Post by sander »

you now have enough posts; you can now post anything like URLs ... https://pastebin.com/ec3DkbuJ

what is eu-tst.newsgroupdirect.com? Something free?

Code: Select all

2025-01-19 00:44:55,686::DEBUG::[newsunpack:860] UNRAR output:
UNRAR 6.21 freeware      Copyright (c) 1993-2023 Alexander Roshal
Extracting from /home/gabriele/Downloads/incomplete/test_download_10GB.1/sometestfile-10GB.part01.rar
Extracting  /home/gabriele/Downloads/complete/_UNPACK_test_download_10GB/10GB-explanation.txt  OK
Extracting  /home/gabriele/Downloads/complete/_UNPACK_test_download_10GB/10GB.bin
Extracting from /home/gabriele/Downloads/incomplete/test_download_10GB.1/sometestfile-10GB.part02.rar
...         10GB.bin
Extracting from /home/gabriele/Downloads/incomplete/test_download_10GB.1/sometestfile-10GB.part03.rar
...         10GB.bin
10GB.bin             : packed data checksum error in volume /home/gabriele/Downloads/incomplete/test_download_10GB.1/sometestfile-10GB.part03.rar
2025-01-19 00:44:55,686::INFO::[newsunpack:314] Unrar finished on /home/gabriele/Downloads/incomplete/test_download_10GB.1
gabasr581
Newbie
Newbie
Posts: 10
Joined: January 18th, 2025, 1:03 pm

Re: QuickCheck OK - RAR Corrupt [debian]

Post by gabasr581 »

ah ok...no it is newsgroupdirect server for europe...it is not free
User avatar
sander
Release Testers
Release Testers
Posts: 9164
Joined: January 22nd, 2008, 2:22 pm

Re: QuickCheck OK - RAR Corrupt [debian]

Post by sander »

What kind of system & disk is SABnzbd running on?

I see you have a Windows system too. Does SABnzbd with test downloads run on that Windows system?
gabasr581
Newbie
Newbie
Posts: 10
Joined: January 18th, 2025, 1:03 pm

Re: QuickCheck OK - RAR Corrupt [debian]

Post by gabasr581 »

no i dont' have a windows system on server...sabnzbd is running on a linux server (root ssd 50gb - home ssd 500gb)...i manage the server by a windows laptop...i can try to install sabnzbd on the laptop for a test..i have tried to change destinatin folder for download on a not ssd disk but it didn't fix it
User avatar
sander
Release Testers
Release Testers
Posts: 9164
Joined: January 22nd, 2008, 2:22 pm

Re: QuickCheck OK - RAR Corrupt [debian]

Post by sander »

gabasr581 wrote: January 18th, 2025, 7:30 pm windows laptop...i can try to install sabnzbd on the laptop for a test
Yes. That way you can check if that works with that eu-tst.newsgroupdirect.com newsserver. If so, the fault is on your Debian ... maybe the disk.

EDIT:

... or your RAM (check with memtest86)
gabasr581
Newbie
Newbie
Posts: 10
Joined: January 18th, 2025, 1:03 pm

Re: QuickCheck OK - RAR Corrupt [debian]

Post by gabasr581 »

hi i have tested on windows and everything works fine...so i did a memtest...i have 100k ram error...tomorrow i will check both the modules...thank you again...
about the other point (the logging). I did.a.fresh installation today but i have the same.problem ( log file is not automatically created and after the manual creation i can see in "screen" log just the copy of ini file launching sab as a service)
any suggestion?
Post Reply