Skip to content
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

support r00 #14

Closed
accessone67 opened this issue Aug 2, 2019 · 10 comments · Fixed by #16
Closed

support r00 #14

accessone67 opened this issue Aug 2, 2019 · 10 comments · Fixed by #16

Comments

@accessone67
Copy link

Can you also add support for *.r00 files to extract

@davidnewhall
Copy link
Collaborator

Did you come across one that started with r00 and no rar? Haven't seen that yet. I can get fix it; give me a couple days.

@davidnewhall
Copy link
Collaborator

This is not as easy as it seems.

For most archives, .r00 is the second file where .rar is the first. I have not found an archive that was missing the .rar file and allows extraction starting from .r00. I'd really like to know what you found that starts with .r00 - that throws off all my logic. hm.

@davidnewhall
Copy link
Collaborator

The latest release should fix this.

@Little709
Copy link

I just installed this and started using it. Everything checks out.

Deluge is detected
sonarr is detected
it even has a .rar file but the log says : (no extractable files found)

Might not be entirely this issue but hey. I thought i'd give it a go.

@davidnewhall
Copy link
Collaborator

davidnewhall commented Feb 8, 2020

hm. put it in debug mode, and see if anything more useful comes out of the logs? If there's a rar file it usually finds it and extracts it, that's not an issue I've seen yet. Been running this app for a really long time too. :D

@davidnewhall davidnewhall reopened this Feb 8, 2020
@Little709
Copy link

I put it in debug mode. but i doesn't output any thing that is of use really:

2020/02/09 19:55:33.646742 pollers.go:89: Extract Statuses: 0 extracting, 0 queued, 0 extracted, 0 imported, 0 failed, 0 deleted. Finished: 0

2020/02/09 19:55:33.653420 pollers.go:39: Sonarr Updated: 4 Items Queued
2020/02/09 19:55:33.693663 pollers.go:55: Radarr Updated: 1 Items Queued
2020/02/09 19:55:33.728090 pollers.go:23: Deluge Updated: 55 Transfers

2020/02/09 19:55:33.728139 pollers.go:227: [DEBUG] Sonarr: Completed Item still in Queue: removed name (no extractable files found)
2020/02/09 19:55:33.728140 pollers.go:227: [DEBUG] Sonarr: Completed Item still in Queue: removed name (no extractable files found)
2020/02/09 19:55:33.728153 pollers.go:227: [DEBUG] Sonarr: Completed Item still in Queue: removed name (no extractable files found)
2020/02/09 19:55:33.728161 pollers.go:227: [DEBUG] Radarr: Completed Item still in Queue: T-removed name (no extractable files found)
2020/02/09 19:55:33.728168 pollers.go:227: [DEBUG] Sonarr: Completed Item still in Queue: removed name (no extractable files found)

@davidnewhall
Copy link
Collaborator

okay so it doesn't find any files. This tells me your /downloads folder is not mapped into this container at the correct path. The path for downloads must be the same on Deluge, Sonarr, Radarr and this app. If they differ, this app can't match the paths. I just use /downloads on all of them and it works well.

@davidnewhall
Copy link
Collaborator

I'm going to go ahead and close this out. If you're still having problems please open another Issue and provide the paths that your applications use for Downloads and paths you have mapped into your containers. Thanks!

@Irontoe
Copy link

Irontoe commented Apr 23, 2020

I have the same issue:

Here are the debug file and yes, I did check that the /downloads folder is completely identical on Radarr/Sonarr/Unpackerr:

2020/04/23 02:13:04.532059 apps.go:71: [Radarr] Updated (http://192.168.1.232:7878/): 0 Items Queued
2020/04/23 02:13:04.532217 apps.go:51: [Sonarr] Updated (http://192.168.1.232:8989/): 1 Items Queued
2020/04/23 02:13:04.532371 handlers.go:76: [Sonarr] Completed item still waiting: removed, no extractable files found at: /Media/Complete/removed
2020/04/23 02:13:04.532418 apps.go:94: [DEBUG] Sonarr (http://192.168.1.232:8989/): Completed (torrent:100%): removed
2020/04/23 02:13:04.532457 pollers.go:121: [DEBUG] Sonarr: Status: removed (Waiting, pre-Queue, elapsed: 5m0s, found: true)
2020/04/23 02:13:04.532500 logs.go:57: [Unpackerr] Queue: [1 waiting] [0 queued] [0 extracting] [0 extracted] [0 imported] [0 failed] [0 deleted], Totals: [0 restarts] [0 finished]

@davidnewhall
Copy link
Collaborator

@Irontoe Please open a new issue. Include:

  • What file are in this path that should be extracted: /Media/Complete/removed
  • How you run unpacker (docker/linux, etc)
  • The Docker startup command.
  • A screenshot of the error from Sonarr.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging a pull request may close this issue.

4 participants