Not recognizing nzb that is packed in rar file

Report & discuss bugs found in 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.
desperado591
Newbie
Newbie
Posts: 47
Joined: April 24th, 2017, 8:51 am

Not recognizing nzb that is packed in rar file

Post by desperado591 »

I don´t know if it is a bug or a simple error of the user (me ;D )

When I am adding a rar-file wich is containing nzb´s into the watched folder, SABnzbd 2.2.0 won´t treat them anymore. I know that it worked in earlier versions and the explaination in the options menu still says that it should work, but it doesn´t. Even when trying to add the rar file with the relevant button doesn´t work. I can select the rar file, but after hitting the upload button nothing happens.

After unpacking the files manually the nzb files are grabbed without any problem.

Did I brake my SABnzbd or am I just to stupid? :(
User avatar
safihre
Administrator
Administrator
Posts: 5338
Joined: April 30th, 2015, 7:35 am
Contact:

Re: Not recognizing nzb that is packed in rar file

Post by safihre »

What OS are you on?
I just tried in Windows 10 and it works for me.

Just to be sure, the Rar file doesn't have a password right?
If you like our support, check our special newsserver deal or donate at: https://sabnzbd.org/donate
desperado591
Newbie
Newbie
Posts: 47
Joined: April 24th, 2017, 8:51 am

Re: Not recognizing nzb that is packed in rar file

Post by desperado591 »

It is the SAB on my Synology, I did not check my Windows version.
Yes, the rar files are without password.
User avatar
safihre
Administrator
Administrator
Posts: 5338
Joined: April 30th, 2015, 7:35 am
Contact:

Re: Not recognizing nzb that is packed in rar file

Post by safihre »

Maybe you can switch logging to Debug in the Status window (switch it back to Errors/Warnings after this test) and then add a Rar file. Then download the log to see if it mentions anything?
If you like our support, check our special newsserver deal or donate at: https://sabnzbd.org/donate
desperado591
Newbie
Newbie
Posts: 47
Joined: April 24th, 2017, 8:51 am

Re: Not recognizing nzb that is packed in rar file

Post by desperado591 »

OK I have switched to logging, but as I am downloading a very big file at the moment, there is a lot of data in the log even for the last few minutes. Are there any key words that I should look for?
User avatar
safihre
Administrator
Administrator
Posts: 5338
Joined: April 30th, 2015, 7:35 am
Contact:

Re: Not recognizing nzb that is packed in rar file

Post by safihre »

Pause the download. Try to add the rar, download the log. Is there something at the end? Could also be nothing at all, there's little logging in that part of the code.
If you like our support, check our special newsserver deal or donate at: https://sabnzbd.org/donate
desperado591
Newbie
Newbie
Posts: 47
Joined: April 24th, 2017, 8:51 am

Re: Not recognizing nzb that is packed in rar file

Post by desperado591 »

I hope I caught the relevant part, at least there is the name of the rar file that I tried to add:

2017-08-25 19:59:16,513::DEBUG::[bpsmeter:268] bps: 100.697008629
2017-08-25 19:59:17,308::INFO::[__init__:667] Adding Game.of.Thrones.S04.German.DTS.DL.720p.BD.x264-TVS.rar
2017-08-25 19:59:21,663::DEBUG::[bpsmeter:268] bps: 39.4802639074
__version__ = 19
__encoding__ = utf-8
[misc]
permissions = 777
auto_browser = 0
host = 0.0.0.0
port = 9200
nice = -n15
ionice = ""
download_dir = /volume1/Serien/Usenet/downloads/incomplete
complete_dir = /volume1/Serien/Usenet/downloads/complete
script_dir = /volume2/@appstore/sickbeard-custom/var/SickBeard/autoProcessTV
win_menu = 1
queue_complete = ""
https_port = 9090
replace_spaces = 0
allow_64bit_tools = 1
password_file = /volume1/Serien/Usenet/downloads/Passwords/Passwords.txt
movie_rename_limit = 100M
https_key = server.key
cleanup_list = nfo, sfv, xml, url, nfo, sfv, nzb, srr, idx, com, md5, sample
notified_new_skin = 2
rating_filter_enable = 0
cache_limit = 512M
rating_enable = 0
ignore_unrar_dates = 0
par_option = ""


There is still more text, but it looks just like a list from the options menu.
User avatar
safihre
Administrator
Administrator
Posts: 5338
Joined: April 30th, 2015, 7:35 am
Contact:

Re: Not recognizing nzb that is packed in rar file

Post by safihre »

I will add some extra logging to 2.2.1 which I am releasing soon, so after you get this update we can see what's going on!
If you like our support, check our special newsserver deal or donate at: https://sabnzbd.org/donate
desperado591
Newbie
Newbie
Posts: 47
Joined: April 24th, 2017, 8:51 am

Re: Not recognizing nzb that is packed in rar file

Post by desperado591 »

Okay fine :) Thank you for the moment. As soon as the update is available via SynoCommunity I will get back to this topic and inform you.
desperado591
Newbie
Newbie
Posts: 47
Joined: April 24th, 2017, 8:51 am

Re: Not recognizing nzb that is packed in rar file

Post by desperado591 »

Today I was able to update my SAB via Synocommunity and of course I tried to upload a rar-file :)
Here is the error message that I receive in the main window of SABnzbd:

Code: Select all

FEHLER vor einer Minute Game.of.Thrones.S01E01.Der.Winter.naht.German.DTS.DL.720p.BD.x264-TVS{{UsenetRevolution}}.nzb kann nicht gelesen werden
Traceback (most recent call last):
  File "/volume2/@appstore/sabnzbd/share/SABnzbd/sabnzbd/dirscanner.py", line 132, in ProcessArchiveFile
    data = zf.read(name)
  File "/volume2/@appstore/sabnzbd/share/SABnzbd/sabnzbd/utils/rarfile.py", line 772, in read
    return f.read()
  File "/volume2/@appstore/sabnzbd/share/SABnzbd/sabnzbd/utils/rarfile.py", line 2028, in read
    self._check()
  File "/volume2/@appstore/sabnzbd/share/SABnzbd/sabnzbd/utils/rarfile.py", line 2045, in _check
    self._inf.filename, exp, final))
BadRarFile: Corrupt file - CRC check failed: Game.of.Thrones.S01E01.Der.Winter.naht.German.DTS.DL.720p.BD.x264-TVS{{UsenetRevolution}}.nzb - exp=2564896013 got=4052617208
But when I am opening the rar file with my Windows PC there is no error message at all, nothing about crc-error or corrupt file. So what is the mistake that I am making?
User avatar
safihre
Administrator
Administrator
Posts: 5338
Joined: April 30th, 2015, 7:35 am
Contact:

Re: Not recognizing nzb that is packed in rar file

Post by safihre »

Could you send me the rar-file at [email protected]?
If you like our support, check our special newsserver deal or donate at: https://sabnzbd.org/donate
desperado591
Newbie
Newbie
Posts: 47
Joined: April 24th, 2017, 8:51 am

Re: Not recognizing nzb that is packed in rar file

Post by desperado591 »

OK, done :)
zioalfonso
Newbie
Newbie
Posts: 2
Joined: March 22nd, 2018, 5:06 am

Re: Not recognizing nzb that is packed in rar file

Post by zioalfonso »

Could you find a solution for this? I got this error every time I try to upload a rar.

Thank you very much!
User avatar
safihre
Administrator
Administrator
Posts: 5338
Joined: April 30th, 2015, 7:35 am
Contact:

Re: Not recognizing nzb that is packed in rar file

Post by safihre »

It was something that was wrong with the unrar utility of the system.
If you like our support, check our special newsserver deal or donate at: https://sabnzbd.org/donate
zioalfonso
Newbie
Newbie
Posts: 2
Joined: March 22nd, 2018, 5:06 am

Re: Not recognizing nzb that is packed in rar file

Post by zioalfonso »

And how did you fix it?
Post Reply