-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to unrar multirar files #325
Comments
Yes. |
No, isnt working m8 |
How do you know? |
When I review the unpacker log in Portainer, I see the following message: [INFO] 2023/08/03 20:56:58 [Radarr] Completed item still waiting: Uno de los Nuestros [MicroHD][1080px][AC3][Castellano-Ingles][Sub][Dual], no extractable files found at: /downloads/complete/radarr/Uno de los Nuestros [MicroHD][1080px][AC3][Castellano-Ingles][Sub][Dual] (stat err: stat /downloads/complete/radarr/Uno de los Nuestros [MicroHD][1080px][AC3][Castellano-Ingles][Sub][Dual]: no such file or directory) However, the specific directory contains the following data: Uno de los nuestros MicroHD1080px [[www.newpct.com][toni32].part1.rar](http://www.newpct.com][toni32].part1.rar |
This error message says it can't find the folder the rar files are in. This indicates a misconfiguration. Did you mount |
It only happens to me when they are multi-rar files. It has occurred about 5/6 times, and I have approximately 130 movies. docker-compose.yml: unpackerr: It cant be any config mistake? |
Attach a log file so I can see what you see.
Share the compose for Radarr so I can determine this. |
Change this volume mount
to
will likely fix your problem. Please let me know if you need additional assistance. |
I'm experiencing the same problem. Just multi rar files fails. The path is correct int Radarr API and it looks like unpackerr is looking for the Radarr API:
Unpackerr:
The directory exists inside unpackerr and it has permissions to read it (it is working with other files):
|
@pando85 Would be helpful for me if you enabled debug, and provided the log file after letting it run for 10 minutes. |
Nothing new:
It seems that it's looking by title not by |
Definitely new things there, and that showed me some of what I needed to see. May I have the log file? |
I actually think I found the bug. It's some code that needs refactoring anyway, so guess now's a good time to do it. Thanks for the extra logging! note to self: search for shoehorn, and remove all of it. |
If you're using in Docker, the |
Thank you very much, now extraction started :) |
Im using it to automate the download stack from jellyfin, it supposed to unrar multirar files or is not planned?
The text was updated successfully, but these errors were encountered: