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

Automated Download Handling not Removing Torrent after post-processing with QBittorrent #11114

Open
cstegmann opened this issue Feb 2, 2023 · 9 comments

Comments

@cstegmann
Copy link

Describe the bug
Once a torrent is done downloading it is not removed (which I have set in the Torrent seed action).

To Reproduce
Steps to reproduce the behavior:
Scheduled Post-Processing is Off.
Automated Download Handling is On.
Download Handler frequency is 10.
Global torrent seed ratio is 0.
Torrent seed action is Remove Torrent.
Default client path is /mnt/usb/medusa
Post-processing Dir is /mnt/usb/medusa
Postpone post-processing (for sync files) is on. But there aren't any sync files present.
Add label to torrent: medusa (I use qBittorrent to get other files, some with labels for Radarr and some without labels)

Expected behavior
The torrent should be removed from the qBittorrent server instead of being left there.

Screenshots
If applicable, add screenshots to help explain your problem.

Medusa (please complete the following information):

  • OS: DietPi 8.13.2 (based on Debian 11 (bullseye))
  • Hardware: RPi 2 Model B (armv7l)
  • Branch: develop
  • Commit: Unknown (not showing anything, i switched to the develop branch to see if it was happening like in master and it is)
  • Version 1.0.11
  • Python version: 3.9.2 (default, Feb 28 2021, 17:03:44) [GCC 10.2.1 20210110]
  • Database version: 44.19
  • qBittorrent version: 4.2.5

Debug logs (at least 50 lines):
General > Advanced Settings > Enable debug

2023-02-02 20:14:26 INFO	DOWNLOADHANDLER :: Qbittorrent torrent: [] using state: [stalledUP]
2023-02-02 20:14:26 INFO	DOWNLOADHANDLER :: Qbittorrent torrent: [] using state: [stalledUP]
2023-02-02 20:04:27 INFO	POSTPROCESSQUEUE-POST-PROCESS :: Completed Postproccessing
2023-02-02 20:04:27 INFO	POSTPROCESSQUEUE-POST-PROCESS :: Updated history with resource path: /mnt/usb/medusa/ and resource:  with new status Completed, Postprocessed
2023-02-02 20:04:27 INFO	POSTPROCESSQUEUE-POST-PROCESS :: Post-processing completed.
2023-02-02 20:04:27 INFO	POSTPROCESSQUEUE-POST-PROCESS :: Deleting folder (if it's empty): /mnt/usb/medusa/Echo.3.S01E06.720p.WEBRip.x265-MiNX[TGx]
2023-02-02 20:04:27 INFO	POSTPROCESSQUEUE-POST-PROCESS :: Processing succeeded for /mnt/usb/medusa/Echo.3.S01E06.720p.WEBRip.x265-MiNX[TGx]/Echo.3.S01E06.720p.WEBRip.x265-MiNX.mkv
2023-02-02 20:04:26 INFO	POSTPROCESSQUEUE-POST-PROCESS :: This download is marked a priority download so I'm going to replace an existing file if I find one
2023-02-02 20:04:26 INFO	POSTPROCESSQUEUE-POST-PROCESS :: New size: 258.22 MB
2023-02-02 20:04:26 INFO	POSTPROCESSQUEUE-POST-PROCESS :: New file: /mnt/usb/medusa/Echo.3.S01E06.720p.WEBRip.x265-MiNX[TGx]/Echo.3.S01E06.720p.WEBRip.x265-MiNX.mkv
2023-02-02 20:04:26 INFO	POSTPROCESSQUEUE-POST-PROCESS :: Processing /mnt/usb/medusa/Echo.3.S01E06.720p.WEBRip.x265-MiNX[TGx]/Echo.3.S01E06.720p.WEBRip.x265-MiNX.mkv
2023-02-02 20:04:26 INFO	POSTPROCESSQUEUE-POST-PROCESS :: Processing path: /mnt/usb/medusa/
2023-02-02 20:04:26 INFO	POSTPROCESSQUEUE-POST-PROCESS :: Beginning postprocessing for path /mnt/usb/medusa/ and resource 
2023-02-02 20:04:25 INFO	DOWNLOADHANDLER :: Qbittorrent torrent: [] using state: [stalledUP]
2023-02-02 20:04:25 INFO	DOWNLOADHANDLER :: Qbittorrent torrent: [] using state: [stalledUP]
2023-02-02 20:04:25 INFO	DOWNLOADHANDLER :: Updating status to [Completed] for Echo.3.S01E06.720p.WEBRip.x265-MiNX[TGx] with info_hash c3090c7d2f53f5fcc6b1e634485b2aa3c9588e1d
2023-02-02 20:04:25 INFO	DOWNLOADHANDLER :: Qbittorrent torrent: [] using state: [stalledUP]
2023-02-02 20:04:11 INFO	SEARCHQUEUE-DAILY-SEARCH :: No needed episodes found
2023-02-02 20:04:11 INFO	SEARCHQUEUE-DAILY-SEARCH :: Beginning daily search for new episodes
2023-02-02 19:54:24 INFO	DOWNLOADHANDLER :: Qbittorrent torrent: [] using state: [downloading]
2023-02-02 19:54:24 INFO	DOWNLOADHANDLER :: Updating status to [Downloading] for Echo.3.S01E06.720p.WEBRip.x265-MiNX[TGx] with info_hash c3090c7d2f53f5fcc6b1e634485b2aa3c9588e1d
2023-02-02 19:54:24 INFO	DOWNLOADHANDLER :: Qbittorrent torrent: [] using state: [downloading]
2023-02-02 19:49:43 INFO	SNATCHQUEUE-SNATCH-393147 :: Adding "Echo.3.S01E06.720p.WEBRip.x265-MiNX[TGx]" torrent to qBittorrent
2023-02-02 19:49:22 INFO	SNATCHQUEUE-SNATCH-393147 :: Downloading Echo.3.S01E06.720p.WEBRip.x265-MiNX[TGx] with 113 seeders and 37 leechers and size 258.21 MB from 1337x Jackett, through a SearchType.MANUAL_SEARCH search
2023-02-02 19:49:22 INFO	SNATCHQUEUE-SNATCH-393147 :: Beginning to snatch release: Echo.3.S01E06.720p.WEBRip.x265-MiNX[TGx]

Additional context
Add any other context about the problem here.

@p0psicles
Copy link
Contributor

Do you know how to checkout a branch using git commands?
I think i have a fix available. But would be nice if you could test it out first?

@p0psicles
Copy link
Contributor

See #11116

@cstegmann
Copy link
Author

cstegmann commented Feb 3, 2023

Not really, but if you point me to some documentation or give me the command I can ssh to my raspberry pi and do it and test it out for you.

EDIT: I see the changes in to download_handler.py in #11116 . I could just edit the file myself and add the changes if that's simpler.

@p0psicles
Copy link
Contributor

Yes that would work

@cstegmann
Copy link
Author

Yes that would work

I manually edited download_handler.py .

code

Now the show isn't being moved, but when the download_handler is called again (10 minute interval) it is removed from qBittorrent. It remains in the download folder.

not moving


2023-02-04 11:30:12 INFO	SEARCHQUEUE-DAILY-SEARCH :: No needed episodes found
2023-02-04 11:30:12 INFO	SEARCHQUEUE-DAILY-SEARCH :: Beginning daily search for new episodes
2023-02-04 11:30:12 INFO	DOWNLOADHANDLER :: Qbittorrent torrent: [] using state: [stalledUP]
2023-02-04 11:30:12 INFO	DOWNLOADHANDLER :: Qbittorrent torrent: [] using state: [stalledUP]
2023-02-04 11:30:12 INFO	DOWNLOADHANDLER :: Qbittorrent torrent: [] using state: [stalledUP]
2023-02-04 11:30:12 INFO	DOWNLOADHANDLER :: Updating status to [SeededAction] for [ASW].High.Card.-.04.[1080p.HEVC.x265.10Bit][AAC] with info_hash aecd6def40126f8fbde7862d98e8cd4f91356793
2023-02-04 11:30:12 INFO	DOWNLOADHANDLER :: Qbittorrent torrent: [] using state: [stalledUP]
2023-02-04 11:30:12 INFO	DOWNLOADHANDLER :: Updating status to [SeededAction] for [ASW].High.Card.-.04.[1080p.HEVC.x265.10Bit][AAC] with info_hash aecd6def40126f8fbde7862d98e8cd4f91356793
2023-02-04 11:30:12 INFO	DOWNLOADHANDLER :: Qbittorrent torrent: [] using state: [stalledUP]
2023-02-04 11:30:12 INFO	DOWNLOADHANDLER :: Updating status to [SeededAction] for [ASW].High.Card.-.04.[1080p.HEVC.x265.10Bit][AAC] with info_hash aecd6def40126f8fbde7862d98e8cd4f91356793
2023-02-04 11:30:12 INFO	DOWNLOADHANDLER :: Qbittorrent torrent: [] using state: [stalledUP]
2023-02-04 11:20:12 INFO	SEARCHQUEUE-DAILY-SEARCH :: No needed episodes found
2023-02-04 11:20:12 INFO	POSTPROCESSQUEUE-POST-PROCESS :: Completed Postproccessing
2023-02-04 11:20:12 INFO	POSTPROCESSQUEUE-POST-PROCESS :: Updated history with resource path: /mnt/usb/medusa/ and resource:  with new status Completed, Postprocessed
2023-02-04 11:20:12 INFO	POSTPROCESSQUEUE-POST-PROCESS :: Post-processing completed.
2023-02-04 11:20:12 INFO	POSTPROCESSQUEUE-POST-PROCESS :: Processing path: /mnt/usb/medusa/
2023-02-04 11:20:12 INFO	POSTPROCESSQUEUE-POST-PROCESS :: Beginning postprocessing for path /mnt/usb/medusa/ and resource 
2023-02-04 11:20:11 INFO	SEARCHQUEUE-DAILY-SEARCH :: Beginning daily search for new episodes
2023-02-04 11:20:11 INFO	DOWNLOADHANDLER :: Qbittorrent torrent: [] using state: [stalledUP]
2023-02-04 11:20:11 INFO	DOWNLOADHANDLER :: Qbittorrent torrent: [] using state: [stalledUP]
2023-02-04 11:20:11 INFO	DOWNLOADHANDLER :: Qbittorrent torrent: [] using state: [stalledUP]
2023-02-04 11:20:11 INFO	DOWNLOADHANDLER :: Qbittorrent torrent: [] using state: [stalledUP]
2023-02-04 11:20:11 INFO	DOWNLOADHANDLER :: Qbittorrent torrent: [] using state: [stalledUP]
2023-02-04 11:20:11 INFO	DOWNLOADHANDLER :: Qbittorrent torrent: [] using state: [stalledUP]
2023-02-04 11:20:11 INFO	DOWNLOADHANDLER :: Updating status to [Completed] for [ASW].High.Card.-.04.[1080p.HEVC.x265.10Bit][AAC] with info_hash aecd6def40126f8fbde7862d98e8cd4f91356793
2023-02-04 11:20:11 INFO	DOWNLOADHANDLER :: Qbittorrent torrent: [] using state: [stalledUP]
2023-02-04 11:20:11 INFO	DOWNLOADHANDLER :: Updating status to [Completed] for [ASW].High.Card.-.04.[1080p.HEVC.x265.10Bit][AAC] with info_hash aecd6def40126f8fbde7862d98e8cd4f91356793
2023-02-04 11:20:11 INFO	DOWNLOADHANDLER :: Qbittorrent torrent: [] using state: [stalledUP]
2023-02-04 11:20:11 INFO	DOWNLOADHANDLER :: Updating status to [Completed] for [ASW].High.Card.-.04.[1080p.HEVC.x265.10Bit][AAC] with info_hash aecd6def40126f8fbde7862d98e8cd4f91356793
2023-02-04 11:20:11 INFO	DOWNLOADHANDLER :: Qbittorrent torrent: [] using state: [stalledUP]
2023-02-04 11:10:12 INFO	SEARCHQUEUE-DAILY-SEARCH :: No needed episodes found
2023-02-04 11:10:12 INFO	SEARCHQUEUE-DAILY-SEARCH :: Beginning daily search for new episodes
2023-02-04 11:10:10 INFO	DOWNLOADHANDLER :: Qbittorrent torrent: [] using state: [downloading]
2023-02-04 11:10:10 INFO	DOWNLOADHANDLER :: Qbittorrent torrent: [] using state: [downloading]
2023-02-04 11:10:10 INFO	DOWNLOADHANDLER :: Qbittorrent torrent: [] using state: [downloading]
2023-02-04 11:10:10 INFO	DOWNLOADHANDLER :: Updating status to [Downloading] for [ASW].High.Card.-.04.[1080p.HEVC.x265.10Bit][AAC] with info_hash aecd6def40126f8fbde7862d98e8cd4f91356793
2023-02-04 11:10:10 INFO	DOWNLOADHANDLER :: Qbittorrent torrent: [] using state: [downloading]
2023-02-04 11:07:50 INFO	SNATCHQUEUE-SNATCH-404525 :: qBittorrent: Unable to set torrent priority because torrent queueing is disabled in qBittorrent settings.
2023-02-04 11:07:50 INFO	SNATCHQUEUE-SNATCH-404525 :: qBittorrent: Conflict
2023-02-04 11:07:49 INFO	SNATCHQUEUE-SNATCH-404525 :: Adding "[ASW].High.Card.-.04.[1080p.HEVC.x265.10Bit][AAC]" torrent to qBittorrent
2023-02-04 11:07:47 INFO	SNATCHQUEUE-SNATCH-404525 :: Downloading [ASW].High.Card.-.04.[1080p.HEVC.x265.10Bit][AAC] with 143 seeders and 6 leechers and size 320.10 MB from Nyaa Jacket, through a SearchType.BACKLOG_SEARCH search
2023-02-04 11:07:47 INFO	SNATCHQUEUE-SNATCH-404525 :: Beginning to snatch release: [ASW].High.Card.-.04.[1080p.HEVC.x265.10Bit][AAC]
2023-02-04 11:07:45 INFO	FORCEDSEARCHQUEUE-BACKLOG-404525 :: Downloading [ASW].High.Card.-.04.[1080p.HEVC.x265.10Bit][AAC] with 143 seeders and 6 leechers and size 320.10 MB from Nyaa Jacket
2023-02-04 11:07:45 INFO	FORCEDSEARCHQUEUE-BACKLOG-404525 :: Nyaa Jacket :: Picked [ASW].High.Card.-.04.[1080p.HEVC.x265.10Bit][AAC] as the best result.
2023-02-04 11:07:45 INFO	FORCEDSEARCHQUEUE-BACKLOG-404525 :: Nyaa Jacket :: Episodes [4] of season 1 are needed with this quality for High Card
2023-02-04 11:07:45 INFO	FORCEDSEARCHQUEUE-BACKLOG-404525 :: Nyaa Jacket :: Quality of [ASW].High.Card.-.04.[1080p.HEVC.x265.10Bit][AAC] is 1080p HDTV
2023-02-04 11:07:45 INFO	FORCEDSEARCHQUEUE-BACKLOG-404525 :: Nyaa Jacket :: Performing episode search for High Card
2023-02-04 11:07:45 INFO	FORCEDSEARCHQUEUE-BACKLOG-404525 :: Limetorrents clone :: Performing episode search for High Card
2023-02-04 11:07:43 INFO	FORCEDSEARCHQUEUE-BACKLOG-404525 :: 1337x Jackett :: Performing episode search for High Card
2023-02-04 11:07:42 INFO	FORCEDSEARCHQUEUE-BACKLOG-404525 :: rarbg jackett :: Performing episode search for High Card
2023-02-04 11:07:38 INFO	FORCEDSEARCHQUEUE-BACKLOG-404525 :: Limetorrent :: Performing episode search for High Card
2023-02-04 11:07:38 INFO	FORCEDSEARCHQUEUE-BACKLOG-404525 :: Using backlog search providers
2023-02-04 11:07:38 INFO	FORCEDSEARCHQUEUE-BACKLOG-404525 :: Building internal name cache for High Card
2023-02-04 11:07:38 INFO	FORCEDSEARCHQUEUE-BACKLOG-404525 :: Finished processing 4167 scene exceptions.
2023-02-04 11:07:38 INFO	FORCEDSEARCHQUEUE-BACKLOG-404525 :: Updating exception_cache and exception_season_cache
2023-02-04 11:07:38 INFO	FORCEDSEARCHQUEUE-BACKLOG-404525 :: Beginning backlog search for: High Card
2023-02-04 11:00:11 INFO	MAIN :: Building internal name cache for all shows
2023-02-04 11:00:11 INFO	MAIN :: Finished processing 4167 scene exceptions.
2023-02-04 11:00:11 INFO	MAIN :: Updating exception_cache and exception_season_cache
2023-02-04 11:00:11 INFO	TORNADO :: Starting Medusa on http://0.0.0.0:8081/

I checked logs from before I edited download_handler.py and saw that it moved 4 episodes and only removed one of the torrents from qBittorrent on the next cycle. The other 3 torrents remained seeding.


2023-02-04 00:26:43 INFO	POSTPROCESSQUEUE-POST-PROCESS :: Completed Postproccessing
2023-02-04 00:26:43 INFO	POSTPROCESSQUEUE-POST-PROCESS :: Updated history with resource path: /mnt/usb/medusa/ and resource:  with new status Failed, Postprocessed
2023-02-04 00:26:43 INFO	POSTPROCESSQUEUE-POST-PROCESS :: Post-processing completed.
2023-02-04 00:26:43 INFO	POSTPROCESSQUEUE-POST-PROCESS :: Processing path: /mnt/usb/medusa/
2023-02-04 00:26:43 INFO	POSTPROCESSQUEUE-POST-PROCESS :: Beginning postprocessing for path /mnt/usb/medusa/ and resource 
2023-02-04 00:26:42 INFO	DOWNLOADHANDLER :: Qbittorrent torrent: [] using state: [stalledUP]
2023-02-04 00:26:42 INFO	DOWNLOADHANDLER :: Qbittorrent torrent: [] using state: [stalledUP]
2023-02-04 00:26:42 INFO	DOWNLOADHANDLER :: Qbittorrent torrent: [] using state: [stalledUP]
2023-02-04 00:26:42 INFO	DOWNLOADHANDLER :: Updating status to [SeededAction, Removed] for [ASW].High.Card.-.01.[1080p.HEVC.x265.10Bit][AAC] with info_hash 5870a4995cdd923a46e40681ac747630958df3c4
2023-02-04 00:26:41 INFO	DOWNLOADHANDLER :: Qbittorrent torrent: [] using state: [stalledUP]
2023-02-04 00:26:41 INFO	DOWNLOADHANDLER :: Qbittorrent torrent: [] using state: [stalledUP]
2023-02-04 00:26:41 INFO	DOWNLOADHANDLER :: Qbittorrent torrent: [] using state: [stalledUP]
2023-02-04 00:26:41 INFO	DOWNLOADHANDLER :: Qbittorrent torrent: [] using state: [stalledUP]
2023-02-04 00:23:06 INFO	SEARCHQUEUE-DAILY-SEARCH :: No needed episodes found
2023-02-04 00:23:03 INFO	SEARCHQUEUE-DAILY-SEARCH :: Beginning daily search for new episodes
2023-02-04 00:16:42 INFO	POSTPROCESSQUEUE-POST-PROCESS :: Completed Postproccessing
2023-02-04 00:16:42 INFO	POSTPROCESSQUEUE-POST-PROCESS :: Updated history with resource path: /mnt/usb/medusa/ and resource:  with new status Failed, Postprocessed
2023-02-04 00:16:42 INFO	POSTPROCESSQUEUE-POST-PROCESS :: Post-processing completed.
2023-02-04 00:16:42 INFO	POSTPROCESSQUEUE-POST-PROCESS :: Processing path: /mnt/usb/medusa/
2023-02-04 00:16:42 INFO	POSTPROCESSQUEUE-POST-PROCESS :: Beginning postprocessing for path /mnt/usb/medusa/ and resource 
2023-02-04 00:16:41 INFO	DOWNLOADHANDLER :: Qbittorrent torrent: [] using state: [stalledUP]
2023-02-04 00:16:41 INFO	DOWNLOADHANDLER :: Qbittorrent torrent: [] using state: [stalledUP]
2023-02-04 00:16:41 INFO	DOWNLOADHANDLER :: Qbittorrent torrent: [] using state: [stalledUP]
2023-02-04 00:16:41 INFO	DOWNLOADHANDLER :: Qbittorrent torrent: [] using state: [stalledUP]
2023-02-04 00:16:41 INFO	DOWNLOADHANDLER :: Updating status to [SeededAction] for [ASW].High.Card.-.01.[1080p.HEVC.x265.10Bit][AAC] with info_hash 5870a4995cdd923a46e40681ac747630958df3c4
2023-02-04 00:16:41 INFO	DOWNLOADHANDLER :: Qbittorrent torrent: [] using state: [stalledUP]
2023-02-04 00:16:41 INFO	DOWNLOADHANDLER :: Qbittorrent torrent: [] using state: [stalledUP]
2023-02-04 00:16:40 INFO	DOWNLOADHANDLER :: Qbittorrent torrent: [] using state: [stalledUP]
2023-02-04 00:16:40 INFO	DOWNLOADHANDLER :: Qbittorrent torrent: [] using state: [stalledUP]
2023-02-04 00:16:40 INFO	DOWNLOADHANDLER :: Qbittorrent torrent: [] using state: [stalledUP]
2023-02-04 00:16:40 INFO	DOWNLOADHANDLER :: Qbittorrent torrent: [] using state: [stalledUP]
2023-02-04 00:16:40 INFO	DOWNLOADHANDLER :: Qbittorrent torrent: [] using state: [stalledUP]
2023-02-04 00:13:03 INFO	SEARCHQUEUE-DAILY-SEARCH :: No needed episodes found
2023-02-04 00:13:03 INFO	SEARCHQUEUE-DAILY-SEARCH :: Beginning daily search for new episodes
2023-02-04 00:06:46 INFO	POSTPROCESSQUEUE-POST-PROCESS :: Completed Postproccessing
2023-02-04 00:06:46 INFO	POSTPROCESSQUEUE-POST-PROCESS :: Updated history with resource path: /mnt/usb/medusa/ and resource:  with new status Completed, Postprocessed
2023-02-04 00:06:46 INFO	POSTPROCESSQUEUE-POST-PROCESS :: Post-processing completed.
2023-02-04 00:06:46 INFO	POSTPROCESSQUEUE-POST-PROCESS :: Processing succeeded for /mnt/usb/medusa/[ASW] High Card - 04 [1080p HEVC][A1EB4A72].mkv
2023-02-04 00:06:45 INFO	POSTPROCESSQUEUE-POST-PROCESS :: This download is marked a priority download so I'm going to replace an existing file if I find one
2023-02-04 00:06:45 INFO	POSTPROCESSQUEUE-POST-PROCESS :: New size: 320.15 MB
2023-02-04 00:06:45 INFO	POSTPROCESSQUEUE-POST-PROCESS :: New file: /mnt/usb/medusa/[ASW] High Card - 04 [1080p HEVC][A1EB4A72].mkv
2023-02-04 00:06:45 INFO	POSTPROCESSQUEUE-POST-PROCESS :: Processing /mnt/usb/medusa/[ASW] High Card - 04 [1080p HEVC][A1EB4A72].mkv
2023-02-04 00:06:45 INFO	POSTPROCESSQUEUE-POST-PROCESS :: Processing succeeded for /mnt/usb/medusa/[ASW] High Card - 03 [1080p HEVC][D65C1320].mkv
2023-02-04 00:06:44 INFO	POSTPROCESSQUEUE-POST-PROCESS :: This download is marked a priority download so I'm going to replace an existing file if I find one
2023-02-04 00:06:44 INFO	POSTPROCESSQUEUE-POST-PROCESS :: New size: 313.30 MB
2023-02-04 00:06:44 INFO	POSTPROCESSQUEUE-POST-PROCESS :: New file: /mnt/usb/medusa/[ASW] High Card - 03 [1080p HEVC][D65C1320].mkv
2023-02-04 00:06:44 INFO	POSTPROCESSQUEUE-POST-PROCESS :: Processing /mnt/usb/medusa/[ASW] High Card - 03 [1080p HEVC][D65C1320].mkv
2023-02-04 00:06:44 INFO	POSTPROCESSQUEUE-POST-PROCESS :: Processing succeeded for /mnt/usb/medusa/[ASW] High Card - 02 [1080p HEVC][64E96B51].mkv
2023-02-04 00:06:43 INFO	POSTPROCESSQUEUE-POST-PROCESS :: This download is marked a priority download so I'm going to replace an existing file if I find one
2023-02-04 00:06:43 INFO	POSTPROCESSQUEUE-POST-PROCESS :: New size: 292.13 MB
2023-02-04 00:06:43 INFO	POSTPROCESSQUEUE-POST-PROCESS :: New file: /mnt/usb/medusa/[ASW] High Card - 02 [1080p HEVC][64E96B51].mkv
2023-02-04 00:06:42 INFO	POSTPROCESSQUEUE-POST-PROCESS :: Processing /mnt/usb/medusa/[ASW] High Card - 02 [1080p HEVC][64E96B51].mkv
2023-02-04 00:06:42 INFO	POSTPROCESSQUEUE-POST-PROCESS :: Processing succeeded for /mnt/usb/medusa/[ASW] High Card - 01 [1080p HEVC][AE48F071].mkv
2023-02-04 00:06:41 INFO	POSTPROCESSQUEUE-POST-PROCESS :: This download is marked a priority download so I'm going to replace an existing file if I find one
2023-02-04 00:06:41 INFO	POSTPROCESSQUEUE-POST-PROCESS :: New size: 304.13 MB
2023-02-04 00:06:41 INFO	POSTPROCESSQUEUE-POST-PROCESS :: New file: /mnt/usb/medusa/[ASW] High Card - 01 [1080p HEVC][AE48F071].mkv
2023-02-04 00:06:41 INFO	POSTPROCESSQUEUE-POST-PROCESS :: Processing /mnt/usb/medusa/[ASW] High Card - 01 [1080p HEVC][AE48F071].mkv
2023-02-04 00:06:41 INFO	POSTPROCESSQUEUE-POST-PROCESS :: Processing path: /mnt/usb/medusa/
2023-02-04 00:06:41 INFO	POSTPROCESSQUEUE-POST-PROCESS :: Beginning postprocessing for path /mnt/usb/medusa/ and resource 
2023-02-04 00:06:39 INFO	DOWNLOADHANDLER :: Qbittorrent torrent: [] using state: [stalledUP]
2023-02-04 00:06:39 INFO	DOWNLOADHANDLER :: Qbittorrent torrent: [] using state: [stalledUP]
2023-02-04 00:06:39 INFO	DOWNLOADHANDLER :: Qbittorrent torrent: [] using state: [stalledUP]
2023-02-04 00:06:39 INFO	DOWNLOADHANDLER :: Qbittorrent torrent: [] using state: [stalledUP]
2023-02-04 00:06:39 INFO	DOWNLOADHANDLER :: Qbittorrent torrent: [] using state: [stalledUP]
2023-02-04 00:06:39 INFO	DOWNLOADHANDLER :: Qbittorrent torrent: [] using state: [stalledUP]
2023-02-04 00:06:39 INFO	DOWNLOADHANDLER :: Qbittorrent torrent: [] using state: [stalledUP]
2023-02-04 00:06:39 INFO	DOWNLOADHANDLER :: Qbittorrent torrent: [] using state: [stalledUP]
2023-02-04 00:06:39 INFO	DOWNLOADHANDLER :: Updating status to [Completed] for [ASW].High.Card.-.04.[1080p.HEVC.x265.10Bit][AAC] with info_hash aecd6def40126f8fbde7862d98e8cd4f91356793
2023-02-04 00:06:39 INFO	DOWNLOADHANDLER :: Qbittorrent torrent: [] using state: [stalledUP]
2023-02-04 00:06:39 INFO	DOWNLOADHANDLER :: Updating status to [Completed] for [ASW].High.Card.-.03.[1080p.HEVC.x265.10Bit][AAC] with info_hash 871273bec6d07370a9839eb947bffd5bad224406
2023-02-04 00:06:39 INFO	DOWNLOADHANDLER :: Qbittorrent torrent: [] using state: [stalledUP]
2023-02-04 00:06:39 INFO	DOWNLOADHANDLER :: Updating status to [Completed] for [ASW].High.Card.-.02.[1080p.HEVC.x265.10Bit][AAC] with info_hash 08ae834b176235fd54de1f0e05ab5f03a5f0bc51
2023-02-04 00:06:39 INFO	DOWNLOADHANDLER :: Qbittorrent torrent: [] using state: [stalledUP]
2023-02-04 00:06:39 INFO	DOWNLOADHANDLER :: Updating status to [Completed] for [ASW].High.Card.-.01.[1080p.HEVC.x265.10Bit][AAC] with info_hash 5870a4995cdd923a46e40681ac747630958df3c4
2023-02-04 00:06:39 INFO	DOWNLOADHANDLER :: Qbittorrent torrent: [] using state: [stalledUP]
2023-02-04 00:03:02 INFO	SEARCHQUEUE-DAILY-SEARCH :: No needed episodes found
2023-02-04 00:03:02 INFO	SEARCHQUEUE-DAILY-SEARCH :: Beginning daily search for new episodes
2023-02-04 00:02:35 INFO	SNATCHQUEUE-SNATCH-404525 :: qBittorrent: Unable to set torrent priority because torrent queueing is disabled in qBittorrent settings.
2023-02-04 00:02:35 INFO	SNATCHQUEUE-SNATCH-404525 :: qBittorrent: Conflict
2023-02-04 00:02:35 INFO	SNATCHQUEUE-SNATCH-404525 :: Adding "[ASW].High.Card.-.04.[1080p.HEVC.x265.10Bit][AAC]" torrent to qBittorrent
2023-02-04 00:02:32 INFO	SNATCHQUEUE-SNATCH-404525 :: Downloading [ASW].High.Card.-.04.[1080p.HEVC.x265.10Bit][AAC] with 143 seeders and 6 leechers and size 320.10 MB from Nyaa Jacket, through a SearchType.BACKLOG_SEARCH search
2023-02-04 00:02:32 INFO	SNATCHQUEUE-SNATCH-404525 :: Beginning to snatch release: [ASW].High.Card.-.04.[1080p.HEVC.x265.10Bit][AAC]
2023-02-04 00:02:29 INFO	SNATCHQUEUE-SNATCH-404525 :: Adding "[ASW].High.Card.-.03.[1080p.HEVC.x265.10Bit][AAC]" torrent to qBittorrent
2023-02-04 00:02:26 INFO	SNATCHQUEUE-SNATCH-404525 :: Downloading [ASW].High.Card.-.03.[1080p.HEVC.x265.10Bit][AAC] with 86 seeders and 1 leechers and size 313.30 MB from Nyaa Jacket, through a SearchType.BACKLOG_SEARCH search
2023-02-04 00:02:26 INFO	SNATCHQUEUE-SNATCH-404525 :: Beginning to snatch release: [ASW].High.Card.-.03.[1080p.HEVC.x265.10Bit][AAC]
2023-02-04 00:02:23 INFO	SNATCHQUEUE-SNATCH-404525 :: Adding "[ASW].High.Card.-.02.[1080p.HEVC.x265.10Bit][AAC]" torrent to qBittorrent
2023-02-04 00:02:20 INFO	SNATCHQUEUE-SNATCH-404525 :: Downloading [ASW].High.Card.-.02.[1080p.HEVC.x265.10Bit][AAC] with 86 seeders and 1 leechers and size 292.10 MB from Nyaa Jacket, through a SearchType.BACKLOG_SEARCH search
2023-02-04 00:02:20 INFO	SNATCHQUEUE-SNATCH-404525 :: Beginning to snatch release: [ASW].High.Card.-.02.[1080p.HEVC.x265.10Bit][AAC]
2023-02-04 00:02:20 INFO	FORCEDSEARCHQUEUE-BACKLOG-404525 :: Downloading [ASW].High.Card.-.04.[1080p.HEVC.x265.10Bit][AAC] with 143 seeders and 6 leechers and size 320.10 MB from Nyaa Jacket
2023-02-04 00:02:18 INFO	FORCEDSEARCHQUEUE-BACKLOG-404525 :: Downloading [ASW].High.Card.-.03.[1080p.HEVC.x265.10Bit][AAC] with 86 seeders and 1 leechers and size 313.30 MB from Nyaa Jacket
2023-02-04 00:02:17 INFO	SNATCHQUEUE-SNATCH-404525 :: Adding "[ASW].High.Card.-.01.[1080p.HEVC.x265.10Bit][AAC]" torrent to qBittorrent
2023-02-04 00:02:16 INFO	FORCEDSEARCHQUEUE-BACKLOG-404525 :: Downloading [ASW].High.Card.-.02.[1080p.HEVC.x265.10Bit][AAC] with 86 seeders and 1 leechers and size 292.10 MB from Nyaa Jacket
2023-02-04 00:02:14 INFO	SNATCHQUEUE-SNATCH-404525 :: Downloading [ASW].High.Card.-.01.[1080p.HEVC.x265.10Bit][AAC] with 88 seeders and 1 leechers and size 304.10 MB from Nyaa Jacket, through a SearchType.BACKLOG_SEARCH search
2023-02-04 00:02:14 INFO	SNATCHQUEUE-SNATCH-404525 :: Beginning to snatch release: [ASW].High.Card.-.01.[1080p.HEVC.x265.10Bit][AAC]
2023-02-04 00:02:14 INFO	FORCEDSEARCHQUEUE-BACKLOG-404525 :: Downloading [ASW].High.Card.-.01.[1080p.HEVC.x265.10Bit][AAC] with 88 seeders and 1 leechers and size 304.10 MB from Nyaa Jacket
2023-02-04 00:02:14 INFO	FORCEDSEARCHQUEUE-BACKLOG-404525 :: Nyaa Jacket :: Picked [ASW].High.Card.-.04.[1080p.HEVC.x265.10Bit][AAC] as the best result.
2023-02-04 00:02:14 INFO	FORCEDSEARCHQUEUE-BACKLOG-404525 :: Nyaa Jacket :: Episodes [4] of season 1 are needed with this quality for High Card
2023-02-04 00:02:14 INFO	FORCEDSEARCHQUEUE-BACKLOG-404525 :: Nyaa Jacket :: Quality of [ASW].High.Card.-.04.[1080p.HEVC.x265.10Bit][AAC] is 1080p HDTV
2023-02-04 00:02:14 INFO	FORCEDSEARCHQUEUE-BACKLOG-404525 :: Nyaa Jacket :: Picked [ASW].High.Card.-.03.[1080p.HEVC.x265.10Bit][AAC] as the best result.
2023-02-04 00:02:14 INFO	FORCEDSEARCHQUEUE-BACKLOG-404525 :: Nyaa Jacket :: Episodes [3] of season 1 are needed with this quality for High Card
2023-02-04 00:02:14 INFO	FORCEDSEARCHQUEUE-BACKLOG-404525 :: Nyaa Jacket :: Quality of [ASW].High.Card.-.03.[1080p.HEVC.x265.10Bit][AAC] is 1080p HDTV
2023-02-04 00:02:14 INFO	FORCEDSEARCHQUEUE-BACKLOG-404525 :: Nyaa Jacket :: Picked [ASW].High.Card.-.02.[1080p.HEVC.x265.10Bit][AAC] as the best result.
2023-02-04 00:02:14 INFO	FORCEDSEARCHQUEUE-BACKLOG-404525 :: Nyaa Jacket :: Episodes [2] of season 1 are needed with this quality for High Card
2023-02-04 00:02:14 INFO	FORCEDSEARCHQUEUE-BACKLOG-404525 :: Nyaa Jacket :: Quality of [ASW].High.Card.-.02.[1080p.HEVC.x265.10Bit][AAC] is 1080p HDTV
2023-02-04 00:02:14 INFO	FORCEDSEARCHQUEUE-BACKLOG-404525 :: Nyaa Jacket :: Picked [ASW].High.Card.-.01.[1080p.HEVC.x265.10Bit][AAC] as the best result.
2023-02-04 00:02:14 INFO	FORCEDSEARCHQUEUE-BACKLOG-404525 :: Nyaa Jacket :: Episodes [1] of season 1 are needed with this quality for High Card
2023-02-04 00:02:14 INFO	FORCEDSEARCHQUEUE-BACKLOG-404525 :: Nyaa Jacket :: Quality of [ASW].High.Card.-.01.[1080p.HEVC.x265.10Bit][AAC] is 1080p HDTV
2023-02-04 00:02:14 INFO	FORCEDSEARCHQUEUE-BACKLOG-404525 :: Nyaa Jacket :: Performing episode search for High Card
2023-02-04 00:02:12 INFO	FORCEDSEARCHQUEUE-BACKLOG-404525 :: Limetorrents clone :: Performing episode search for High Card
2023-02-04 00:01:45 INFO	FORCEDSEARCHQUEUE-BACKLOG-404525 :: 1337x Jackett :: Performing episode search for High Card
2023-02-04 00:01:03 INFO	FORCEDSEARCHQUEUE-BACKLOG-404525 :: rarbg jackett :: Performing episode search for High Card
2023-02-04 00:00:57 INFO	FORCEDSEARCHQUEUE-BACKLOG-404525 :: Limetorrent :: Performing episode search for High Card
2023-02-04 00:00:57 INFO	FORCEDSEARCHQUEUE-BACKLOG-404525 :: Using backlog search providers
2023-02-04 00:00:57 INFO	FORCEDSEARCHQUEUE-BACKLOG-404525 :: Building internal name cache for High Card


I hope this helps a little in narrowing down the problem.

@cstegmann
Copy link
Author

This time I downloaded a show that hasn't been downloaded before just in case the post-processing wasn't liking me deleting and then setting an episode to wanted like before. This time the episode did post-process and get moved but the qBittorrent torrent remains and the download handler isn't setting it to SeededAction like before. I also reduced the interval to 5 minutes so I could check on it quicker.

2023-02-04 12:25:20 INFO	DOWNLOADHANDLER :: Qbittorrent torrent: [] using state: [stalledUP]
2023-02-04 12:25:20 INFO	DOWNLOADHANDLER :: Qbittorrent torrent: [] using state: [stalledUP]
2023-02-04 12:20:19 INFO	DOWNLOADHANDLER :: Qbittorrent torrent: [] using state: [stalledUP]
2023-02-04 12:20:19 INFO	DOWNLOADHANDLER :: Qbittorrent torrent: [] using state: [stalledUP]
2023-02-04 12:20:15 INFO	SEARCHQUEUE-DAILY-SEARCH :: No needed episodes found
2023-02-04 12:20:14 INFO	SEARCHQUEUE-DAILY-SEARCH :: Beginning daily search for new episodes
2023-02-04 12:15:18 INFO	DOWNLOADHANDLER :: Qbittorrent torrent: [] using state: [stalledUP]
2023-02-04 12:15:18 INFO	DOWNLOADHANDLER :: Qbittorrent torrent: [] using state: [stalledUP]
2023-02-04 12:10:17 INFO	DOWNLOADHANDLER :: Qbittorrent torrent: [] using state: [stalledUP]
2023-02-04 12:10:17 INFO	DOWNLOADHANDLER :: Qbittorrent torrent: [] using state: [stalledUP]
2023-02-04 12:10:17 INFO	SEARCHQUEUE-DAILY-SEARCH :: No needed episodes found
2023-02-04 12:10:16 INFO	SEARCHQUEUE-DAILY-SEARCH :: Beginning daily search for new episodes
2023-02-04 12:05:17 INFO	DOWNLOADHANDLER :: Qbittorrent torrent: [] using state: [stalledUP]
2023-02-04 12:05:17 INFO	DOWNLOADHANDLER :: Qbittorrent torrent: [] using state: [stalledUP]
2023-02-04 12:00:19 INFO	POSTPROCESSQUEUE-POST-PROCESS :: Completed Postproccessing
2023-02-04 12:00:19 INFO	POSTPROCESSQUEUE-POST-PROCESS :: Updated history with resource path: /mnt/usb/medusa/ and resource:  with new status Completed, Postprocessed
2023-02-04 12:00:19 INFO	POSTPROCESSQUEUE-POST-PROCESS :: Post-processing completed.
2023-02-04 12:00:19 INFO	POSTPROCESSQUEUE-POST-PROCESS :: Deleting folder (if it's empty): /mnt/usb/medusa/Echo.3.S01E04.720p.WEB.x265-MiNX[TGx]
2023-02-04 12:00:18 INFO	POSTPROCESSQUEUE-POST-PROCESS :: Processing succeeded for /mnt/usb/medusa/Echo.3.S01E04.720p.WEB.x265-MiNX[TGx]/Echo.3.S01E04.720p.WEB.x265-MiNX.mkv
2023-02-04 12:00:17 INFO	POSTPROCESSQUEUE-POST-PROCESS :: This download is marked a priority download so I'm going to replace an existing file if I find one
2023-02-04 12:00:17 INFO	POSTPROCESSQUEUE-POST-PROCESS :: New size: 186.69 MB
2023-02-04 12:00:17 INFO	POSTPROCESSQUEUE-POST-PROCESS :: New file: /mnt/usb/medusa/Echo.3.S01E04.720p.WEB.x265-MiNX[TGx]/Echo.3.S01E04.720p.WEB.x265-MiNX.mkv
2023-02-04 12:00:17 INFO	POSTPROCESSQUEUE-POST-PROCESS :: Processing /mnt/usb/medusa/Echo.3.S01E04.720p.WEB.x265-MiNX[TGx]/Echo.3.S01E04.720p.WEB.x265-MiNX.mkv
2023-02-04 12:00:17 INFO	POSTPROCESSQUEUE-POST-PROCESS :: Processing path: /mnt/usb/medusa/
2023-02-04 12:00:17 INFO	POSTPROCESSQUEUE-POST-PROCESS :: Beginning postprocessing for path /mnt/usb/medusa/ and resource 
2023-02-04 12:00:16 INFO	DOWNLOADHANDLER :: Qbittorrent torrent: [] using state: [stalledUP]
2023-02-04 12:00:16 INFO	DOWNLOADHANDLER :: Qbittorrent torrent: [] using state: [stalledUP]
2023-02-04 12:00:16 INFO	DOWNLOADHANDLER :: Updating status to [Completed] for Echo.3.S01E04.720p.WEB.x265-MiNX[TGx] with info_hash 124e012b244986640b2c0986a16b1acdf61146de
2023-02-04 12:00:16 INFO	DOWNLOADHANDLER :: Qbittorrent torrent: [] using state: [stalledUP]
2023-02-04 12:00:15 INFO	SEARCHQUEUE-DAILY-SEARCH :: No needed episodes found
2023-02-04 12:00:14 INFO	SEARCHQUEUE-DAILY-SEARCH :: Beginning daily search for new episodes
2023-02-04 11:55:15 INFO	DOWNLOADHANDLER :: Qbittorrent torrent: [] using state: [downloading]
2023-02-04 11:55:15 INFO	DOWNLOADHANDLER :: Updating status to [Downloading] for Echo.3.S01E04.720p.WEB.x265-MiNX[TGx] with info_hash 124e012b244986640b2c0986a16b1acdf61146de
2023-02-04 11:55:15 INFO	DOWNLOADHANDLER :: Qbittorrent torrent: [] using state: [downloading]
2023-02-04 11:52:42 INFO	SNATCHQUEUE-SNATCH-393147 :: Adding "Echo.3.S01E04.720p.WEB.x265-MiNX[TGx]" torrent to qBittorrent
2023-02-04 11:52:17 INFO	SNATCHQUEUE-SNATCH-393147 :: Downloading Echo.3.S01E04.720p.WEB.x265-MiNX[TGx] with 114 seeders and 62 leechers and size 186.71 MB from 1337x Jackett, through a SearchType.MANUAL_SEARCH search
2023-02-04 11:52:17 INFO	SNATCHQUEUE-SNATCH-393147 :: Beginning to snatch release: Echo.3.S01E04.720p.WEB.x265-MiNX[TGx]

@p0psicles
Copy link
Contributor

Could you enable debug logging and restart?

@cstegmann
Copy link
Author

cstegmann commented Feb 4, 2023

Could you enable debug logging and restart?

logging
I had that on already, I just forgot to set the Logging Level dropdown to Debug on the View Log page.

But I restarted again and added a few episodes again and its rather inconsistent. I removed all tehe lines with the SEARCHQUEUE-DAILY-SEARCH otherwise it would be too spammy.

Episode S01E03 not removed


2023-02-04 16:49:44 DEBUG    EPISODEUPDATER :: [] User-Agent: Medusa/1.0.11 (Linux; 5.15.84-v7+; b212a262-a4a7-11ed-9153-b827ebedc85b)
2023-02-04 16:49:44 DEBUG    EPISODEUPDATER :: [] GET URL: https://cdn.pymedusa.com/sb_network_timezones/network_timezones.txt [Status: 200]
2023-02-04 16:49:44 DEBUG    EPISODEUPDATER :: [] Started updating network timezones
2023-02-04 16:49:44 DEBUG    EPISODEUPDATER :: [] Starting new thread: EPISODEUPDATER
2023-02-04 16:44:46 INFO     DOWNLOADHANDLER :: [] Qbittorrent torrent: [] using state: [stalledUP]
2023-02-04 16:44:46 INFO     DOWNLOADHANDLER :: [] Qbittorrent torrent: [] using state: [stalledUP]
2023-02-04 16:44:46 DEBUG    DOWNLOADHANDLER :: [] qBittorrent: Response to GET request is [{"added_on":1675527949,"amount_left":0,"auto_tmm":true,"availability":-1,"category":"medusa","completed":287429057,"completion_on":1675528099,"dl_limit":-1,"dlspeed":0,"downloaded":287847287,"downloaded_session":287847287,"eta":8640000,"f_l_piece_prio":false,"force_start":false,"hash":"9e76b5fa9b325c8f7c396fbf60785dcedb7e9cda","last_activity":1675528099,"magnet_uri":"magnet:?xt=urn:btih:9e76b5fa9b325c8f7c396fbf60785dcedb7e9cda&dn=Echo.3.S01E03.720p.WEB.x265-MiNX%5bTGx%5d&tr=http%3a%2f%2fatrack.pow7.com%2fannounce&tr=http%3a%2f%2fopen.acgtracker.com%3a1096%2fannounce&tr=http%3a%2f%2fpow7.com%3a80%2fannounce&tr=http%3a%2f%2fsecure.pow7.com%2fannounce&tr=http%3a%2f%2ft2.pow7.com%2fannounce&tr=http%3a%2f%2ftracker.bittor.pw%3a1337%2fannounce&tr=http%3a%2f%2ftracker.dler.org%3a6969%2fannounce&tr=http%3a%2f%2ftracker.opentrackr.org%3a1337%2fannounce&tr=http%3a%2f%2ftracker.yoshi210.com%3a6969%2fannounce&tr=udp%3a%2f%2f9.rarbg.me%3a2780%2fannounce&tr=udp%3a%2f%2fexplodie.org%3a6969%2fannounce&tr=udp%3a%2f%2fp4p.are...
2023-02-04 16:44:46 DEBUG    DOWNLOADHANDLER :: [] User-Agent: Medusa/1.0.11 (Linux; 5.15.84-v7+; b212a262-a4a7-11ed-9153-b827ebedc85b)
2023-02-04 16:44:46 DEBUG    DOWNLOADHANDLER :: [] GET URL: http://192.168.0.100:1340/api/v2/torrents/info [Status: 200]
2023-02-04 16:44:46 DEBUG    DOWNLOADHANDLER :: [] User-Agent: Medusa/1.0.11 (Linux; 5.15.84-v7+; b212a262-a4a7-11ed-9153-b827ebedc85b)
2023-02-04 16:44:46 DEBUG    DOWNLOADHANDLER :: [] GET URL: http://192.168.0.100:1340/api/v2/app/webapiVersion [Status: 200]
2023-02-04 16:44:46 DEBUG    DOWNLOADHANDLER :: [] With post data: username=**********&password=**********
2023-02-04 16:44:46 DEBUG    DOWNLOADHANDLER :: [] User-Agent: Medusa/1.0.11 (Linux; 5.15.84-v7+; b212a262-a4a7-11ed-9153-b827ebedc85b)
2023-02-04 16:44:46 DEBUG    DOWNLOADHANDLER :: [] POST URL: http://192.168.0.100:1340/api/v2/auth/login [Status: 200]
2023-02-04 16:44:46 DEBUG    DOWNLOADHANDLER :: [] Starting new thread: DOWNLOADHANDLER
2023-02-04 16:39:46 INFO     DOWNLOADHANDLER :: [] Qbittorrent torrent: [] using state: [stalledUP]
2023-02-04 16:39:46 INFO     DOWNLOADHANDLER :: [] Qbittorrent torrent: [] using state: [stalledUP]
2023-02-04 16:39:46 DEBUG    DOWNLOADHANDLER :: [] qBittorrent: Response to GET request is [{"added_on":1675527949,"amount_left":0,"auto_tmm":true,"availability":-1,"category":"medusa","completed":287429057,"completion_on":1675528099,"dl_limit":-1,"dlspeed":0,"downloaded":287847287,"downloaded_session":287847287,"eta":8640000,"f_l_piece_prio":false,"force_start":false,"hash":"9e76b5fa9b325c8f7c396fbf60785dcedb7e9cda","last_activity":1675528099,"magnet_uri":"magnet:?xt=urn:btih:9e76b5fa9b325c8f7c396fbf60785dcedb7e9cda&dn=Echo.3.S01E03.720p.WEB.x265-MiNX%5bTGx%5d&tr=http%3a%2f%2fatrack.pow7.com%2fannounce&tr=http%3a%2f%2fopen.acgtracker.com%3a1096%2fannounce&tr=http%3a%2f%2fpow7.com%3a80%2fannounce&tr=http%3a%2f%2fsecure.pow7.com%2fannounce&tr=http%3a%2f%2ft2.pow7.com%2fannounce&tr=http%3a%2f%2ftracker.bittor.pw%3a1337%2fannounce&tr=http%3a%2f%2ftracker.dler.org%3a6969%2fannounce&tr=http%3a%2f%2ftracker.opentrackr.org%3a1337%2fannounce&tr=http%3a%2f%2ftracker.yoshi210.com%3a6969%2fannounce&tr=udp%3a%2f%2f9.rarbg.me%3a2780%2fannounce&tr=udp%3a%2f%2fexplodie.org%3a6969%2fannounce&tr=udp%3a%2f%2fp4p.are...
2023-02-04 16:39:46 DEBUG    DOWNLOADHANDLER :: [] User-Agent: Medusa/1.0.11 (Linux; 5.15.84-v7+; b212a262-a4a7-11ed-9153-b827ebedc85b)
2023-02-04 16:39:46 DEBUG    DOWNLOADHANDLER :: [] GET URL: http://192.168.0.100:1340/api/v2/torrents/info [Status: 200]
2023-02-04 16:39:46 DEBUG    DOWNLOADHANDLER :: [] User-Agent: Medusa/1.0.11 (Linux; 5.15.84-v7+; b212a262-a4a7-11ed-9153-b827ebedc85b)
2023-02-04 16:39:46 DEBUG    DOWNLOADHANDLER :: [] GET URL: http://192.168.0.100:1340/api/v2/app/webapiVersion [Status: 200]
2023-02-04 16:39:46 DEBUG    DOWNLOADHANDLER :: [] With post data: username=**********&password=**********
2023-02-04 16:39:46 DEBUG    DOWNLOADHANDLER :: [] User-Agent: Medusa/1.0.11 (Linux; 5.15.84-v7+; b212a262-a4a7-11ed-9153-b827ebedc85b)
2023-02-04 16:39:46 DEBUG    DOWNLOADHANDLER :: [] POST URL: http://192.168.0.100:1340/api/v2/auth/login [Status: 200]
2023-02-04 16:39:46 DEBUG    DOWNLOADHANDLER :: [] Starting new thread: DOWNLOADHANDLER
2023-02-04 16:34:45 INFO     DOWNLOADHANDLER :: [] Qbittorrent torrent: [] using state: [stalledUP]
2023-02-04 16:34:45 INFO     DOWNLOADHANDLER :: [] Qbittorrent torrent: [] using state: [stalledUP]
2023-02-04 16:34:45 DEBUG    DOWNLOADHANDLER :: [] qBittorrent: Response to GET request is [{"added_on":1675527949,"amount_left":0,"auto_tmm":true,"availability":-1,"category":"medusa","completed":287429057,"completion_on":1675528099,"dl_limit":-1,"dlspeed":0,"downloaded":287847287,"downloaded_session":287847287,"eta":8640000,"f_l_piece_prio":false,"force_start":false,"hash":"9e76b5fa9b325c8f7c396fbf60785dcedb7e9cda","last_activity":1675528099,"magnet_uri":"magnet:?xt=urn:btih:9e76b5fa9b325c8f7c396fbf60785dcedb7e9cda&dn=Echo.3.S01E03.720p.WEB.x265-MiNX%5bTGx%5d&tr=http%3a%2f%2fatrack.pow7.com%2fannounce&tr=http%3a%2f%2fopen.acgtracker.com%3a1096%2fannounce&tr=http%3a%2f%2fpow7.com%3a80%2fannounce&tr=http%3a%2f%2fsecure.pow7.com%2fannounce&tr=http%3a%2f%2ft2.pow7.com%2fannounce&tr=http%3a%2f%2ftracker.bittor.pw%3a1337%2fannounce&tr=http%3a%2f%2ftracker.dler.org%3a6969%2fannounce&tr=http%3a%2f%2ftracker.opentrackr.org%3a1337%2fannounce&tr=http%3a%2f%2ftracker.yoshi210.com%3a6969%2fannounce&tr=udp%3a%2f%2f9.rarbg.me%3a2780%2fannounce&tr=udp%3a%2f%2fexplodie.org%3a6969%2fannounce&tr=udp%3a%2f%2fp4p.are...
2023-02-04 16:34:45 DEBUG    DOWNLOADHANDLER :: [] User-Agent: Medusa/1.0.11 (Linux; 5.15.84-v7+; b212a262-a4a7-11ed-9153-b827ebedc85b)
2023-02-04 16:34:45 DEBUG    DOWNLOADHANDLER :: [] GET URL: http://192.168.0.100:1340/api/v2/torrents/info [Status: 200]
2023-02-04 16:34:45 DEBUG    DOWNLOADHANDLER :: [] User-Agent: Medusa/1.0.11 (Linux; 5.15.84-v7+; b212a262-a4a7-11ed-9153-b827ebedc85b)
2023-02-04 16:34:45 DEBUG    DOWNLOADHANDLER :: [] GET URL: http://192.168.0.100:1340/api/v2/app/webapiVersion [Status: 200]
2023-02-04 16:34:45 DEBUG    DOWNLOADHANDLER :: [] With post data: username=**********&password=**********
2023-02-04 16:34:45 DEBUG    DOWNLOADHANDLER :: [] User-Agent: Medusa/1.0.11 (Linux; 5.15.84-v7+; b212a262-a4a7-11ed-9153-b827ebedc85b)
2023-02-04 16:34:45 DEBUG    DOWNLOADHANDLER :: [] POST URL: http://192.168.0.100:1340/api/v2/auth/login [Status: 200]
2023-02-04 16:34:45 DEBUG    DOWNLOADHANDLER :: [] Starting new thread: DOWNLOADHANDLER
2023-02-04 16:34:43 DEBUG    EPISODEUPDATER :: [] No XEM data for show ID 365186 on tvdb
2023-02-04 16:34:43 DEBUG    EPISODEUPDATER :: [] User-Agent: Medusa/1.0.11 (Linux; 5.15.84-v7+; b212a262-a4a7-11ed-9153-b827ebedc85b)
2023-02-04 16:34:43 DEBUG    EPISODEUPDATER :: [] GET URL: https://thexem.info/map/havemap?origin=tvdb [Status: 200]
2023-02-04 16:34:43 DEBUG    EPISODEUPDATER :: [] Looking up XEM scene mapping for show ID 365186 on tvdb
2023-02-04 16:34:43 DEBUG    EPISODEUPDATER :: [] Finished updating network timezones
2023-02-04 16:34:43 DEBUG    EPISODEUPDATER :: [] User-Agent: Medusa/1.0.11 (Linux; 5.15.84-v7+; b212a262-a4a7-11ed-9153-b827ebedc85b)
2023-02-04 16:34:43 DEBUG    EPISODEUPDATER :: [] GET URL: https://cdn.pymedusa.com/sb_network_timezones/network_timezones.txt [Status: 200]
2023-02-04 16:34:42 DEBUG    EPISODEUPDATER :: [] Started updating network timezones
2023-02-04 16:34:42 DEBUG    EPISODEUPDATER :: [] Starting new thread: EPISODEUPDATER
2023-02-04 16:29:46 INFO     POSTPROCESSQUEUE-POST-PROCESS :: [] Completed Postproccessing
2023-02-04 16:29:46 INFO     POSTPROCESSQUEUE-POST-PROCESS :: [] Updated history with resource path: /mnt/usb/medusa/ and resource:  with new status Completed, Postprocessed
2023-02-04 16:29:46 INFO     POSTPROCESSQUEUE-POST-PROCESS :: [] Post-processing completed.
2023-02-04 16:29:46 DEBUG    POSTPROCESSQUEUE-POST-PROCESS :: [] Deleted folder: /mnt/usb/medusa/Echo.3.S01E03.720p.WEB.x265-MiNX[TGx]
2023-02-04 16:29:46 INFO     POSTPROCESSQUEUE-POST-PROCESS :: [] Deleting folder (if it's empty): /mnt/usb/medusa/Echo.3.S01E03.720p.WEB.x265-MiNX[TGx]
2023-02-04 16:29:46 DEBUG    POSTPROCESSQUEUE-POST-PROCESS :: [] Deleting file: source.txt
2023-02-04 16:29:46 DEBUG    POSTPROCESSQUEUE-POST-PROCESS :: [] Deleting file: [TGx]Downloaded from torrentgalaxy.to .txt
2023-02-04 16:29:46 INFO     POSTPROCESSQUEUE-POST-PROCESS :: [] Processing succeeded for /mnt/usb/medusa/Echo.3.S01E03.720p.WEB.x265-MiNX[TGx]/Echo.3.S01E03.720p.WEB.x265-MiNX.mkv
2023-02-04 16:29:46 DEBUG    POSTPROCESSQUEUE-POST-PROCESS :: [] Notification for NMJ scan update not enabled, skipping this notification
2023-02-04 16:29:46 DEBUG    POSTPROCESSQUEUE-POST-PROCESS :: [] Transaction with 1 queries executed
2023-02-04 16:29:46 DEBUG    POSTPROCESSQUEUE-POST-PROCESS :: [] 393147: Setter sets location to /mnt/usb/Shows/Echo 3/Season 01/Echo 3 - S01E03 - The Gambler.mkv
2023-02-04 16:29:46 DEBUG    POSTPROCESSQUEUE-POST-PROCESS :: [] Not running as root or owner of /mnt/usb/Shows/Echo 3/Season 01/Echo 3 - S01E03 - The Gambler.mkv, not trying to set permissions
2023-02-04 16:29:46 DEBUG    POSTPROCESSQUEUE-POST-PROCESS :: [] Moving file from /mnt/usb/medusa/Echo.3.S01E03.720p.WEB.x265-MiNX[TGx]/Echo.3.S01E03.720p.WEB.x265-MiNX.mkv to /mnt/usb/Shows/Echo 3/Season 01/Echo 3 - S01E03 - The Gambler.mkv 
2023-02-04 16:29:46 DEBUG    POSTPROCESSQUEUE-POST-PROCESS :: [] Checking if the path /mnt/usb/Shows/Echo 3/Season 01 already exists
2023-02-04 16:29:46 DEBUG    POSTPROCESSQUEUE-POST-PROCESS :: [] Destination folder for this episode: /mnt/usb/Shows/Echo 3/Season 01
2023-02-04 16:29:46 DEBUG    POSTPROCESSQUEUE-POST-PROCESS :: [] 393147: Formatting pattern: Season %0S -> Season 01
2023-02-04 16:29:46 DEBUG    POSTPROCESSQUEUE-POST-PROCESS :: [] Found codec for Echo 3 The Gambler
2023-02-04 16:29:46 DEBUG    POSTPROCESSQUEUE-POST-PROCESS :: [] Parsed Echo.3.S01E03.720p.WEB.x265-MiNX into title: Echo 3, season: 1, episode: [3], screen_size: 720p, source: Web, video_codec: H.265, video_encoder: x265, release_group: MiNX, type: episode, parsing_time: 0.29637885093688965, absolute_episode: [], quality: 720p WEB-DL, total_time: 0.29656267166137695
2023-02-04 16:29:46 DEBUG    POSTPROCESSQUEUE-POST-PROCESS :: [] Matched release Echo.3.S01E03.720p.WEB.x265-MiNX to a series in your database: Echo 3 using guessit title: Echo 3
2023-02-04 16:29:45 DEBUG    POSTPROCESSQUEUE-POST-PROCESS :: [] New guessit parse for item Echo.3.S01E03.720p.WEB.x265-MiNX
2023-02-04 16:29:45 DEBUG    POSTPROCESSQUEUE-POST-PROCESS :: [] Trying guessit cache for item Echo.3.S01E03.720p.WEB.x265-MiNX
2023-02-04 16:29:45 DEBUG    POSTPROCESSQUEUE-POST-PROCESS :: [] 393147: Formatting pattern: %SN - S%0SE03 - %EN -> Echo 3 - S01E03 - The Gambler
2023-02-04 16:29:45 DEBUG    POSTPROCESSQUEUE-POST-PROCESS :: [] Found codec for Echo 3 The Gambler
2023-02-04 16:29:45 DEBUG    POSTPROCESSQUEUE-POST-PROCESS :: [] Parsed Echo.3.S01E03.720p.WEB.x265-MiNX into title: Echo 3, season: 1, episode: [3], screen_size: 720p, source: Web, video_codec: H.265, video_encoder: x265, release_group: MiNX, type: episode, parsing_time: 0.284487247467041, absolute_episode: [], quality: 720p WEB-DL, total_time: 0.2846808433532715
2023-02-04 16:29:45 DEBUG    POSTPROCESSQUEUE-POST-PROCESS :: [] Matched release Echo.3.S01E03.720p.WEB.x265-MiNX to a series in your database: Echo 3 using guessit title: Echo 3
2023-02-04 16:29:45 DEBUG    POSTPROCESSQUEUE-POST-PROCESS :: [] New guessit parse for item Echo.3.S01E03.720p.WEB.x265-MiNX
2023-02-04 16:29:45 DEBUG    POSTPROCESSQUEUE-POST-PROCESS :: [] Trying guessit cache for item Echo.3.S01E03.720p.WEB.x265-MiNX
2023-02-04 16:29:45 DEBUG    POSTPROCESSQUEUE-POST-PROCESS :: [] Folder name (Echo.3.S01E03.720p.WEB.x265-MiNX[TGx]) appears to be a valid release name. Using it.
2023-02-04 16:29:45 DEBUG    POSTPROCESSQUEUE-POST-PROCESS :: [] Using cache item for Echo.3.S01E03.720p.WEB.x265-MiNX[TGx]
2023-02-04 16:29:45 DEBUG    POSTPROCESSQUEUE-POST-PROCESS :: [] Found release name Echo.3.S01E03.720p.WEB.x265-MiNX
2023-02-04 16:29:45 DEBUG    POSTPROCESSQUEUE-POST-PROCESS :: [] Trying to determine free space on destination drive
2023-02-04 16:29:45 INFO     POSTPROCESSQUEUE-POST-PROCESS :: [] This download is marked a priority download so I'm going to replace an existing file if I find one
2023-02-04 16:29:45 DEBUG    POSTPROCESSQUEUE-POST-PROCESS :: [] There is no existing file so there's no worries about replacing it
2023-02-04 16:29:45 INFO     POSTPROCESSQUEUE-POST-PROCESS :: [] New size: 274.11 MB
2023-02-04 16:29:45 INFO     POSTPROCESSQUEUE-POST-PROCESS :: [] New file: /mnt/usb/medusa/Echo.3.S01E03.720p.WEB.x265-MiNX[TGx]/Echo.3.S01E03.720p.WEB.x265-MiNX.mkv
2023-02-04 16:29:45 DEBUG    POSTPROCESSQUEUE-POST-PROCESS :: [] This episode is a priority download: True
2023-02-04 16:29:45 DEBUG    POSTPROCESSQUEUE-POST-PROCESS :: [] Proper: False
2023-02-04 16:29:45 DEBUG    POSTPROCESSQUEUE-POST-PROCESS :: [] New quality: 720p WEB-DL
2023-02-04 16:29:45 DEBUG    POSTPROCESSQUEUE-POST-PROCESS :: [] Current quality: 720p WEB-DL
2023-02-04 16:29:45 DEBUG    POSTPROCESSQUEUE-POST-PROCESS :: [] Resource name: None
2023-02-04 16:29:45 DEBUG    POSTPROCESSQUEUE-POST-PROCESS :: [] Info hash: 9e76b5fa9b325c8f7c396fbf60785dcedb7e9cda
2023-02-04 16:29:45 DEBUG    POSTPROCESSQUEUE-POST-PROCESS :: [] Manually snatched: True
2023-02-04 16:29:45 DEBUG    POSTPROCESSQUEUE-POST-PROCESS :: [] Snatch in history: True
2023-02-04 16:29:45 DEBUG    POSTPROCESSQUEUE-POST-PROCESS :: [] Quality of the episode we are processing: 720p WEB-DL
2023-02-04 16:29:45 DEBUG    POSTPROCESSQUEUE-POST-PROCESS :: [] This episode was found in history as SNATCHED.
2023-02-04 16:29:45 DEBUG    POSTPROCESSQUEUE-POST-PROCESS :: [] The episode file has a quality in it, using that: 720p WEB-DL
2023-02-04 16:29:45 DEBUG    POSTPROCESSQUEUE-POST-PROCESS :: [] Retrieving episode object for Echo 3 S01E03
2023-02-04 16:29:45 DEBUG    POSTPROCESSQUEUE-POST-PROCESS :: [] Show information parsed from file name
2023-02-04 16:29:45 DEBUG    POSTPROCESSQUEUE-POST-PROCESS :: [] Parsed Echo.3.S01E03.720p.WEB.x265-MiNX.mkv into title: Echo 3, season: 1, episode: [3], screen_size: 720p, source: Web, video_codec: H.265, video_encoder: x265, release_group: MiNX, container: mkv, mimetype: video/x-matroska, type: episode, parsing_time: 0.28342199325561523, absolute_episode: [], quality: 720p WEB-DL, total_time: 0.30776262283325195 and added to cache
2023-02-04 16:29:45 DEBUG    POSTPROCESSQUEUE-POST-PROCESS :: [] Matched release Echo.3.S01E03.720p.WEB.x265-MiNX.mkv to a series in your database: Echo 3 using guessit title: Echo 3
2023-02-04 16:29:45 DEBUG    POSTPROCESSQUEUE-POST-PROCESS :: [] No mapping found, returning passed season and episode S01E03 for show Echo 3
2023-02-04 16:29:45 DEBUG    POSTPROCESSQUEUE-POST-PROCESS :: [] New guessit parse for item Echo.3.S01E03.720p.WEB.x265-MiNX.mkv
2023-02-04 16:29:45 DEBUG    POSTPROCESSQUEUE-POST-PROCESS :: [] Trying guessit cache for item Echo.3.S01E03.720p.WEB.x265-MiNX.mkv
2023-02-04 16:29:45 DEBUG    POSTPROCESSQUEUE-POST-PROCESS :: [] Analyzing name: Echo.3.S01E03.720p.WEB.x265-MiNX.mkv
2023-02-04 16:29:45 INFO     POSTPROCESSQUEUE-POST-PROCESS :: [] Processing /mnt/usb/medusa/Echo.3.S01E03.720p.WEB.x265-MiNX[TGx]/Echo.3.S01E03.720p.WEB.x265-MiNX.mkv
2023-02-04 16:29:45 DEBUG    POSTPROCESSQUEUE-POST-PROCESS :: [] Found unwanted files: ['[TGx]Downloaded from torrentgalaxy.to .txt', 'source.txt']
2023-02-04 16:29:45 DEBUG    POSTPROCESSQUEUE-POST-PROCESS :: [] Post-processing video files: ['Echo.3.S01E03.720p.WEB.x265-MiNX.mkv']
2023-02-04 16:29:45 DEBUG    POSTPROCESSQUEUE-POST-PROCESS :: [] Post-processing files: ['Echo.3.S01E03.720p.WEB.x265-MiNX.mkv', '[TGx]Downloaded from torrentgalaxy.to .txt', 'source.txt']
2023-02-04 16:29:45 DEBUG    POSTPROCESSQUEUE-POST-PROCESS :: [] Processing folder: /mnt/usb/medusa/Echo.3.S01E03.720p.WEB.x265-MiNX[TGx]
2023-02-04 16:29:45 DEBUG    POSTPROCESSQUEUE-POST-PROCESS :: [] No resource_name passed, using path [/mnt/usb/medusa/Echo.3.S01E03.720p.WEB.x265-MiNX[TGx]] to process as a source folder
2023-02-04 16:29:45 DEBUG    POSTPROCESSQUEUE-POST-PROCESS :: [] No processable items found in folder: /mnt/usb/medusa
2023-02-04 16:29:45 INFO     POSTPROCESSQUEUE-POST-PROCESS :: [] Processing path: /mnt/usb/medusa/
2023-02-04 16:29:45 INFO     POSTPROCESSQUEUE-POST-PROCESS :: [] Beginning postprocessing for path /mnt/usb/medusa/ and resource 
2023-02-04 16:29:44 INFO     DOWNLOADHANDLER :: [] Qbittorrent torrent: [] using state: [stalledUP]
2023-02-04 16:29:44 DEBUG    DOWNLOADHANDLER :: [] Sending postprocess job for torrent with info_hash: 9e76b5fa9b325c8f7c396fbf60785dcedb7e9cda
status: Completed
client: **********
destination: /mnt/usb/medusa/
resource: Echo.3.S01E03.720p.WEB.x265-MiNX[TGx]
2023-02-04 16:29:44 INFO     DOWNLOADHANDLER :: [] Qbittorrent torrent: [] using state: [stalledUP]
2023-02-04 16:29:44 INFO     DOWNLOADHANDLER :: [] Updating status to [Completed] for Echo.3.S01E03.720p.WEB.x265-MiNX[TGx] with info_hash 9e76b5fa9b325c8f7c396fbf60785dcedb7e9cda
2023-02-04 16:29:44 DEBUG    DOWNLOADHANDLER :: [] Found torrent on ********** with info_hash 9e76b5fa9b325c8f7c396fbf60785dcedb7e9cda
2023-02-04 16:29:44 INFO     DOWNLOADHANDLER :: [] Qbittorrent torrent: [] using state: [stalledUP]
2023-02-04 16:29:44 DEBUG    DOWNLOADHANDLER :: [] qBittorrent: Response to GET request is [{"added_on":1675527949,"amount_left":0,"auto_tmm":true,"availability":-1,"category":"medusa","completed":287429057,"completion_on":1675528099,"dl_limit":-1,"dlspeed":0,"downloaded":287847287,"downloaded_session":287847287,"eta":8640000,"f_l_piece_prio":false,"force_start":false,"hash":"9e76b5fa9b325c8f7c396fbf60785dcedb7e9cda","last_activity":1675528099,"magnet_uri":"magnet:?xt=urn:btih:9e76b5fa9b325c8f7c396fbf60785dcedb7e9cda&dn=Echo.3.S01E03.720p.WEB.x265-MiNX%5bTGx%5d&tr=http%3a%2f%2fatrack.pow7.com%2fannounce&tr=http%3a%2f%2fopen.acgtracker.com%3a1096%2fannounce&tr=http%3a%2f%2fpow7.com%3a80%2fannounce&tr=http%3a%2f%2fsecure.pow7.com%2fannounce&tr=http%3a%2f%2ft1.pow7.com%2fannounce&tr=http%3a%2f%2ft2.pow7.com%2fannounce&tr=http%3a%2f%2ftracker.bittor.pw%3a1337%2fannounce&tr=http%3a%2f%2ftracker.dler.org%3a6969%2fannounce&tr=http%3a%2f%2ftracker.opentrackr.org%3a1337%2fannounce&tr=http%3a%2f%2ftracker.yoshi210.com%3a6969%2fannounce&tr=udp%3a%2f%2f9.rarbg.me%3a2780%2fannounce&tr=udp%3a%2f%2fexplodie.org%3...
2023-02-04 16:29:44 DEBUG    DOWNLOADHANDLER :: [] User-Agent: Medusa/1.0.11 (Linux; 5.15.84-v7+; b212a262-a4a7-11ed-9153-b827ebedc85b)
2023-02-04 16:29:44 DEBUG    DOWNLOADHANDLER :: [] GET URL: http://192.168.0.100:1340/api/v2/torrents/info [Status: 200]
2023-02-04 16:29:44 DEBUG    DOWNLOADHANDLER :: [] User-Agent: Medusa/1.0.11 (Linux; 5.15.84-v7+; b212a262-a4a7-11ed-9153-b827ebedc85b)
2023-02-04 16:29:44 DEBUG    DOWNLOADHANDLER :: [] GET URL: http://192.168.0.100:1340/api/v2/app/webapiVersion [Status: 200]
2023-02-04 16:29:44 DEBUG    DOWNLOADHANDLER :: [] With post data: username=**********&password=**********
2023-02-04 16:29:44 DEBUG    DOWNLOADHANDLER :: [] User-Agent: Medusa/1.0.11 (Linux; 5.15.84-v7+; b212a262-a4a7-11ed-9153-b827ebedc85b)
2023-02-04 16:29:44 DEBUG    DOWNLOADHANDLER :: [] POST URL: http://192.168.0.100:1340/api/v2/auth/login [Status: 200]
2023-02-04 16:29:44 DEBUG    DOWNLOADHANDLER :: [] Starting new thread: DOWNLOADHANDLER
2023-02-04 16:25:49 DEBUG    SNATCHQUEUE-SNATCH-393147 :: [] Transaction with 1 queries executed
2023-02-04 16:25:49 DEBUG    SNATCHQUEUE-SNATCH-393147 :: [] 393147: Formatting pattern: %SN - %Sx03 - %EN - %QN -> Echo 3 - 1x03 - The Gambler - 720p WEB-DL
2023-02-04 16:25:49 DEBUG    SNATCHQUEUE-SNATCH-393147 :: [] Found codec for Echo 3 The Gambler
2023-02-04 16:25:49 DEBUG    SNATCHQUEUE-SNATCH-393147 :: [] Checking if we should stop searching for a better quality for for episode Echo.3.S01E03.720p.WEB.x265-MiNX[TGx]
2023-02-04 16:25:49 DEBUG    SNATCHQUEUE-SNATCH-393147 :: [] qBittorrent: Response to POST request is 
2023-02-04 16:25:49 DEBUG    SNATCHQUEUE-SNATCH-393147 :: [] With post data: hashes=9e76b5fa9b325c8f7c396fbf60785dcedb7e9cda&category=medusa
2023-02-04 16:25:49 DEBUG    SNATCHQUEUE-SNATCH-393147 :: [] User-Agent: Medusa/1.0.11 (Linux; 5.15.84-v7+; b212a262-a4a7-11ed-9153-b827ebedc85b)
2023-02-04 16:25:49 DEBUG    SNATCHQUEUE-SNATCH-393147 :: [] POST URL: http://192.168.0.100:1340/api/v2/torrents/setCategory [Status: 200]
2023-02-04 16:25:49 DEBUG    SNATCHQUEUE-SNATCH-393147 :: [] qBittorrent: Response to POST request is 
2023-02-04 16:25:49 DEBUG    SNATCHQUEUE-SNATCH-393147 :: [] With post data: hashes=9e76b5fa9b325c8f7c396fbf60785dcedb7e9cda
2023-02-04 16:25:49 DEBUG    SNATCHQUEUE-SNATCH-393147 :: [] User-Agent: Medusa/1.0.11 (Linux; 5.15.84-v7+; b212a262-a4a7-11ed-9153-b827ebedc85b)
2023-02-04 16:25:49 DEBUG    SNATCHQUEUE-SNATCH-393147 :: [] POST URL: http://192.168.0.100:1340/api/v2/torrents/resume [Status: 200]
2023-02-04 16:25:49 DEBUG    SNATCHQUEUE-SNATCH-393147 :: [] qBittorrent: Response to POST request is Ok.
2023-02-04 16:25:49 DEBUG    SNATCHQUEUE-SNATCH-393147 :: [] With post data: --e0acca01f994220cf60de174c4db18b7
 Content-Disposition: form-data; name="category"
 
 medusa
 --e0...
2023-02-04 16:25:49 DEBUG    SNATCHQUEUE-SNATCH-393147 :: [] User-Agent: Medusa/1.0.11 (Linux; 5.15.84-v7+; b212a262-a4a7-11ed-9153-b827ebedc85b)
2023-02-04 16:25:49 DEBUG    SNATCHQUEUE-SNATCH-393147 :: [] POST URL: http://192.168.0.100:1340/api/v2/torrents/add [Status: 200]
2023-02-04 16:25:49 INFO     SNATCHQUEUE-SNATCH-393147 :: [] Adding "Echo.3.S01E03.720p.WEB.x265-MiNX[TGx]" torrent to qBittorrent
2023-02-04 16:25:49 DEBUG    SNATCHQUEUE-SNATCH-393147 :: [] User-Agent: Medusa/1.0.11 (Linux; 5.15.84-v7+; b212a262-a4a7-11ed-9153-b827ebedc85b)
2023-02-04 16:25:49 DEBUG    SNATCHQUEUE-SNATCH-393147 :: [] GET URL: http://192.168.0.100:1340/api/v2/app/webapiVersion [Status: 200]
2023-02-04 16:25:49 DEBUG    SNATCHQUEUE-SNATCH-393147 :: [] With post data: username=**********&password=**********
2023-02-04 16:25:49 DEBUG    SNATCHQUEUE-SNATCH-393147 :: [] User-Agent: Medusa/1.0.11 (Linux; 5.15.84-v7+; b212a262-a4a7-11ed-9153-b827ebedc85b)
2023-02-04 16:25:49 DEBUG    SNATCHQUEUE-SNATCH-393147 :: [] POST URL: http://192.168.0.100:1340/api/v2/auth/login [Status: 200]
2023-02-04 16:25:49 DEBUG    SNATCHQUEUE-SNATCH-393147 :: [] User-Agent: Medusa/1.0.11 (Linux; 5.15.84-v7+; b212a262-a4a7-11ed-9153-b827ebedc85b)
2023-02-04 16:25:49 DEBUG    SNATCHQUEUE-SNATCH-393147 :: [] GET URL: http://192.168.0.100:9117/dl/1337x/?jackett_apikey=**********&path=Q2ZESjhEaV9Na0J6dFVOS3NOU001MUJZckoyMDN4UFRVT1Q3STVKNW5OMFF5dnVLUkdCb1dXM1VrWklVQ3VsSWNKbEVhUmRxQVJrN0xXRE1zMzRDbl9NYnRJN3E5bHdHR05nWEdmZHVLdW9RTTJrYnFKUmlSSmE5ZnJTTm42VzlkaHlmMmU5WEVOLWNzSUNCMFhBVkMwNm1QdVFadjNEVE83NHF0RHRjWjAya2FsOFZkcVJmR2ZQNGJFS3huRzJoQUFlNVNMeWwxcU1IRngxVDBPT29OejlGa3Bj&file=Echo.3.S01E03.720p.WEB.x265-MiNX%5BTGx%5D [Status: 200]
2023-02-04 16:25:39 DEBUG    SNATCHQUEUE-SNATCH-393147 :: [] User-Agent: Medusa/1.0.11 (Linux; 5.15.84-v7+; b212a262-a4a7-11ed-9153-b827ebedc85b)
2023-02-04 16:25:39 DEBUG    SNATCHQUEUE-SNATCH-393147 :: [] GET URL: http://192.168.0.100:9117/dl/1337x/?jackett_apikey=**********&path=Q2ZESjhEaV9Na0J6dFVOS3NOU001MUJZckoyMDN4UFRVT1Q3STVKNW5OMFF5dnVLUkdCb1dXM1VrWklVQ3VsSWNKbEVhUmRxQVJrN0xXRE1zMzRDbl9NYnRJN3E5bHdHR05nWEdmZHVLdW9RTTJrYnFKUmlSSmE5ZnJTTm42VzlkaHlmMmU5WEVOLWNzSUNCMFhBVkMwNm1QdVFadjNEVE83NHF0RHRjWjAya2FsOFZkcVJmR2ZQNGJFS3huRzJoQUFlNVNMeWwxcU1IRngxVDBPT29OejlGa3Bj&file=Echo.3.S01E03.720p.WEB.x265-MiNX%5BTGx%5D [Status: 200]
2023-02-04 16:25:29 DEBUG    SNATCHQUEUE-SNATCH-393147 :: [] Retrieving redirect URL for http://192.168.0.100:9117/dl/1337x/?jackett_apikey=**********&path=Q2ZESjhEaV9Na0J6dFVOS3NOU001MUJZckoyMDN4UFRVT1Q3STVKNW5OMFF5dnVLUkdCb1dXM1VrWklVQ3VsSWNKbEVhUmRxQVJrN0xXRE1zMzRDbl9NYnRJN3E5bHdHR05nWEdmZHVLdW9RTTJrYnFKUmlSSmE5ZnJTTm42VzlkaHlmMmU5WEVOLWNzSUNCMFhBVkMwNm1QdVFadjNEVE83NHF0RHRjWjAya2FsOFZkcVJmR2ZQNGJFS3huRzJoQUFlNVNMeWwxcU1IRngxVDBPT29OejlGa3Bj&file=Echo.3.S01E03.720p.WEB.x265-MiNX%5BTGx%5D
2023-02-04 16:25:29 INFO     SNATCHQUEUE-SNATCH-393147 :: [] Downloading Echo.3.S01E03.720p.WEB.x265-MiNX[TGx] with 331 seeders and 73 leechers and size 274.13 MB from 1337x Jackett, through a SearchType.MANUAL_SEARCH search
2023-02-04 16:25:29 INFO     SNATCHQUEUE-SNATCH-393147 :: [] Beginning to snatch release: Echo.3.S01E03.720p.WEB.x265-MiNX[TGx]
2023-02-04 16:25:28 DEBUG    Thread_0 :: [] Creating UNIQUE IDENTIFIER index for 1337x_jackett
2023-02-04 16:24:47 DEBUG    FORCEDSEARCHQUEUE-MANUAL-393147 :: [] 393147: Formatting pattern: %SN - S%0SE03 - %EN -> Echo 3 - S01E03 - The Gambler
2023-02-04 16:24:47 DEBUG    FORCEDSEARCHQUEUE-MANUAL-393147 :: [Nyaa Jacket] :: [] Found 0 unique search results
2023-02-04 16:24:47 DEBUG    FORCEDSEARCHQUEUE-MANUAL-393147 :: [Nyaa Jacket] :: [] No results returned from provider. Check chosen Torznab search categories in provider settings.
2023-02-04 16:24:47 DEBUG    FORCEDSEARCHQUEUE-MANUAL-393147 :: [Nyaa Jacket] :: [] User-Agent: Medusa/1.0.11 (Linux; 5.15.84-v7+; b212a262-a4a7-11ed-9153-b827ebedc85b)
2023-02-04 16:24:47 DEBUG    FORCEDSEARCHQUEUE-MANUAL-393147 :: [Nyaa Jacket] :: [] GET URL: **********api?apikey=**********&t=search&limit=100&offset=0&cat=5070%2C5000%2C140679&q=Echo+3+S01E03 [Status: 200]
2023-02-04 16:24:44 DEBUG    FORCEDSEARCHQUEUE-MANUAL-393147 :: [Nyaa Jacket] :: [] Search show using search string: Echo 3 S01E03
2023-02-04 16:24:44 DEBUG    FORCEDSEARCHQUEUE-MANUAL-393147 :: [Nyaa Jacket] :: [] Search mode: Episode
2023-02-04 16:24:44 DEBUG    FORCEDSEARCHQUEUE-MANUAL-393147 :: [Nyaa Jacket] :: [] Could not find all candidates in cache, searching provider.
2023-02-04 16:24:44 INFO     FORCEDSEARCHQUEUE-MANUAL-393147 :: [Nyaa Jacket] :: [] Performing episode search for Echo 3
2023-02-04 16:24:44 DEBUG    FORCEDSEARCHQUEUE-MANUAL-393147 :: [Limetorrents clone] :: [] Transaction with 16 queries executed
2023-02-04 16:24:44 DEBUG    FORCEDSEARCHQUEUE-MANUAL-393147 :: [Limetorrents clone] :: [] Mass updating cache table with manual results for provider: Limetorrents clone
2023-02-04 16:24:44 DEBUG    FORCEDSEARCHQUEUE-MANUAL-393147 :: [Limetorrents clone] :: [] Updating item: Echo.3.S01E03.480p.x264.RUBiK to cache: limetorrents_clone
2023-02-04 16:24:44 DEBUG    FORCEDSEARCHQUEUE-MANUAL-393147 :: [Limetorrents clone] :: [] Using cache item for Echo.3.S01E03.480p.x264.RUBiK
2023-02-04 16:24:44 DEBUG    FORCEDSEARCHQUEUE-MANUAL-393147 :: [Limetorrents clone] :: [] Adding to cache item found in manual search: Echo.3.S01E03.480p.x264.RUBiK
2023-02-04 16:24:44 DEBUG    FORCEDSEARCHQUEUE-MANUAL-393147 :: [Limetorrents clone] :: [] Updating item: Echo.3.S01E03.HDR.2160p.WEB.H265.GGEZ to cache: limetorrents_clone
2023-02-04 16:24:44 DEBUG    FORCEDSEARCHQUEUE-MANUAL-393147 :: [Limetorrents clone] :: [] Using cache item for Echo.3.S01E03.HDR.2160p.WEB.H265.GGEZ
2023-02-04 16:24:44 DEBUG    FORCEDSEARCHQUEUE-MANUAL-393147 :: [Limetorrents clone] :: [] Adding to cache item found in manual search: Echo.3.S01E03.HDR.2160p.WEB.H265.GGEZ
2023-02-04 16:24:44 DEBUG    FORCEDSEARCHQUEUE-MANUAL-393147 :: [Limetorrents clone] :: [] Updating item: Echo.3.S01E03.2160p.WEB.H265.GLHF to cache: limetorrents_clone
2023-02-04 16:24:44 DEBUG    FORCEDSEARCHQUEUE-MANUAL-393147 :: [Limetorrents clone] :: [] Using cache item for Echo.3.S01E03.2160p.WEB.H265.GLHF
2023-02-04 16:24:44 DEBUG    FORCEDSEARCHQUEUE-MANUAL-393147 :: [Limetorrents clone] :: [] Adding to cache item found in manual search: Echo.3.S01E03.2160p.WEB.H265.GLHF
2023-02-04 16:24:44 DEBUG    FORCEDSEARCHQUEUE-MANUAL-393147 :: [Limetorrents clone] :: [] Updating item: Echo.3.S01E03.2160p.ATVP.WEB.DL.DDP5.1.Atmos.DV.MKV.x265.NTb to cache: limetorrents_clone
2023-02-04 16:24:44 DEBUG    FORCEDSEARCHQUEUE-MANUAL-393147 :: [Limetorrents clone] :: [] Using cache item for Echo.3.S01E03.2160p.ATVP.WEB.DL.DDP5.1.Atmos.DV.MKV.x265.NTb
2023-02-04 16:24:44 DEBUG    FORCEDSEARCHQUEUE-MANUAL-393147 :: [Limetorrents clone] :: [] Adding to cache item found in manual search: Echo.3.S01E03.2160p.ATVP.WEB.DL.DDP5.1.Atmos.DV.MKV.x265.NTb

Episode S01E02 is removed after it is changed to SeededAction (17:39:53) in one Downloadhandler cycle and is removed in the next cycle at 17:44:53.

2023-02-04 17:54:54 INFO	DOWNLOADHANDLER :: Qbittorrent torrent: [] using state: [stalledUP]
2023-02-04 17:54:54 INFO	DOWNLOADHANDLER :: Qbittorrent torrent: [] using state: [stalledUP]
2023-02-04 17:54:54 DEBUG	DOWNLOADHANDLER :: qBittorrent: Response to GET request is [{"added_on":1675527949,"amount_left":0,"auto_tmm":true,"availability":-1,"category":"medusa","completed":287429057,"completion_on":1675528099,"dl_limit":-1,"dlspeed":0,"downloaded":287847287,"downloaded_session":287847287,"eta":8640000,"f_l_piece_prio":false,"force_start":false,"hash":"9e76b5fa9b325c8f7c396fbf60785dcedb7e9cda","last_activity":1675528099,"magnet_uri":"magnet:?xt=urn:btih:9e76b5fa9b325c8f7c396fbf60785dcedb7e9cda&dn=Echo.3.S01E03.720p.WEB.x265-MiNX%5bTGx%5d&tr=http%3a%2f%2fatrack.pow7.com%2fannounce&tr=http%3a%2f%2fopen.acgtracker.com%3a1096%2fannounce&tr=http%3a%2f%2fpow7.com%3a80%2fannounce&tr=http%3a%2f%2ftracker.bittor.pw%3a1337%2fannounce&tr=http%3a%2f%2ftracker.dler.org%3a6969%2fannounce&tr=http%3a%2f%2ftracker.opentrackr.org%3a1337%2fannounce&tr=http%3a%2f%2ftracker.yoshi210.com%3a6969%2fannounce&tr=udp%3a%2f%2f9.rarbg.me%3a2780%2fannounce&tr=udp%3a%2f%2fexplodie.org%3a6969%2fannounce&tr=udp%3a%2f%2fp4p.arenabg.com%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.bittor.pw%3a1337%2fannounce&tr=u...
2023-02-04 17:54:54 DEBUG	DOWNLOADHANDLER :: User-Agent: Medusa/1.0.11 (Linux; 5.15.84-v7+; b212a262-a4a7-11ed-9153-b827ebedc85b)
2023-02-04 17:54:54 DEBUG	DOWNLOADHANDLER :: GET URL: http://192.168.0.100:1340/api/v2/torrents/info [Status: 200]
2023-02-04 17:54:54 DEBUG	DOWNLOADHANDLER :: User-Agent: Medusa/1.0.11 (Linux; 5.15.84-v7+; b212a262-a4a7-11ed-9153-b827ebedc85b)
2023-02-04 17:54:54 DEBUG	DOWNLOADHANDLER :: GET URL: http://192.168.0.100:1340/api/v2/app/webapiVersion [Status: 200]
2023-02-04 17:54:54 DEBUG	DOWNLOADHANDLER :: With post data: username=**********&password=**********
2023-02-04 17:54:54 DEBUG	DOWNLOADHANDLER :: User-Agent: Medusa/1.0.11 (Linux; 5.15.84-v7+; b212a262-a4a7-11ed-9153-b827ebedc85b)
2023-02-04 17:54:54 DEBUG	DOWNLOADHANDLER :: POST URL: http://192.168.0.100:1340/api/v2/auth/login [Status: 200]
2023-02-04 17:54:54 DEBUG	DOWNLOADHANDLER :: Starting new thread: DOWNLOADHANDLER
2023-02-04 17:49:54 INFO	DOWNLOADHANDLER :: Qbittorrent torrent: [] using state: [stalledUP]
2023-02-04 17:49:54 INFO	DOWNLOADHANDLER :: Qbittorrent torrent: [] using state: [stalledUP]
2023-02-04 17:49:54 DEBUG	DOWNLOADHANDLER :: qBittorrent: Response to GET request is [{"added_on":1675527949,"amount_left":0,"auto_tmm":true,"availability":-1,"category":"medusa","completed":287429057,"completion_on":1675528099,"dl_limit":-1,"dlspeed":0,"downloaded":287847287,"downloaded_session":287847287,"eta":8640000,"f_l_piece_prio":false,"force_start":false,"hash":"9e76b5fa9b325c8f7c396fbf60785dcedb7e9cda","last_activity":1675528099,"magnet_uri":"magnet:?xt=urn:btih:9e76b5fa9b325c8f7c396fbf60785dcedb7e9cda&dn=Echo.3.S01E03.720p.WEB.x265-MiNX%5bTGx%5d&tr=http%3a%2f%2fatrack.pow7.com%2fannounce&tr=http%3a%2f%2fopen.acgtracker.com%3a1096%2fannounce&tr=http%3a%2f%2fpow7.com%3a80%2fannounce&tr=http%3a%2f%2ftracker.bittor.pw%3a1337%2fannounce&tr=http%3a%2f%2ftracker.dler.org%3a6969%2fannounce&tr=http%3a%2f%2ftracker.opentrackr.org%3a1337%2fannounce&tr=http%3a%2f%2ftracker.yoshi210.com%3a6969%2fannounce&tr=udp%3a%2f%2f9.rarbg.me%3a2780%2fannounce&tr=udp%3a%2f%2fexplodie.org%3a6969%2fannounce&tr=udp%3a%2f%2fp4p.arenabg.com%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.bittor.pw%3a1337%2fannounce&tr=u...
2023-02-04 17:49:54 DEBUG	DOWNLOADHANDLER :: User-Agent: Medusa/1.0.11 (Linux; 5.15.84-v7+; b212a262-a4a7-11ed-9153-b827ebedc85b)
2023-02-04 17:49:54 DEBUG	DOWNLOADHANDLER :: GET URL: http://192.168.0.100:1340/api/v2/torrents/info [Status: 200]
2023-02-04 17:49:54 DEBUG	DOWNLOADHANDLER :: User-Agent: Medusa/1.0.11 (Linux; 5.15.84-v7+; b212a262-a4a7-11ed-9153-b827ebedc85b)
2023-02-04 17:49:54 DEBUG	DOWNLOADHANDLER :: GET URL: http://192.168.0.100:1340/api/v2/app/webapiVersion [Status: 200]
2023-02-04 17:49:54 DEBUG	DOWNLOADHANDLER :: With post data: username=**********&password=**********
2023-02-04 17:49:54 DEBUG	DOWNLOADHANDLER :: User-Agent: Medusa/1.0.11 (Linux; 5.15.84-v7+; b212a262-a4a7-11ed-9153-b827ebedc85b)
2023-02-04 17:49:54 DEBUG	DOWNLOADHANDLER :: POST URL: http://192.168.0.100:1340/api/v2/auth/login [Status: 200]
2023-02-04 17:49:54 DEBUG	DOWNLOADHANDLER :: Starting new thread: DOWNLOADHANDLER

2023-02-04 17:44:53 INFO	DOWNLOADHANDLER :: Updating status to [SeededAction, Removed] for Echo.3.S01E02.720p.WEB.x265.MiNX[TGx] with info_hash 0fb4ee35270ba4aef890dd74c013c08a73298ab3
2023-02-04 17:44:53 DEBUG	DOWNLOADHANDLER :: Cannot find torrent on ********** with info_hash 0fb4ee35270ba4aef890dd74c013c08a73298ab3Adding status Removed, to prevent from future processing.
2023-02-04 17:44:53 DEBUG	DOWNLOADHANDLER :: Could not locate torrent with 0fb4ee35270ba4aef890dd74c013c08a73298ab3 status.
2023-02-04 17:44:53 INFO	DOWNLOADHANDLER :: Qbittorrent torrent: [] using state: [stalledUP]
2023-02-04 17:44:53 INFO	DOWNLOADHANDLER :: Qbittorrent torrent: [] using state: [stalledUP]
2023-02-04 17:44:53 DEBUG	DOWNLOADHANDLER :: qBittorrent: Response to GET request is [{"added_on":1675527949,"amount_left":0,"auto_tmm":true,"availability":-1,"category":"medusa","completed":287429057,"completion_on":1675528099,"dl_limit":-1,"dlspeed":0,"downloaded":287847287,"downloaded_session":287847287,"eta":8640000,"f_l_piece_prio":false,"force_start":false,"hash":"9e76b5fa9b325c8f7c396fbf60785dcedb7e9cda","last_activity":1675528099,"magnet_uri":"magnet:?xt=urn:btih:9e76b5fa9b325c8f7c396fbf60785dcedb7e9cda&dn=Echo.3.S01E03.720p.WEB.x265-MiNX%5bTGx%5d&tr=http%3a%2f%2fatrack.pow7.com%2fannounce&tr=http%3a%2f%2fopen.acgtracker.com%3a1096%2fannounce&tr=http%3a%2f%2fpow7.com%3a80%2fannounce&tr=http%3a%2f%2ftracker.bittor.pw%3a1337%2fannounce&tr=http%3a%2f%2ftracker.dler.org%3a6969%2fannounce&tr=http%3a%2f%2ftracker.opentrackr.org%3a1337%2fannounce&tr=http%3a%2f%2ftracker.yoshi210.com%3a6969%2fannounce&tr=udp%3a%2f%2f9.rarbg.me%3a2780%2fannounce&tr=udp%3a%2f%2fexplodie.org%3a6969%2fannounce&tr=udp%3a%2f%2fp4p.arenabg.com%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.bittor.pw%3a1337%2fannounce&tr=u...
2023-02-04 17:44:53 DEBUG	DOWNLOADHANDLER :: User-Agent: Medusa/1.0.11 (Linux; 5.15.84-v7+; b212a262-a4a7-11ed-9153-b827ebedc85b)
2023-02-04 17:44:53 DEBUG	DOWNLOADHANDLER :: GET URL: http://192.168.0.100:1340/api/v2/torrents/info [Status: 200]
2023-02-04 17:44:53 DEBUG	DOWNLOADHANDLER :: User-Agent: Medusa/1.0.11 (Linux; 5.15.84-v7+; b212a262-a4a7-11ed-9153-b827ebedc85b)
2023-02-04 17:44:53 DEBUG	DOWNLOADHANDLER :: GET URL: http://192.168.0.100:1340/api/v2/app/webapiVersion [Status: 200]
2023-02-04 17:44:53 DEBUG	DOWNLOADHANDLER :: With post data: username=**********&password=**********
2023-02-04 17:44:53 DEBUG	DOWNLOADHANDLER :: User-Agent: Medusa/1.0.11 (Linux; 5.15.84-v7+; b212a262-a4a7-11ed-9153-b827ebedc85b)
2023-02-04 17:44:53 DEBUG	DOWNLOADHANDLER :: POST URL: http://192.168.0.100:1340/api/v2/auth/login [Status: 200]
2023-02-04 17:44:53 DEBUG	DOWNLOADHANDLER :: Starting new thread: DOWNLOADHANDLER
2023-02-04 17:39:53 INFO	DOWNLOADHANDLER :: Qbittorrent torrent: [] using state: [stalledUP]
2023-02-04 17:39:53 INFO	DOWNLOADHANDLER :: Qbittorrent torrent: [] using state: [stalledUP]
2023-02-04 17:39:53 INFO	DOWNLOADHANDLER :: Updating status to [SeededAction] for Echo.3.S01E02.720p.WEB.x265.MiNX[TGx] with info_hash 0fb4ee35270ba4aef890dd74c013c08a73298ab3
2023-02-04 17:39:53 DEBUG	DOWNLOADHANDLER :: qBittorrent: Response to POST request is 
2023-02-04 17:39:53 DEBUG	DOWNLOADHANDLER :: With post data: hashes=0fb4ee35270ba4aef890dd74c013c08a73298ab3&deleteFiles=False
2023-02-04 17:39:53 DEBUG	DOWNLOADHANDLER :: User-Agent: Medusa/1.0.11 (Linux; 5.15.84-v7+; b212a262-a4a7-11ed-9153-b827ebedc85b)
2023-02-04 17:39:53 DEBUG	DOWNLOADHANDLER :: POST URL: http://192.168.0.100:1340/api/v2/torrents/delete [Status: 200]
2023-02-04 17:39:53 DEBUG	DOWNLOADHANDLER :: Ratio of (0.0) reached for torrent 0fb4ee35270ba4aef890dd74c013c08a73298ab3, starting action: remove.
2023-02-04 17:39:53 DEBUG	DOWNLOADHANDLER :: Action after seeding disabled
2023-02-04 17:39:53 INFO	DOWNLOADHANDLER :: Qbittorrent torrent: [] using state: [stalledUP]
2023-02-04 17:39:53 INFO	DOWNLOADHANDLER :: Qbittorrent torrent: [] using state: [stalledUP]
2023-02-04 17:39:53 DEBUG	DOWNLOADHANDLER :: qBittorrent: Response to GET request is [{"added_on":1675527949,"amount_left":0,"auto_tmm":true,"availability":-1,"category":"medusa","completed":287429057,"completion_on":1675528099,"dl_limit":-1,"dlspeed":0,"downloaded":287847287,"downloaded_session":287847287,"eta":8640000,"f_l_piece_prio":false,"force_start":false,"hash":"9e76b5fa9b325c8f7c396fbf60785dcedb7e9cda","last_activity":1675528099,"magnet_uri":"magnet:?xt=urn:btih:9e76b5fa9b325c8f7c396fbf60785dcedb7e9cda&dn=Echo.3.S01E03.720p.WEB.x265-MiNX%5bTGx%5d&tr=http%3a%2f%2fatrack.pow7.com%2fannounce&tr=http%3a%2f%2fopen.acgtracker.com%3a1096%2fannounce&tr=http%3a%2f%2fpow7.com%3a80%2fannounce&tr=http%3a%2f%2ftracker.bittor.pw%3a1337%2fannounce&tr=http%3a%2f%2ftracker.dler.org%3a6969%2fannounce&tr=http%3a%2f%2ftracker.opentrackr.org%3a1337%2fannounce&tr=http%3a%2f%2ftracker.yoshi210.com%3a6969%2fannounce&tr=udp%3a%2f%2f9.rarbg.me%3a2780%2fannounce&tr=udp%3a%2f%2fexplodie.org%3a6969%2fannounce&tr=udp%3a%2f%2fp4p.arenabg.com%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.bittor.pw%3a1337%2fannounce&tr=u...
2023-02-04 17:39:53 DEBUG	DOWNLOADHANDLER :: User-Agent: Medusa/1.0.11 (Linux; 5.15.84-v7+; b212a262-a4a7-11ed-9153-b827ebedc85b)
2023-02-04 17:39:53 DEBUG	DOWNLOADHANDLER :: GET URL: http://192.168.0.100:1340/api/v2/torrents/info [Status: 200]
2023-02-04 17:39:53 DEBUG	DOWNLOADHANDLER :: User-Agent: Medusa/1.0.11 (Linux; 5.15.84-v7+; b212a262-a4a7-11ed-9153-b827ebedc85b)
2023-02-04 17:39:53 DEBUG	DOWNLOADHANDLER :: GET URL: http://192.168.0.100:1340/api/v2/app/webapiVersion [Status: 200]
2023-02-04 17:39:53 DEBUG	DOWNLOADHANDLER :: With post data: username=**********&password=**********
2023-02-04 17:39:53 DEBUG	DOWNLOADHANDLER :: User-Agent: Medusa/1.0.11 (Linux; 5.15.84-v7+; b212a262-a4a7-11ed-9153-b827ebedc85b)
2023-02-04 17:39:53 DEBUG	DOWNLOADHANDLER :: POST URL: http://192.168.0.100:1340/api/v2/auth/login [Status: 200]
2023-02-04 17:39:53 DEBUG	DOWNLOADHANDLER :: Starting new thread: DOWNLOADHANDLER

2023-02-04 17:34:54 INFO	POSTPROCESSQUEUE-POST-PROCESS :: Completed Postproccessing
2023-02-04 17:34:54 INFO	POSTPROCESSQUEUE-POST-PROCESS :: Updated history with resource path: /mnt/usb/medusa/ and resource:  with new status Completed, Postprocessed
2023-02-04 17:34:54 INFO	POSTPROCESSQUEUE-POST-PROCESS :: Post-processing completed.
2023-02-04 17:34:54 DEBUG	POSTPROCESSQUEUE-POST-PROCESS :: Deleted folder: /mnt/usb/medusa/Echo.3.S01E02.720p.WEB.x265-MiNX[TGx]
2023-02-04 17:34:54 INFO	POSTPROCESSQUEUE-POST-PROCESS :: Deleting folder (if it's empty): /mnt/usb/medusa/Echo.3.S01E02.720p.WEB.x265-MiNX[TGx]
2023-02-04 17:34:54 DEBUG	POSTPROCESSQUEUE-POST-PROCESS :: Deleting file: source.txt
2023-02-04 17:34:54 DEBUG	POSTPROCESSQUEUE-POST-PROCESS :: Deleting file: [TGx]Downloaded from torrentgalaxy.to .txt
2023-02-04 17:34:54 INFO	POSTPROCESSQUEUE-POST-PROCESS :: Processing succeeded for /mnt/usb/medusa/Echo.3.S01E02.720p.WEB.x265-MiNX[TGx]/Echo.3.S01E02.720p.WEB.x265-MiNX.mkv
2023-02-04 17:34:54 DEBUG	POSTPROCESSQUEUE-POST-PROCESS :: Notification for NMJ scan update not enabled, skipping this notification
2023-02-04 17:34:54 DEBUG	POSTPROCESSQUEUE-POST-PROCESS :: Transaction with 1 queries executed
2023-02-04 17:34:54 DEBUG	POSTPROCESSQUEUE-POST-PROCESS :: 393147: Setter sets location to /mnt/usb/Shows/Echo 3/Season 01/Echo 3 - S01E02 - Tora Bora in the City.mkv
2023-02-04 17:34:54 DEBUG	POSTPROCESSQUEUE-POST-PROCESS :: Not running as root or owner of /mnt/usb/Shows/Echo 3/Season 01/Echo 3 - S01E02 - Tora Bora in the City.mkv, not trying to set permissions
2023-02-04 17:34:54 DEBUG	POSTPROCESSQUEUE-POST-PROCESS :: Moving file from /mnt/usb/medusa/Echo.3.S01E02.720p.WEB.x265-MiNX[TGx]/Echo.3.S01E02.720p.WEB.x265-MiNX.mkv to /mnt/usb/Shows/Echo 3/Season 01/Echo 3 - S01E02 - Tora Bora in the City.mkv 
2023-02-04 17:34:54 DEBUG	POSTPROCESSQUEUE-POST-PROCESS :: Checking if the path /mnt/usb/Shows/Echo 3/Season 01 already exists
2023-02-04 17:34:54 DEBUG	POSTPROCESSQUEUE-POST-PROCESS :: Destination folder for this episode: /mnt/usb/Shows/Echo 3/Season 01
2023-02-04 17:34:54 DEBUG	POSTPROCESSQUEUE-POST-PROCESS :: 393147: Formatting pattern: Season %0S -> Season 01
2023-02-04 17:34:54 DEBUG	POSTPROCESSQUEUE-POST-PROCESS :: Found codec for Echo 3 Tora Bora in the City
2023-02-04 17:34:54 DEBUG	POSTPROCESSQUEUE-POST-PROCESS :: Parsed Echo.3.S01E02.720p.WEB.x265-MiNX into title: Echo 3, season: 1, episode: [2], screen_size: 720p, source: Web, video_codec: H.265, video_encoder: x265, release_group: MiNX, type: episode, parsing_time: 0.26257777214050293, absolute_episode: [], quality: 720p WEB-DL, total_time: 0.2627720832824707
2023-02-04 17:34:54 DEBUG	POSTPROCESSQUEUE-POST-PROCESS :: Matched release Echo.3.S01E02.720p.WEB.x265-MiNX to a series in your database: Echo 3 using guessit title: Echo 3
2023-02-04 17:34:54 DEBUG	POSTPROCESSQUEUE-POST-PROCESS :: New guessit parse for item Echo.3.S01E02.720p.WEB.x265-MiNX
2023-02-04 17:34:54 DEBUG	POSTPROCESSQUEUE-POST-PROCESS :: Trying guessit cache for item Echo.3.S01E02.720p.WEB.x265-MiNX
2023-02-04 17:34:54 DEBUG	POSTPROCESSQUEUE-POST-PROCESS :: 393147: Formatting pattern: %SN - S%0SE02 - %EN -> Echo 3 - S01E02 - Tora Bora in the City
2023-02-04 17:34:54 DEBUG	POSTPROCESSQUEUE-POST-PROCESS :: Found codec for Echo 3 Tora Bora in the City
2023-02-04 17:34:54 DEBUG	POSTPROCESSQUEUE-POST-PROCESS :: Parsed Echo.3.S01E02.720p.WEB.x265-MiNX into title: Echo 3, season: 1, episode: [2], screen_size: 720p, source: Web, video_codec: H.265, video_encoder: x265, release_group: MiNX, type: episode, parsing_time: 0.26214075088500977, absolute_episode: [], quality: 720p WEB-DL, total_time: 0.26233625411987305
2023-02-04 17:34:54 DEBUG	POSTPROCESSQUEUE-POST-PROCESS :: Matched release Echo.3.S01E02.720p.WEB.x265-MiNX to a series in your database: Echo 3 using guessit title: Echo 3
2023-02-04 17:34:54 DEBUG	POSTPROCESSQUEUE-POST-PROCESS :: New guessit parse for item Echo.3.S01E02.720p.WEB.x265-MiNX
2023-02-04 17:34:54 DEBUG	POSTPROCESSQUEUE-POST-PROCESS :: Trying guessit cache for item Echo.3.S01E02.720p.WEB.x265-MiNX
2023-02-04 17:34:54 DEBUG	POSTPROCESSQUEUE-POST-PROCESS :: Folder name (Echo.3.S01E02.720p.WEB.x265-MiNX[TGx]) appears to be a valid release name. Using it.
2023-02-04 17:34:54 DEBUG	POSTPROCESSQUEUE-POST-PROCESS :: Using cache item for Echo.3.S01E02.720p.WEB.x265-MiNX[TGx]
2023-02-04 17:34:54 DEBUG	POSTPROCESSQUEUE-POST-PROCESS :: Found release name Echo.3.S01E02.720p.WEB.x265-MiNX
2023-02-04 17:34:54 DEBUG	POSTPROCESSQUEUE-POST-PROCESS :: Trying to determine free space on destination drive
2023-02-04 17:34:54 INFO	POSTPROCESSQUEUE-POST-PROCESS :: This download is marked a priority download so I'm going to replace an existing file if I find one
2023-02-04 17:34:54 DEBUG	POSTPROCESSQUEUE-POST-PROCESS :: There is no existing file so there's no worries about replacing it
2023-02-04 17:34:54 INFO	POSTPROCESSQUEUE-POST-PROCESS :: New size: 225.78 MB
2023-02-04 17:34:54 INFO	POSTPROCESSQUEUE-POST-PROCESS :: New file: /mnt/usb/medusa/Echo.3.S01E02.720p.WEB.x265-MiNX[TGx]/Echo.3.S01E02.720p.WEB.x265-MiNX.mkv
2023-02-04 17:34:54 DEBUG	POSTPROCESSQUEUE-POST-PROCESS :: This episode is a priority download: True
2023-02-04 17:34:54 DEBUG	POSTPROCESSQUEUE-POST-PROCESS :: Proper: False
2023-02-04 17:34:54 DEBUG	POSTPROCESSQUEUE-POST-PROCESS :: New quality: 720p WEB-DL
2023-02-04 17:34:54 DEBUG	POSTPROCESSQUEUE-POST-PROCESS :: Current quality: 720p WEB-DL
2023-02-04 17:34:54 DEBUG	POSTPROCESSQUEUE-POST-PROCESS :: Resource name: None
2023-02-04 17:34:54 DEBUG	POSTPROCESSQUEUE-POST-PROCESS :: Info hash: 0fb4ee35270ba4aef890dd74c013c08a73298ab3
2023-02-04 17:34:54 DEBUG	POSTPROCESSQUEUE-POST-PROCESS :: Manually snatched: True
2023-02-04 17:34:54 DEBUG	POSTPROCESSQUEUE-POST-PROCESS :: Snatch in history: True
2023-02-04 17:34:54 DEBUG	POSTPROCESSQUEUE-POST-PROCESS :: Quality of the episode we are processing: 720p WEB-DL
2023-02-04 17:34:54 DEBUG	POSTPROCESSQUEUE-POST-PROCESS :: This episode was found in history as SNATCHED.
2023-02-04 17:34:54 DEBUG	POSTPROCESSQUEUE-POST-PROCESS :: The episode file has a quality in it, using that: 720p WEB-DL
2023-02-04 17:34:54 DEBUG	POSTPROCESSQUEUE-POST-PROCESS :: Retrieving episode object for Echo 3 S01E02
2023-02-04 17:34:54 DEBUG	POSTPROCESSQUEUE-POST-PROCESS :: Show information parsed from file name
2023-02-04 17:34:54 DEBUG	POSTPROCESSQUEUE-POST-PROCESS :: Parsed Echo.3.S01E02.720p.WEB.x265-MiNX.mkv into title: Echo 3, season: 1, episode: [2], screen_size: 720p, source: Web, video_codec: H.265, video_encoder: x265, release_group: MiNX, container: mkv, mimetype: video/x-matroska, type: episode, parsing_time: 0.2915966510772705, absolute_episode: [], quality: 720p WEB-DL, total_time: 0.2944028377532959 and added to cache
2023-02-04 17:34:54 DEBUG	POSTPROCESSQUEUE-POST-PROCESS :: Matched release Echo.3.S01E02.720p.WEB.x265-MiNX.mkv to a series in your database: Echo 3 using guessit title: Echo 3
2023-02-04 17:34:54 DEBUG	POSTPROCESSQUEUE-POST-PROCESS :: No mapping found, returning passed season and episode S01E02 for show Echo 3
2023-02-04 17:34:53 DEBUG	POSTPROCESSQUEUE-POST-PROCESS :: New guessit parse for item Echo.3.S01E02.720p.WEB.x265-MiNX.mkv
2023-02-04 17:34:53 DEBUG	POSTPROCESSQUEUE-POST-PROCESS :: Trying guessit cache for item Echo.3.S01E02.720p.WEB.x265-MiNX.mkv
2023-02-04 17:34:53 DEBUG	POSTPROCESSQUEUE-POST-PROCESS :: Analyzing name: Echo.3.S01E02.720p.WEB.x265-MiNX.mkv
2023-02-04 17:34:53 INFO	POSTPROCESSQUEUE-POST-PROCESS :: Processing /mnt/usb/medusa/Echo.3.S01E02.720p.WEB.x265-MiNX[TGx]/Echo.3.S01E02.720p.WEB.x265-MiNX.mkv
2023-02-04 17:34:53 DEBUG	POSTPROCESSQUEUE-POST-PROCESS :: Found unwanted files: ['[TGx]Downloaded from torrentgalaxy.to .txt', 'source.txt']
2023-02-04 17:34:53 DEBUG	POSTPROCESSQUEUE-POST-PROCESS :: Post-processing video files: ['Echo.3.S01E02.720p.WEB.x265-MiNX.mkv']
2023-02-04 17:34:53 DEBUG	POSTPROCESSQUEUE-POST-PROCESS :: Post-processing files: ['Echo.3.S01E02.720p.WEB.x265-MiNX.mkv', '[TGx]Downloaded from torrentgalaxy.to .txt', 'source.txt']
2023-02-04 17:34:53 DEBUG	POSTPROCESSQUEUE-POST-PROCESS :: Processing folder: /mnt/usb/medusa/Echo.3.S01E02.720p.WEB.x265-MiNX[TGx]
2023-02-04 17:34:53 DEBUG	POSTPROCESSQUEUE-POST-PROCESS :: No resource_name passed, using path [/mnt/usb/medusa/Echo.3.S01E02.720p.WEB.x265-MiNX[TGx]] to process as a source folder
2023-02-04 17:34:53 DEBUG	POSTPROCESSQUEUE-POST-PROCESS :: No processable items found in folder: /mnt/usb/medusa
2023-02-04 17:34:53 INFO	POSTPROCESSQUEUE-POST-PROCESS :: Processing path: /mnt/usb/medusa/
2023-02-04 17:34:53 INFO	POSTPROCESSQUEUE-POST-PROCESS :: Beginning postprocessing for path /mnt/usb/medusa/ and resource 
2023-02-04 17:34:52 INFO	DOWNLOADHANDLER :: Qbittorrent torrent: [] using state: [stalledUP]
2023-02-04 17:34:52 INFO	DOWNLOADHANDLER :: Qbittorrent torrent: [] using state: [stalledUP]
2023-02-04 17:34:52 INFO	DOWNLOADHANDLER :: Qbittorrent torrent: [] using state: [stalledUP]
2023-02-04 17:34:52 DEBUG	DOWNLOADHANDLER :: Sending postprocess job for torrent with info_hash: 0fb4ee35270ba4aef890dd74c013c08a73298ab3
status: Completed
client: **********
destination: /mnt/usb/medusa/
resource: Echo.3.S01E02.720p.WEB.x265.MiNX[TGx]
2023-02-04 17:34:52 INFO	DOWNLOADHANDLER :: Qbittorrent torrent: [] using state: [stalledUP]
2023-02-04 17:34:52 INFO	DOWNLOADHANDLER :: Updating status to [Completed] for Echo.3.S01E02.720p.WEB.x265.MiNX[TGx] with info_hash 0fb4ee35270ba4aef890dd74c013c08a73298ab3
2023-02-04 17:34:52 DEBUG	DOWNLOADHANDLER :: Found torrent on ********** with info_hash 0fb4ee35270ba4aef890dd74c013c08a73298ab3
2023-02-04 17:34:52 INFO	DOWNLOADHANDLER :: Qbittorrent torrent: [] using state: [stalledUP]
2023-02-04 17:34:52 DEBUG	DOWNLOADHANDLER :: qBittorrent: Response to GET request is [{"added_on":1675527949,"amount_left":0,"auto_tmm":true,"availability":-1,"category":"medusa","completed":287429057,"completion_on":1675528099,"dl_limit":-1,"dlspeed":0,"downloaded":287847287,"downloaded_session":287847287,"eta":8640000,"f_l_piece_prio":false,"force_start":false,"hash":"9e76b5fa9b325c8f7c396fbf60785dcedb7e9cda","last_activity":1675528099,"magnet_uri":"magnet:?xt=urn:btih:9e76b5fa9b325c8f7c396fbf60785dcedb7e9cda&dn=Echo.3.S01E03.720p.WEB.x265-MiNX%5bTGx%5d&tr=http%3a%2f%2fatrack.pow7.com%2fannounce&tr=http%3a%2f%2fopen.acgtracker.com%3a1096%2fannounce&tr=http%3a%2f%2fpow7.com%3a80%2fannounce&tr=http%3a%2f%2ftracker.bittor.pw%3a1337%2fannounce&tr=http%3a%2f%2ftracker.dler.org%3a6969%2fannounce&tr=http%3a%2f%2ftracker.opentrackr.org%3a1337%2fannounce&tr=http%3a%2f%2ftracker.yoshi210.com%3a6969%2fannounce&tr=udp%3a%2f%2f9.rarbg.me%3a2780%2fannounce&tr=udp%3a%2f%2fexplodie.org%3a6969%2fannounce&tr=udp%3a%2f%2fp4p.arenabg.com%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.bittor.pw%3a1337%2fannounce&tr=u...
2023-02-04 17:34:52 DEBUG	DOWNLOADHANDLER :: User-Agent: Medusa/1.0.11 (Linux; 5.15.84-v7+; b212a262-a4a7-11ed-9153-b827ebedc85b)
2023-02-04 17:34:52 DEBUG	DOWNLOADHANDLER :: GET URL: http://192.168.0.100:1340/api/v2/torrents/info [Status: 200]
2023-02-04 17:34:52 DEBUG	DOWNLOADHANDLER :: User-Agent: Medusa/1.0.11 (Linux; 5.15.84-v7+; b212a262-a4a7-11ed-9153-b827ebedc85b)
2023-02-04 17:34:52 DEBUG	DOWNLOADHANDLER :: GET URL: http://192.168.0.100:1340/api/v2/app/webapiVersion [Status: 200]
2023-02-04 17:34:52 DEBUG	DOWNLOADHANDLER :: With post data: username=**********&password=**********
2023-02-04 17:34:52 DEBUG	DOWNLOADHANDLER :: User-Agent: Medusa/1.0.11 (Linux; 5.15.84-v7+; b212a262-a4a7-11ed-9153-b827ebedc85b)
2023-02-04 17:34:52 DEBUG	DOWNLOADHANDLER :: POST URL: http://192.168.0.100:1340/api/v2/auth/login [Status: 200]
2023-02-04 17:34:52 DEBUG	DOWNLOADHANDLER :: Starting new thread: DOWNLOADHANDLER

2023-02-04 17:31:53 INFO	FORCEDSEARCHQUEUE-MANUAL-393147 :: 1337x Jackett :: Picked Echo.3.S01E02.720p.WEB.x265.MiNX[TGx] as the best result.
2023-02-04 17:31:53 DEBUG	FORCEDSEARCHQUEUE-MANUAL-393147 :: 1337x Jackett :: Computed result scores:

Episode S01E01 also isn't removed. But the DOWNLOADHANDLER noticed that I removed S01E03 via the qBittorrent WebUI manually at 18:50:23 and updates its status.

2023-02-04 19:45:11 DEBUG	DOWNLOADHANDLER :: User-Agent: Medusa/1.0.11 (Linux; 5.15.84-v7+; b212a262-a4a7-11ed-9153-b827ebedc85b)
2023-02-04 19:45:11 DEBUG	DOWNLOADHANDLER :: GET URL: http://192.168.0.100:1340/api/v2/app/webapiVersion [Status: 200]
2023-02-04 19:45:11 DEBUG	DOWNLOADHANDLER :: With post data: username=**********&password=**********
2023-02-04 19:45:11 DEBUG	DOWNLOADHANDLER :: User-Agent: Medusa/1.0.11 (Linux; 5.15.84-v7+; b212a262-a4a7-11ed-9153-b827ebedc85b)
2023-02-04 19:45:11 DEBUG	DOWNLOADHANDLER :: POST URL: http://192.168.0.100:1340/api/v2/auth/login [Status: 200]
2023-02-04 19:45:11 DEBUG	DOWNLOADHANDLER :: Starting new thread: DOWNLOADHANDLER
2023-02-04 19:40:10 INFO	DOWNLOADHANDLER :: Updating status to [Completed, Postprocessed, Removed] for Echo.3.S01E01.720p.WEB.x265-MiNX[TGx] with info_hash 2d0f191d18cb9fe15bd5173a47a847317d1bbaf1
2023-02-04 19:40:10 DEBUG	DOWNLOADHANDLER :: Cannot find torrent on ********** with info_hash 2d0f191d18cb9fe15bd5173a47a847317d1bbaf1Adding status Removed, to prevent from future processing.
2023-02-04 19:40:10 DEBUG	DOWNLOADHANDLER :: Could not locate torrent with 2d0f191d18cb9fe15bd5173a47a847317d1bbaf1 status.
2023-02-04 19:40:10 DEBUG	DOWNLOADHANDLER :: Could not locate torrent with 2d0f191d18cb9fe15bd5173a47a847317d1bbaf1 status.
2023-02-04 19:40:10 DEBUG	DOWNLOADHANDLER :: User-Agent: Medusa/1.0.11 (Linux; 5.15.84-v7+; b212a262-a4a7-11ed-9153-b827ebedc85b)
2023-02-04 19:40:10 DEBUG	DOWNLOADHANDLER :: GET URL: http://192.168.0.100:1340/api/v2/torrents/info [Status: 200]
2023-02-04 19:40:10 DEBUG	DOWNLOADHANDLER :: User-Agent: Medusa/1.0.11 (Linux; 5.15.84-v7+; b212a262-a4a7-11ed-9153-b827ebedc85b)
2023-02-04 19:40:10 DEBUG	DOWNLOADHANDLER :: GET URL: http://192.168.0.100:1340/api/v2/app/webapiVersion [Status: 200]
2023-02-04 19:40:10 DEBUG	DOWNLOADHANDLER :: With post data: username=**********&password=**********
2023-02-04 19:40:10 DEBUG	DOWNLOADHANDLER :: User-Agent: Medusa/1.0.11 (Linux; 5.15.84-v7+; b212a262-a4a7-11ed-9153-b827ebedc85b)
2023-02-04 19:40:10 DEBUG	DOWNLOADHANDLER :: POST URL: http://192.168.0.100:1340/api/v2/auth/login [Status: 200]
2023-02-04 19:40:10 DEBUG	DOWNLOADHANDLER :: Starting new thread: DOWNLOADHANDLER

2023-02-04 19:35:09 INFO	DOWNLOADHANDLER :: Qbittorrent torrent: [] using state: [stalledUP]
2023-02-04 19:35:09 INFO	DOWNLOADHANDLER :: Qbittorrent torrent: [] using state: [stalledUP]
2023-02-04 19:35:09 DEBUG	DOWNLOADHANDLER :: User-Agent: Medusa/1.0.11 (Linux; 5.15.84-v7+; b212a262-a4a7-11ed-9153-b827ebedc85b)
2023-02-04 19:35:09 DEBUG	DOWNLOADHANDLER :: GET URL: http://192.168.0.100:1340/api/v2/torrents/info [Status: 200]
2023-02-04 19:35:09 DEBUG	DOWNLOADHANDLER :: User-Agent: Medusa/1.0.11 (Linux; 5.15.84-v7+; b212a262-a4a7-11ed-9153-b827ebedc85b)
2023-02-04 19:35:09 DEBUG	DOWNLOADHANDLER :: GET URL: http://192.168.0.100:1340/api/v2/app/webapiVersion [Status: 200]
2023-02-04 19:35:09 DEBUG	DOWNLOADHANDLER :: With post data: username=**********&password=**********
2023-02-04 19:35:09 DEBUG	DOWNLOADHANDLER :: User-Agent: Medusa/1.0.11 (Linux; 5.15.84-v7+; b212a262-a4a7-11ed-9153-b827ebedc85b)
2023-02-04 19:35:09 DEBUG	DOWNLOADHANDLER :: POST URL: http://192.168.0.100:1340/api/v2/auth/login [Status: 200]
2023-02-04 19:35:09 DEBUG	DOWNLOADHANDLER :: Starting new thread: DOWNLOADHANDLER
2023-02-04 19:35:04 DEBUG	EPISODEUPDATER :: Finished updating network timezones
2023-02-04 19:35:03 DEBUG	EPISODEUPDATER :: User-Agent: Medusa/1.0.11 (Linux; 5.15.84-v7+; b212a262-a4a7-11ed-9153-b827ebedc85b)
2023-02-04 19:35:03 DEBUG	EPISODEUPDATER :: GET URL: https://cdn.pymedusa.com/sb_network_timezones/network_timezones.txt [Status: 200]
2023-02-04 19:35:03 DEBUG	EPISODEUPDATER :: Started updating network timezones
2023-02-04 19:35:03 DEBUG	EPISODEUPDATER :: Starting new thread: EPISODEUPDATER
2023-02-04 19:30:08 INFO	DOWNLOADHANDLER :: Qbittorrent torrent: [] using state: [stalledUP]
2023-02-04 19:30:08 INFO	DOWNLOADHANDLER :: Qbittorrent torrent: [] using state: [stalledUP]
2023-02-04 19:30:08 DEBUG	DOWNLOADHANDLER :: User-Agent: Medusa/1.0.11 (Linux; 5.15.84-v7+; b212a262-a4a7-11ed-9153-b827ebedc85b)
2023-02-04 19:30:08 DEBUG	DOWNLOADHANDLER :: GET URL: http://192.168.0.100:1340/api/v2/torrents/info [Status: 200]
2023-02-04 19:30:08 DEBUG	DOWNLOADHANDLER :: User-Agent: Medusa/1.0.11 (Linux; 5.15.84-v7+; b212a262-a4a7-11ed-9153-b827ebedc85b)
2023-02-04 19:30:08 DEBUG	DOWNLOADHANDLER :: GET URL: http://192.168.0.100:1340/api/v2/app/webapiVersion [Status: 200]
2023-02-04 19:30:08 DEBUG	DOWNLOADHANDLER :: With post data: username=**********&password=**********
2023-02-04 19:30:08 DEBUG	DOWNLOADHANDLER :: User-Agent: Medusa/1.0.11 (Linux; 5.15.84-v7+; b212a262-a4a7-11ed-9153-b827ebedc85b)
2023-02-04 19:30:08 DEBUG	DOWNLOADHANDLER :: POST URL: http://192.168.0.100:1340/api/v2/auth/login [Status: 200]
2023-02-04 19:30:08 DEBUG	DOWNLOADHANDLER :: Starting new thread: DOWNLOADHANDLER

2023-02-04 19:25:08 INFO	DOWNLOADHANDLER :: Qbittorrent torrent: [] using state: [stalledUP]
2023-02-04 19:25:08 INFO	DOWNLOADHANDLER :: Qbittorrent torrent: [] using state: [stalledUP]
2023-02-04 19:25:08 DEBUG	DOWNLOADHANDLER :: User-Agent: Medusa/1.0.11 (Linux; 5.15.84-v7+; b212a262-a4a7-11ed-9153-b827ebedc85b)
2023-02-04 19:25:08 DEBUG	DOWNLOADHANDLER :: GET URL: http://192.168.0.100:1340/api/v2/torrents/info [Status: 200]
2023-02-04 19:25:07 DEBUG	DOWNLOADHANDLER :: User-Agent: Medusa/1.0.11 (Linux; 5.15.84-v7+; b212a262-a4a7-11ed-9153-b827ebedc85b)
2023-02-04 19:25:07 DEBUG	DOWNLOADHANDLER :: GET URL: http://192.168.0.100:1340/api/v2/app/webapiVersion [Status: 200]
2023-02-04 19:25:07 DEBUG	DOWNLOADHANDLER :: With post data: username=**********&password=**********
2023-02-04 19:25:07 DEBUG	DOWNLOADHANDLER :: User-Agent: Medusa/1.0.11 (Linux; 5.15.84-v7+; b212a262-a4a7-11ed-9153-b827ebedc85b)
2023-02-04 19:25:07 DEBUG	DOWNLOADHANDLER :: POST URL: http://192.168.0.100:1340/api/v2/auth/login [Status: 200]
2023-02-04 19:25:07 DEBUG	DOWNLOADHANDLER :: Starting new thread: DOWNLOADHANDLER
2023-02-04 19:20:07 INFO	DOWNLOADHANDLER :: Qbittorrent torrent: [] using state: [stalledUP]
2023-02-04 19:20:07 INFO	DOWNLOADHANDLER :: Qbittorrent torrent: [] using state: [stalledUP]
2023-02-04 19:20:07 DEBUG	DOWNLOADHANDLER :: User-Agent: Medusa/1.0.11 (Linux; 5.15.84-v7+; b212a262-a4a7-11ed-9153-b827ebedc85b)
2023-02-04 19:20:07 DEBUG	DOWNLOADHANDLER :: GET URL: http://192.168.0.100:1340/api/v2/torrents/info [Status: 200]
2023-02-04 19:20:07 DEBUG	DOWNLOADHANDLER :: User-Agent: Medusa/1.0.11 (Linux; 5.15.84-v7+; b212a262-a4a7-11ed-9153-b827ebedc85b)
2023-02-04 19:20:07 DEBUG	DOWNLOADHANDLER :: GET URL: http://192.168.0.100:1340/api/v2/app/webapiVersion [Status: 200]
2023-02-04 19:20:07 DEBUG	DOWNLOADHANDLER :: With post data: username=**********&password=**********
2023-02-04 19:20:07 DEBUG	DOWNLOADHANDLER :: User-Agent: Medusa/1.0.11 (Linux; 5.15.84-v7+; b212a262-a4a7-11ed-9153-b827ebedc85b)
2023-02-04 19:20:07 DEBUG	DOWNLOADHANDLER :: POST URL: http://192.168.0.100:1340/api/v2/auth/login [Status: 200]
2023-02-04 19:20:07 DEBUG	DOWNLOADHANDLER :: Starting new thread: DOWNLOADHANDLER
2023-02-04 19:20:03 DEBUG	EPISODEUPDATER :: Finished updating network timezones
2023-02-04 19:20:02 DEBUG	EPISODEUPDATER :: User-Agent: Medusa/1.0.11 (Linux; 5.15.84-v7+; b212a262-a4a7-11ed-9153-b827ebedc85b)
2023-02-04 19:20:02 DEBUG	EPISODEUPDATER :: GET URL: https://cdn.pymedusa.com/sb_network_timezones/network_timezones.txt [Status: 200]
2023-02-04 19:20:02 DEBUG	EPISODEUPDATER :: Started updating network timezones
2023-02-04 19:20:02 DEBUG	EPISODEUPDATER :: Starting new thread: EPISODEUPDATER

2023-02-04 19:15:06 INFO	DOWNLOADHANDLER :: Qbittorrent torrent: [] using state: [stalledUP]
2023-02-04 19:15:06 INFO	DOWNLOADHANDLER :: Qbittorrent torrent: [] using state: [stalledUP]
2023-02-04 19:15:06 DEBUG	DOWNLOADHANDLER :: User-Agent: Medusa/1.0.11 (Linux; 5.15.84-v7+; b212a262-a4a7-11ed-9153-b827ebedc85b)
2023-02-04 19:15:06 DEBUG	DOWNLOADHANDLER :: GET URL: http://192.168.0.100:1340/api/v2/torrents/info [Status: 200]
2023-02-04 19:15:06 DEBUG	DOWNLOADHANDLER :: User-Agent: Medusa/1.0.11 (Linux; 5.15.84-v7+; b212a262-a4a7-11ed-9153-b827ebedc85b)
2023-02-04 19:15:06 DEBUG	DOWNLOADHANDLER :: GET URL: http://192.168.0.100:1340/api/v2/app/webapiVersion [Status: 200]
2023-02-04 19:15:06 DEBUG	DOWNLOADHANDLER :: With post data: username=**********&password=**********
2023-02-04 19:15:06 DEBUG	DOWNLOADHANDLER :: User-Agent: Medusa/1.0.11 (Linux; 5.15.84-v7+; b212a262-a4a7-11ed-9153-b827ebedc85b)
2023-02-04 19:15:06 DEBUG	DOWNLOADHANDLER :: POST URL: http://192.168.0.100:1340/api/v2/auth/login [Status: 200]
2023-02-04 19:15:06 DEBUG	DOWNLOADHANDLER :: Starting new thread: DOWNLOADHANDLER
2023-02-04 19:10:05 INFO	DOWNLOADHANDLER :: Qbittorrent torrent: [] using state: [stalledUP]
2023-02-04 19:10:05 INFO	DOWNLOADHANDLER :: Qbittorrent torrent: [] using state: [stalledUP]
2023-02-04 19:10:05 DEBUG	DOWNLOADHANDLER :: User-Agent: Medusa/1.0.11 (Linux; 5.15.84-v7+; b212a262-a4a7-11ed-9153-b827ebedc85b)
2023-02-04 19:10:05 DEBUG	DOWNLOADHANDLER :: GET URL: http://192.168.0.100:1340/api/v2/torrents/info [Status: 200]
2023-02-04 19:10:05 DEBUG	DOWNLOADHANDLER :: User-Agent: Medusa/1.0.11 (Linux; 5.15.84-v7+; b212a262-a4a7-11ed-9153-b827ebedc85b)
2023-02-04 19:10:05 DEBUG	DOWNLOADHANDLER :: GET URL: http://192.168.0.100:1340/api/v2/app/webapiVersion [Status: 200]
2023-02-04 19:10:05 DEBUG	DOWNLOADHANDLER :: With post data: username=**********&password=**********
2023-02-04 19:10:05 DEBUG	DOWNLOADHANDLER :: User-Agent: Medusa/1.0.11 (Linux; 5.15.84-v7+; b212a262-a4a7-11ed-9153-b827ebedc85b)
2023-02-04 19:10:05 DEBUG	DOWNLOADHANDLER :: POST URL: http://192.168.0.100:1340/api/v2/auth/login [Status: 200]
2023-02-04 19:10:05 DEBUG	DOWNLOADHANDLER :: Starting new thread: DOWNLOADHANDLER


2023-02-04 19:05:04 INFO	DOWNLOADHANDLER :: Qbittorrent torrent: [] using state: [stalledUP]
2023-02-04 19:05:04 INFO	DOWNLOADHANDLER :: Qbittorrent torrent: [] using state: [stalledUP]
2023-02-04 19:05:04 DEBUG	DOWNLOADHANDLER :: User-Agent: Medusa/1.0.11 (Linux; 5.15.84-v7+; b212a262-a4a7-11ed-9153-b827ebedc85b)
2023-02-04 19:05:04 DEBUG	DOWNLOADHANDLER :: GET URL: http://192.168.0.100:1340/api/v2/torrents/info [Status: 200]
2023-02-04 19:05:04 DEBUG	DOWNLOADHANDLER :: User-Agent: Medusa/1.0.11 (Linux; 5.15.84-v7+; b212a262-a4a7-11ed-9153-b827ebedc85b)
2023-02-04 19:05:04 DEBUG	DOWNLOADHANDLER :: GET URL: http://192.168.0.100:1340/api/v2/app/webapiVersion [Status: 200]
2023-02-04 19:05:04 DEBUG	DOWNLOADHANDLER :: With post data: username=**********&password=**********
2023-02-04 19:05:04 DEBUG	DOWNLOADHANDLER :: User-Agent: Medusa/1.0.11 (Linux; 5.15.84-v7+; b212a262-a4a7-11ed-9153-b827ebedc85b)
2023-02-04 19:05:04 DEBUG	DOWNLOADHANDLER :: POST URL: http://192.168.0.100:1340/api/v2/auth/login [Status: 200]
2023-02-04 19:05:04 DEBUG	DOWNLOADHANDLER :: Starting new thread: DOWNLOADHANDLER
2023-02-04 19:05:02 DEBUG	EPISODEUPDATER :: Finished updating network timezones
2023-02-04 19:05:02 DEBUG	EPISODEUPDATER :: User-Agent: Medusa/1.0.11 (Linux; 5.15.84-v7+; b212a262-a4a7-11ed-9153-b827ebedc85b)
2023-02-04 19:05:02 DEBUG	EPISODEUPDATER :: GET URL: https://cdn.pymedusa.com/sb_network_timezones/network_timezones.txt [Status: 200]
2023-02-04 19:05:01 DEBUG	EPISODEUPDATER :: Started updating network timezones
2023-02-04 19:05:01 DEBUG	EPISODEUPDATER :: Starting new thread: EPISODEUPDATER
2023-02-04 19:00:04 INFO	DOWNLOADHANDLER :: Qbittorrent torrent: [] using state: [stalledUP]
2023-02-04 19:00:04 INFO	DOWNLOADHANDLER :: Qbittorrent torrent: [] using state: [stalledUP]
2023-02-04 19:00:04 DEBUG	DOWNLOADHANDLER :: User-Agent: Medusa/1.0.11 (Linux; 5.15.84-v7+; b212a262-a4a7-11ed-9153-b827ebedc85b)
2023-02-04 19:00:04 DEBUG	DOWNLOADHANDLER :: GET URL: http://192.168.0.100:1340/api/v2/torrents/info [Status: 200]
2023-02-04 19:00:03 DEBUG	DOWNLOADHANDLER :: User-Agent: Medusa/1.0.11 (Linux; 5.15.84-v7+; b212a262-a4a7-11ed-9153-b827ebedc85b)
2023-02-04 19:00:03 DEBUG	DOWNLOADHANDLER :: GET URL: http://192.168.0.100:1340/api/v2/app/webapiVersion [Status: 200]
2023-02-04 19:00:03 DEBUG	DOWNLOADHANDLER :: With post data: username=**********&password=**********
2023-02-04 19:00:03 DEBUG	DOWNLOADHANDLER :: User-Agent: Medusa/1.0.11 (Linux; 5.15.84-v7+; b212a262-a4a7-11ed-9153-b827ebedc85b)
2023-02-04 19:00:03 DEBUG	DOWNLOADHANDLER :: POST URL: http://192.168.0.100:1340/api/v2/auth/login [Status: 200]
2023-02-04 19:00:03 DEBUG	DOWNLOADHANDLER :: Starting new thread: DOWNLOADHANDLER

2023-02-04 18:55:05 INFO	POSTPROCESSQUEUE-POST-PROCESS :: Completed Postproccessing
2023-02-04 18:55:05 INFO	POSTPROCESSQUEUE-POST-PROCESS :: Updated history with resource path: /mnt/usb/medusa/ and resource:  with new status Completed, Postprocessed
2023-02-04 18:55:05 INFO	POSTPROCESSQUEUE-POST-PROCESS :: Post-processing completed.
2023-02-04 18:55:05 DEBUG	POSTPROCESSQUEUE-POST-PROCESS :: Deleted folder: /mnt/usb/medusa/Echo.3.S01E01.720p.WEB.x265-MiNX[TGx]
2023-02-04 18:55:05 INFO	POSTPROCESSQUEUE-POST-PROCESS :: Deleting folder (if it's empty): /mnt/usb/medusa/Echo.3.S01E01.720p.WEB.x265-MiNX[TGx]
2023-02-04 18:55:05 DEBUG	POSTPROCESSQUEUE-POST-PROCESS :: Deleting file: source.txt
2023-02-04 18:55:05 DEBUG	POSTPROCESSQUEUE-POST-PROCESS :: Deleting file: [TGx]Downloaded from torrentgalaxy.to .txt
2023-02-04 18:55:05 INFO	POSTPROCESSQUEUE-POST-PROCESS :: Processing succeeded for /mnt/usb/medusa/Echo.3.S01E01.720p.WEB.x265-MiNX[TGx]/Echo.3.S01E01.720p.WEB.x265-MiNX.mkv
2023-02-04 18:55:05 DEBUG	POSTPROCESSQUEUE-POST-PROCESS :: Notification for NMJ scan update not enabled, skipping this notification
2023-02-04 18:55:05 DEBUG	POSTPROCESSQUEUE-POST-PROCESS :: Transaction with 1 queries executed
2023-02-04 18:55:05 DEBUG	POSTPROCESSQUEUE-POST-PROCESS :: 393147: Setter sets location to /mnt/usb/Shows/Echo 3/Season 01/Echo 3 - S01E01 - Flyaway.mkv
2023-02-04 18:55:05 DEBUG	POSTPROCESSQUEUE-POST-PROCESS :: Not running as root or owner of /mnt/usb/Shows/Echo 3/Season 01/Echo 3 - S01E01 - Flyaway.mkv, not trying to set permissions
2023-02-04 18:55:05 DEBUG	POSTPROCESSQUEUE-POST-PROCESS :: Moving file from /mnt/usb/medusa/Echo.3.S01E01.720p.WEB.x265-MiNX[TGx]/Echo.3.S01E01.720p.WEB.x265-MiNX.mkv to /mnt/usb/Shows/Echo 3/Season 01/Echo 3 - S01E01 - Flyaway.mkv 
2023-02-04 18:55:05 DEBUG	POSTPROCESSQUEUE-POST-PROCESS :: Checking if the path /mnt/usb/Shows/Echo 3/Season 01 already exists
2023-02-04 18:55:05 DEBUG	POSTPROCESSQUEUE-POST-PROCESS :: Destination folder for this episode: /mnt/usb/Shows/Echo 3/Season 01
2023-02-04 18:55:05 DEBUG	POSTPROCESSQUEUE-POST-PROCESS :: 393147: Formatting pattern: Season %0S -> Season 01
2023-02-04 18:55:05 DEBUG	POSTPROCESSQUEUE-POST-PROCESS :: Found codec for Echo 3 Flyaway
2023-02-04 18:55:05 DEBUG	POSTPROCESSQUEUE-POST-PROCESS :: Parsed Echo.3.S01E01.720p.WEB.x265-MiNX into title: Echo 3, season: 1, episode: [1], screen_size: 720p, source: Web, video_codec: H.265, video_encoder: x265, release_group: MiNX, type: episode, parsing_time: 0.8225739002227783, absolute_episode: [], quality: 720p WEB-DL, total_time: 0.8228840827941895
2023-02-04 18:55:05 DEBUG	POSTPROCESSQUEUE-POST-PROCESS :: Matched release Echo.3.S01E01.720p.WEB.x265-MiNX to a series in your database: Echo 3 using guessit title: Echo 3
2023-02-04 18:55:04 DEBUG	POSTPROCESSQUEUE-POST-PROCESS :: New guessit parse for item Echo.3.S01E01.720p.WEB.x265-MiNX
2023-02-04 18:55:04 DEBUG	POSTPROCESSQUEUE-POST-PROCESS :: Trying guessit cache for item Echo.3.S01E01.720p.WEB.x265-MiNX
2023-02-04 18:55:04 DEBUG	POSTPROCESSQUEUE-POST-PROCESS :: 393147: Formatting pattern: %SN - S%0SE01 - %EN -> Echo 3 - S01E01 - Flyaway
2023-02-04 18:55:04 DEBUG	POSTPROCESSQUEUE-POST-PROCESS :: Found codec for Echo 3 Flyaway
2023-02-04 18:55:04 DEBUG	POSTPROCESSQUEUE-POST-PROCESS :: Parsed Echo.3.S01E01.720p.WEB.x265-MiNX into title: Echo 3, season: 1, episode: [1], screen_size: 720p, source: Web, video_codec: H.265, video_encoder: x265, release_group: MiNX, type: episode, parsing_time: 0.2598917484283447, absolute_episode: [], quality: 720p WEB-DL, total_time: 0.2601912021636963
2023-02-04 18:55:04 DEBUG	POSTPROCESSQUEUE-POST-PROCESS :: Matched release Echo.3.S01E01.720p.WEB.x265-MiNX to a series in your database: Echo 3 using guessit title: Echo 3
2023-02-04 18:55:04 DEBUG	POSTPROCESSQUEUE-POST-PROCESS :: New guessit parse for item Echo.3.S01E01.720p.WEB.x265-MiNX
2023-02-04 18:55:04 DEBUG	POSTPROCESSQUEUE-POST-PROCESS :: Trying guessit cache for item Echo.3.S01E01.720p.WEB.x265-MiNX
2023-02-04 18:55:04 DEBUG	POSTPROCESSQUEUE-POST-PROCESS :: Folder name (Echo.3.S01E01.720p.WEB.x265-MiNX[TGx]) appears to be a valid release name. Using it.
2023-02-04 18:55:04 DEBUG	POSTPROCESSQUEUE-POST-PROCESS :: Using cache item for Echo.3.S01E01.720p.WEB.x265-MiNX[TGx]
2023-02-04 18:55:04 DEBUG	POSTPROCESSQUEUE-POST-PROCESS :: Found release name Echo.3.S01E01.720p.WEB.x265-MiNX
2023-02-04 18:55:04 DEBUG	POSTPROCESSQUEUE-POST-PROCESS :: Trying to determine free space on destination drive
2023-02-04 18:55:04 INFO	POSTPROCESSQUEUE-POST-PROCESS :: This download is marked a priority download so I'm going to replace an existing file if I find one
2023-02-04 18:55:04 DEBUG	POSTPROCESSQUEUE-POST-PROCESS :: There is no existing file so there's no worries about replacing it
2023-02-04 18:55:04 INFO	POSTPROCESSQUEUE-POST-PROCESS :: New size: 297.72 MB
2023-02-04 18:55:04 INFO	POSTPROCESSQUEUE-POST-PROCESS :: New file: /mnt/usb/medusa/Echo.3.S01E01.720p.WEB.x265-MiNX[TGx]/Echo.3.S01E01.720p.WEB.x265-MiNX.mkv
2023-02-04 18:55:04 DEBUG	POSTPROCESSQUEUE-POST-PROCESS :: This episode is a priority download: True
2023-02-04 18:55:04 DEBUG	POSTPROCESSQUEUE-POST-PROCESS :: Proper: False
2023-02-04 18:55:04 DEBUG	POSTPROCESSQUEUE-POST-PROCESS :: New quality: 720p WEB-DL
2023-02-04 18:55:04 DEBUG	POSTPROCESSQUEUE-POST-PROCESS :: Current quality: 720p WEB-DL
2023-02-04 18:55:04 DEBUG	POSTPROCESSQUEUE-POST-PROCESS :: Resource name: None
2023-02-04 18:55:04 DEBUG	POSTPROCESSQUEUE-POST-PROCESS :: Info hash: 2d0f191d18cb9fe15bd5173a47a847317d1bbaf1
2023-02-04 18:55:04 DEBUG	POSTPROCESSQUEUE-POST-PROCESS :: Manually snatched: True
2023-02-04 18:55:04 DEBUG	POSTPROCESSQUEUE-POST-PROCESS :: Snatch in history: True
2023-02-04 18:55:04 DEBUG	POSTPROCESSQUEUE-POST-PROCESS :: Quality of the episode we are processing: 720p WEB-DL
2023-02-04 18:55:04 DEBUG	POSTPROCESSQUEUE-POST-PROCESS :: This episode was found in history as SNATCHED.
2023-02-04 18:55:04 DEBUG	POSTPROCESSQUEUE-POST-PROCESS :: The episode file has a quality in it, using that: 720p WEB-DL
2023-02-04 18:55:04 DEBUG	POSTPROCESSQUEUE-POST-PROCESS :: Retrieving episode object for Echo 3 S01E01
2023-02-04 18:55:04 DEBUG	POSTPROCESSQUEUE-POST-PROCESS :: Show information parsed from file name
2023-02-04 18:55:04 DEBUG	POSTPROCESSQUEUE-POST-PROCESS :: Parsed Echo.3.S01E01.720p.WEB.x265-MiNX.mkv into title: Echo 3, season: 1, episode: [1], screen_size: 720p, source: Web, video_codec: H.265, video_encoder: x265, release_group: MiNX, container: mkv, mimetype: video/x-matroska, type: episode, parsing_time: 0.2997608184814453, absolute_episode: [], quality: 720p WEB-DL, total_time: 0.30257272720336914 and added to cache
2023-02-04 18:55:04 DEBUG	POSTPROCESSQUEUE-POST-PROCESS :: Matched release Echo.3.S01E01.720p.WEB.x265-MiNX.mkv to a series in your database: Echo 3 using guessit title: Echo 3
2023-02-04 18:55:04 DEBUG	POSTPROCESSQUEUE-POST-PROCESS :: No mapping found, returning passed season and episode S01E01 for show Echo 3
2023-02-04 18:55:04 DEBUG	POSTPROCESSQUEUE-POST-PROCESS :: New guessit parse for item Echo.3.S01E01.720p.WEB.x265-MiNX.mkv
2023-02-04 18:55:04 DEBUG	POSTPROCESSQUEUE-POST-PROCESS :: Trying guessit cache for item Echo.3.S01E01.720p.WEB.x265-MiNX.mkv
2023-02-04 18:55:03 DEBUG	POSTPROCESSQUEUE-POST-PROCESS :: Analyzing name: Echo.3.S01E01.720p.WEB.x265-MiNX.mkv
2023-02-04 18:55:03 INFO	POSTPROCESSQUEUE-POST-PROCESS :: Processing /mnt/usb/medusa/Echo.3.S01E01.720p.WEB.x265-MiNX[TGx]/Echo.3.S01E01.720p.WEB.x265-MiNX.mkv
2023-02-04 18:55:03 DEBUG	POSTPROCESSQUEUE-POST-PROCESS :: Found unwanted files: ['[TGx]Downloaded from torrentgalaxy.to .txt', 'source.txt']
2023-02-04 18:55:03 DEBUG	POSTPROCESSQUEUE-POST-PROCESS :: Post-processing video files: ['Echo.3.S01E01.720p.WEB.x265-MiNX.mkv']
2023-02-04 18:55:03 DEBUG	POSTPROCESSQUEUE-POST-PROCESS :: Post-processing files: ['Echo.3.S01E01.720p.WEB.x265-MiNX.mkv', '[TGx]Downloaded from torrentgalaxy.to .txt', 'source.txt']
2023-02-04 18:55:03 DEBUG	POSTPROCESSQUEUE-POST-PROCESS :: Processing folder: /mnt/usb/medusa/Echo.3.S01E01.720p.WEB.x265-MiNX[TGx]
2023-02-04 18:55:03 DEBUG	POSTPROCESSQUEUE-POST-PROCESS :: No resource_name passed, using path [/mnt/usb/medusa/Echo.3.S01E01.720p.WEB.x265-MiNX[TGx]] to process as a source folder
2023-02-04 18:55:03 DEBUG	POSTPROCESSQUEUE-POST-PROCESS :: No processable items found in folder: /mnt/usb/medusa
2023-02-04 18:55:03 INFO	POSTPROCESSQUEUE-POST-PROCESS :: Processing path: /mnt/usb/medusa/
2023-02-04 18:55:03 INFO	POSTPROCESSQUEUE-POST-PROCESS :: Beginning postprocessing for path /mnt/usb/medusa/ and resource 
2023-02-04 18:55:03 INFO	DOWNLOADHANDLER :: Qbittorrent torrent: [] using state: [stalledUP]
2023-02-04 18:55:03 DEBUG	DOWNLOADHANDLER :: Sending postprocess job for torrent with info_hash: 2d0f191d18cb9fe15bd5173a47a847317d1bbaf1
status: Completed
client: **********
destination: /mnt/usb/medusa/
resource: Echo.3.S01E01.720p.WEB.x265-MiNX[TGx]
2023-02-04 18:55:03 INFO	DOWNLOADHANDLER :: Qbittorrent torrent: [] using state: [stalledUP]
2023-02-04 18:55:03 INFO	DOWNLOADHANDLER :: Updating status to [Completed] for Echo.3.S01E01.720p.WEB.x265-MiNX[TGx] with info_hash 2d0f191d18cb9fe15bd5173a47a847317d1bbaf1
2023-02-04 18:55:03 DEBUG	DOWNLOADHANDLER :: Found torrent on ********** with info_hash 2d0f191d18cb9fe15bd5173a47a847317d1bbaf1
2023-02-04 18:55:03 INFO	DOWNLOADHANDLER :: Qbittorrent torrent: [] using state: [stalledUP]
2023-02-04 18:55:03 DEBUG	DOWNLOADHANDLER :: User-Agent: Medusa/1.0.11 (Linux; 5.15.84-v7+; b212a262-a4a7-11ed-9153-b827ebedc85b)
2023-02-04 18:55:03 DEBUG	DOWNLOADHANDLER :: GET URL: http://192.168.0.100:1340/api/v2/torrents/info [Status: 200]
2023-02-04 18:55:03 DEBUG	DOWNLOADHANDLER :: User-Agent: Medusa/1.0.11 (Linux; 5.15.84-v7+; b212a262-a4a7-11ed-9153-b827ebedc85b)
2023-02-04 18:55:03 DEBUG	DOWNLOADHANDLER :: GET URL: http://192.168.0.100:1340/api/v2/app/webapiVersion [Status: 200]
2023-02-04 18:55:03 DEBUG	DOWNLOADHANDLER :: With post data: username=**********&password=**********
2023-02-04 18:55:03 DEBUG	DOWNLOADHANDLER :: User-Agent: Medusa/1.0.11 (Linux; 5.15.84-v7+; b212a262-a4a7-11ed-9153-b827ebedc85b)
2023-02-04 18:55:03 DEBUG	DOWNLOADHANDLER :: POST URL: http://192.168.0.100:1340/api/v2/auth/login [Status: 200]
2023-02-04 18:55:03 DEBUG	DOWNLOADHANDLER :: Starting new thread: DOWNLOADHANDLER
2023-02-04 18:50:23 DEBUG	SNATCHQUEUE-SNATCH-393147 :: Transaction with 1 queries executed
2023-02-04 18:50:23 DEBUG	SNATCHQUEUE-SNATCH-393147 :: 393147: Formatting pattern: %SN - %Sx01 - %EN - %QN -> Echo 3 - 1x01 - Flyaway - 720p WEB-DL
2023-02-04 18:50:23 DEBUG	SNATCHQUEUE-SNATCH-393147 :: Found codec for Echo 3 Flyaway
2023-02-04 18:50:23 DEBUG	SNATCHQUEUE-SNATCH-393147 :: Checking if we should stop searching for a better quality for for episode Echo.3.S01E01.720p.WEB.x265-MiNX[TGx]
2023-02-04 18:50:23 DEBUG	SNATCHQUEUE-SNATCH-393147 :: qBittorrent: Response to POST request is 
2023-02-04 18:50:23 DEBUG	SNATCHQUEUE-SNATCH-393147 :: With post data: hashes=2d0f191d18cb9fe15bd5173a47a847317d1bbaf1&category=medusa
2023-02-04 18:50:23 DEBUG	SNATCHQUEUE-SNATCH-393147 :: User-Agent: Medusa/1.0.11 (Linux; 5.15.84-v7+; b212a262-a4a7-11ed-9153-b827ebedc85b)
2023-02-04 18:50:23 DEBUG	SNATCHQUEUE-SNATCH-393147 :: POST URL: http://192.168.0.100:1340/api/v2/torrents/setCategory [Status: 200]
2023-02-04 18:50:23 DEBUG	SNATCHQUEUE-SNATCH-393147 :: qBittorrent: Response to POST request is 
2023-02-04 18:50:23 DEBUG	SNATCHQUEUE-SNATCH-393147 :: With post data: hashes=2d0f191d18cb9fe15bd5173a47a847317d1bbaf1
2023-02-04 18:50:23 DEBUG	SNATCHQUEUE-SNATCH-393147 :: User-Agent: Medusa/1.0.11 (Linux; 5.15.84-v7+; b212a262-a4a7-11ed-9153-b827ebedc85b)
2023-02-04 18:50:23 DEBUG	SNATCHQUEUE-SNATCH-393147 :: POST URL: http://192.168.0.100:1340/api/v2/torrents/resume [Status: 200]
2023-02-04 18:50:23 DEBUG	SNATCHQUEUE-SNATCH-393147 :: qBittorrent: Response to POST request is Ok.
2023-02-04 18:50:23 DEBUG	SNATCHQUEUE-SNATCH-393147 :: With post data: --e3d0663afa6022027bbcdad2df3e214c
 Content-Disposition: form-data; name="category"
 
 medusa
 --e3...
2023-02-04 18:50:23 DEBUG	SNATCHQUEUE-SNATCH-393147 :: User-Agent: Medusa/1.0.11 (Linux; 5.15.84-v7+; b212a262-a4a7-11ed-9153-b827ebedc85b)
2023-02-04 18:50:23 DEBUG	SNATCHQUEUE-SNATCH-393147 :: POST URL: http://192.168.0.100:1340/api/v2/torrents/add [Status: 200]
2023-02-04 18:50:23 INFO	SNATCHQUEUE-SNATCH-393147 :: Adding "Echo.3.S01E01.720p.WEB.x265-MiNX[TGx]" torrent to qBittorrent
2023-02-04 18:50:23 DEBUG	SNATCHQUEUE-SNATCH-393147 :: User-Agent: Medusa/1.0.11 (Linux; 5.15.84-v7+; b212a262-a4a7-11ed-9153-b827ebedc85b)
2023-02-04 18:50:23 DEBUG	SNATCHQUEUE-SNATCH-393147 :: GET URL: http://192.168.0.100:1340/api/v2/app/webapiVersion [Status: 200]
2023-02-04 18:50:23 DEBUG	SNATCHQUEUE-SNATCH-393147 :: With post data: username=**********&password=**********
2023-02-04 18:50:23 DEBUG	SNATCHQUEUE-SNATCH-393147 :: User-Agent: Medusa/1.0.11 (Linux; 5.15.84-v7+; b212a262-a4a7-11ed-9153-b827ebedc85b)
2023-02-04 18:50:23 DEBUG	SNATCHQUEUE-SNATCH-393147 :: POST URL: http://192.168.0.100:1340/api/v2/auth/login [Status: 200]
2023-02-04 18:50:22 DEBUG	SNATCHQUEUE-SNATCH-393147 :: User-Agent: Medusa/1.0.11 (Linux; 5.15.84-v7+; b212a262-a4a7-11ed-9153-b827ebedc85b)
2023-02-04 18:50:22 DEBUG	SNATCHQUEUE-SNATCH-393147 :: GET URL: http://192.168.0.100:9117/dl/1337x/?jackett_apikey=**********&path=Q2ZESjhEaV9Na0J6dFVOS3NOU001MUJZckozeTE4R2Z5ekR5Y2VJMU82YXJzbkd3d3E1NGEybV9vOU15bDZkYzZ3RWxULXlDVVpZODBEREhFbDU3bUYwOUd2R0RRVzdRZTFraW1lWlMzY3RvVjRDQXpBMzk1RlpuNWlLNzZVZThJMi1vSUpRUExkdS1UVlJrWlBCRWlSS0JoSTJObTdqT2R0c3EwSmdRYnhWRVNBNlVHXzNNNExLQjQzUHh6RkkwODFrRVU2UGJRRS1aTjNmSFFvX3E5YzItbWQ4&file=Echo.3.S01E01.720p.WEB.x265-MiNX%5BTGx%5D [Status: 200]
2023-02-04 18:50:12 DEBUG	SNATCHQUEUE-SNATCH-393147 :: User-Agent: Medusa/1.0.11 (Linux; 5.15.84-v7+; b212a262-a4a7-11ed-9153-b827ebedc85b)
2023-02-04 18:50:12 DEBUG	SNATCHQUEUE-SNATCH-393147 :: GET URL: http://192.168.0.100:9117/dl/1337x/?jackett_apikey=**********&path=Q2ZESjhEaV9Na0J6dFVOS3NOU001MUJZckozeTE4R2Z5ekR5Y2VJMU82YXJzbkd3d3E1NGEybV9vOU15bDZkYzZ3RWxULXlDVVpZODBEREhFbDU3bUYwOUd2R0RRVzdRZTFraW1lWlMzY3RvVjRDQXpBMzk1RlpuNWlLNzZVZThJMi1vSUpRUExkdS1UVlJrWlBCRWlSS0JoSTJObTdqT2R0c3EwSmdRYnhWRVNBNlVHXzNNNExLQjQzUHh6RkkwODFrRVU2UGJRRS1aTjNmSFFvX3E5YzItbWQ4&file=Echo.3.S01E01.720p.WEB.x265-MiNX%5BTGx%5D [Status: 200]
2023-02-04 18:50:04 DEBUG	FORCEDSEARCHQUEUE-MANUAL-393147 :: 393147: Formatting pattern: %SN - S%0SE01 - %EN -> Echo 3 - S01E01 - Flyaway
2023-02-04 18:50:04 DEBUG	FORCEDSEARCHQUEUE-MANUAL-393147 :: Nyaa Jacket :: Found 0 unique search results
2023-02-04 18:50:04 DEBUG	FORCEDSEARCHQUEUE-MANUAL-393147 :: Nyaa Jacket :: No results returned from provider. Check chosen Torznab search categories in provider settings.
2023-02-04 18:50:04 DEBUG	FORCEDSEARCHQUEUE-MANUAL-393147 :: Nyaa Jacket :: User-Agent: Medusa/1.0.11 (Linux; 5.15.84-v7+; b212a262-a4a7-11ed-9153-b827ebedc85b)
2023-02-04 18:50:04 DEBUG	FORCEDSEARCHQUEUE-MANUAL-393147 :: Nyaa Jacket :: GET URL: **********api?apikey=**********&t=search&limit=100&offset=0&cat=5070%2C5000%2C140679&q=Echo+3+S01E01 [Status: 200]
2023-02-04 18:50:03 DEBUG	SNATCHQUEUE-SNATCH-393147 :: Retrieving redirect URL for http://192.168.0.100:9117/dl/1337x/?jackett_apikey=**********&path=Q2ZESjhEaV9Na0J6dFVOS3NOU001MUJZckozeTE4R2Z5ekR5Y2VJMU82YXJzbkd3d3E1NGEybV9vOU15bDZkYzZ3RWxULXlDVVpZODBEREhFbDU3bUYwOUd2R0RRVzdRZTFraW1lWlMzY3RvVjRDQXpBMzk1RlpuNWlLNzZVZThJMi1vSUpRUExkdS1UVlJrWlBCRWlSS0JoSTJObTdqT2R0c3EwSmdRYnhWRVNBNlVHXzNNNExLQjQzUHh6RkkwODFrRVU2UGJRRS1aTjNmSFFvX3E5YzItbWQ4&file=Echo.3.S01E01.720p.WEB.x265-MiNX%5BTGx%5D
2023-02-04 18:50:03 INFO	SNATCHQUEUE-SNATCH-393147 :: Downloading Echo.3.S01E01.720p.WEB.x265-MiNX[TGx] with 187 seeders and 54 leechers and size 297.72 MB from 1337x Jackett, through a SearchType.MANUAL_SEARCH search
2023-02-04 18:50:03 INFO	SNATCHQUEUE-SNATCH-393147 :: Beginning to snatch release: Echo.3.S01E01.720p.WEB.x265-MiNX[TGx]
2023-02-04 18:50:02 INFO	DOWNLOADHANDLER :: Updating status to [Completed, Postprocessed, Removed] for Echo.3.S01E03.720p.WEB.x265-MiNX[TGx] with info_hash 9e76b5fa9b325c8f7c396fbf60785dcedb7e9cda
2023-02-04 18:50:02 DEBUG	DOWNLOADHANDLER :: Cannot find torrent on ********** with info_hash 9e76b5fa9b325c8f7c396fbf60785dcedb7e9cdaAdding status Removed, to prevent from future processing.
2023-02-04 18:50:02 DEBUG	DOWNLOADHANDLER :: Could not locate torrent with 9e76b5fa9b325c8f7c396fbf60785dcedb7e9cda status.
2023-02-04 18:50:02 DEBUG	DOWNLOADHANDLER :: Could not locate torrent with 9e76b5fa9b325c8f7c396fbf60785dcedb7e9cda status.
2023-02-04 18:50:02 DEBUG	DOWNLOADHANDLER :: User-Agent: Medusa/1.0.11 (Linux; 5.15.84-v7+; b212a262-a4a7-11ed-9153-b827ebedc85b)
2023-02-04 18:50:02 DEBUG	DOWNLOADHANDLER :: GET URL: http://192.168.0.100:1340/api/v2/torrents/info [Status: 200]
2023-02-04 18:50:02 DEBUG	DOWNLOADHANDLER :: User-Agent: Medusa/1.0.11 (Linux; 5.15.84-v7+; b212a262-a4a7-11ed-9153-b827ebedc85b)
2023-02-04 18:50:02 DEBUG	DOWNLOADHANDLER :: GET URL: http://192.168.0.100:1340/api/v2/app/webapiVersion [Status: 200]
2023-02-04 18:50:02 DEBUG	DOWNLOADHANDLER :: With post data: username=**********&password=**********
2023-02-04 18:50:02 DEBUG	DOWNLOADHANDLER :: User-Agent: Medusa/1.0.11 (Linux; 5.15.84-v7+; b212a262-a4a7-11ed-9153-b827ebedc85b)
2023-02-04 18:50:02 DEBUG	DOWNLOADHANDLER :: POST URL: http://192.168.0.100:1340/api/v2/auth/login [Status: 200]
2023-02-04 18:50:02 DEBUG	DOWNLOADHANDLER :: Starting new thread: DOWNLOADHANDLER

Let me know if there's anything else I can check. Thanks!

@cstegmann
Copy link
Author

cstegmann commented Feb 5, 2023

Here is a log of a normally gotten torrent (no manual search or setting it to wanted myself for a backlog search). After postprocessing we get a 'Action after seeding disabled' debug message on the first DOWNLOADHANDLER run as well as a status change to SeededAction. Then on the next cycle it removes the torrent successfully.

I have no idea why it works sometimes and other times it just refuses to even update something to SeededAction.

2023-02-05 09:06:26 INFO	DOWNLOADHANDLER :: Updating status to [SeededAction, Removed] for Mayor.of.Kingstown.S02E04.720p.WEB.x265.MiNX[TGx] with info_hash aee597b2db82f12cfcd77dd8da51457f441e6904
2023-02-05 09:06:26 DEBUG	DOWNLOADHANDLER :: Cannot find torrent on ********** with info_hash aee597b2db82f12cfcd77dd8da51457f441e6904Adding status Removed, to prevent from future processing.
2023-02-05 09:06:26 DEBUG	DOWNLOADHANDLER :: Could not locate torrent with aee597b2db82f12cfcd77dd8da51457f441e6904 status.
2023-02-05 09:06:26 DEBUG	DOWNLOADHANDLER :: User-Agent: Medusa/1.0.11 (Linux; 5.15.84-v7+; b212a262-a4a7-11ed-9153-b827ebedc85b)
2023-02-05 09:06:26 DEBUG	DOWNLOADHANDLER :: GET URL: http://192.168.0.100:1340/api/v2/torrents/info [Status: 200]
2023-02-05 09:06:25 DEBUG	DOWNLOADHANDLER :: User-Agent: Medusa/1.0.11 (Linux; 5.15.84-v7+; b212a262-a4a7-11ed-9153-b827ebedc85b)
2023-02-05 09:06:25 DEBUG	DOWNLOADHANDLER :: GET URL: http://192.168.0.100:1340/api/v2/app/webapiVersion [Status: 200]
2023-02-05 09:06:25 DEBUG	DOWNLOADHANDLER :: With post data: username=**********&password=**********
2023-02-05 09:06:25 DEBUG	DOWNLOADHANDLER :: User-Agent: Medusa/1.0.11 (Linux; 5.15.84-v7+; b212a262-a4a7-11ed-9153-b827ebedc85b)
2023-02-05 09:06:25 DEBUG	DOWNLOADHANDLER :: POST URL: http://192.168.0.100:1340/api/v2/auth/login [Status: 200]
2023-02-05 09:06:25 DEBUG	DOWNLOADHANDLER :: Starting new thread: DOWNLOADHANDLER
2023-02-05 09:05:47 DEBUG	EPISODEUPDATER :: Finished updating network timezones
2023-02-05 09:05:47 DEBUG	EPISODEUPDATER :: User-Agent: Medusa/1.0.11 (Linux; 5.15.84-v7+; b212a262-a4a7-11ed-9153-b827ebedc85b)
2023-02-05 09:05:47 DEBUG	EPISODEUPDATER :: GET URL: https://cdn.pymedusa.com/sb_network_timezones/network_timezones.txt [Status: 200]
2023-02-05 09:05:47 DEBUG	EPISODEUPDATER :: Started updating network timezones
2023-02-05 09:05:47 DEBUG	EPISODEUPDATER :: Starting new thread: EPISODEUPDATER
2023-02-05 09:01:25 INFO	DOWNLOADHANDLER :: Qbittorrent torrent: [] using state: [uploading]
2023-02-05 09:01:25 INFO	DOWNLOADHANDLER :: Updating status to [SeededAction] for Mayor.of.Kingstown.S02E04.720p.WEB.x265.MiNX[TGx] with info_hash aee597b2db82f12cfcd77dd8da51457f441e6904
2023-02-05 09:01:25 DEBUG	DOWNLOADHANDLER :: qBittorrent: Response to POST request is 
2023-02-05 09:01:25 DEBUG	DOWNLOADHANDLER :: With post data: hashes=aee597b2db82f12cfcd77dd8da51457f441e6904&deleteFiles=False
2023-02-05 09:01:25 DEBUG	DOWNLOADHANDLER :: User-Agent: Medusa/1.0.11 (Linux; 5.15.84-v7+; b212a262-a4a7-11ed-9153-b827ebedc85b)
2023-02-05 09:01:25 DEBUG	DOWNLOADHANDLER :: POST URL: http://192.168.0.100:1340/api/v2/torrents/delete [Status: 200]
2023-02-05 09:01:25 DEBUG	DOWNLOADHANDLER :: Ratio of (0.004534574079140367) reached for torrent aee597b2db82f12cfcd77dd8da51457f441e6904, starting action: remove.
2023-02-05 09:01:25 DEBUG	DOWNLOADHANDLER :: Action after seeding disabled
2023-02-05 09:01:25 INFO	DOWNLOADHANDLER :: Qbittorrent torrent: [] using state: [uploading]
2023-02-05 09:01:25 DEBUG	DOWNLOADHANDLER :: User-Agent: Medusa/1.0.11 (Linux; 5.15.84-v7+; b212a262-a4a7-11ed-9153-b827ebedc85b)
2023-02-05 09:01:25 DEBUG	DOWNLOADHANDLER :: GET URL: http://192.168.0.100:1340/api/v2/torrents/info [Status: 200]
2023-02-05 09:01:25 DEBUG	DOWNLOADHANDLER :: User-Agent: Medusa/1.0.11 (Linux; 5.15.84-v7+; b212a262-a4a7-11ed-9153-b827ebedc85b)
2023-02-05 09:01:25 DEBUG	DOWNLOADHANDLER :: GET URL: http://192.168.0.100:1340/api/v2/app/webapiVersion [Status: 200]
2023-02-05 09:01:25 DEBUG	DOWNLOADHANDLER :: With post data: username=**********&password=**********
2023-02-05 09:01:25 DEBUG	DOWNLOADHANDLER :: User-Agent: Medusa/1.0.11 (Linux; 5.15.84-v7+; b212a262-a4a7-11ed-9153-b827ebedc85b)
2023-02-05 09:01:25 DEBUG	DOWNLOADHANDLER :: POST URL: http://192.168.0.100:1340/api/v2/auth/login [Status: 200]
2023-02-05 09:01:25 DEBUG	DOWNLOADHANDLER :: Starting new thread: DOWNLOADHANDLER
2023-02-05 08:56:28 INFO	POSTPROCESSQUEUE-POST-PROCESS :: Completed Postproccessing
2023-02-05 08:56:28 INFO	POSTPROCESSQUEUE-POST-PROCESS :: Updated history with resource path: /mnt/usb/medusa/ and resource:  with new status Completed, Postprocessed
2023-02-05 08:56:28 INFO	POSTPROCESSQUEUE-POST-PROCESS :: Post-processing completed.
2023-02-05 08:56:28 DEBUG	POSTPROCESSQUEUE-POST-PROCESS :: Deleted folder: /mnt/usb/medusa/Mayor.of.Kingstown.S02E04.720p.WEB.x265-MiNX[TGx]
2023-02-05 08:56:28 INFO	POSTPROCESSQUEUE-POST-PROCESS :: Deleting folder (if it's empty): /mnt/usb/medusa/Mayor.of.Kingstown.S02E04.720p.WEB.x265-MiNX[TGx]
2023-02-05 08:56:28 DEBUG	POSTPROCESSQUEUE-POST-PROCESS :: Deleting file: source.txt
2023-02-05 08:56:28 DEBUG	POSTPROCESSQUEUE-POST-PROCESS :: Deleting file: [TGx]Downloaded from torrentgalaxy.to .txt
2023-02-05 08:56:28 DEBUG	POSTPROCESSQUEUE-POST-PROCESS :: Deleting file: NEW upcoming releases by Xclusive.txt
2023-02-05 08:56:28 INFO	POSTPROCESSQUEUE-POST-PROCESS :: Processing succeeded for /mnt/usb/medusa/Mayor.of.Kingstown.S02E04.720p.WEB.x265-MiNX[TGx]/Mayor.of.Kingstown.S02E04.720p.WEB.x265-MiNX.mkv
2023-02-05 08:56:28 DEBUG	POSTPROCESSQUEUE-POST-PROCESS :: Notification for NMJ scan update not enabled, skipping this notification
2023-02-05 08:56:28 DEBUG	POSTPROCESSQUEUE-POST-PROCESS :: Transaction with 1 queries executed
2023-02-05 08:56:28 DEBUG	POSTPROCESSQUEUE-POST-PROCESS :: 386630: Setter sets location to /mnt/usb/Shows/Mayor of Kingstown/Season 02/Mayor of Kingstown - S02E04 - The Pool.mkv
2023-02-05 08:56:28 DEBUG	POSTPROCESSQUEUE-POST-PROCESS :: Moving file from /mnt/usb/medusa/Mayor.of.Kingstown.S02E04.720p.WEB.x265-MiNX[TGx]/Mayor.of.Kingstown.S02E04.720p.WEB.x265-MiNX.mkv to /mnt/usb/Shows/Mayor of Kingstown/Season 02/Mayor of Kingstown - S02E04 - The Pool.mkv 
2023-02-05 08:56:28 DEBUG	POSTPROCESSQUEUE-POST-PROCESS :: Checking if the path /mnt/usb/Shows/Mayor of Kingstown/Season 02 already exists
2023-02-05 08:56:28 DEBUG	POSTPROCESSQUEUE-POST-PROCESS :: Destination folder for this episode: /mnt/usb/Shows/Mayor of Kingstown/Season 02
2023-02-05 08:56:28 DEBUG	POSTPROCESSQUEUE-POST-PROCESS :: 386630: Formatting pattern: Season %0S -> Season 02
2023-02-05 08:56:28 DEBUG	POSTPROCESSQUEUE-POST-PROCESS :: Found codec for Mayor of Kingstown The Pool
2023-02-05 08:56:28 DEBUG	POSTPROCESSQUEUE-POST-PROCESS :: Parsed Mayor.of.Kingstown.S02E04.720p.WEB.x265-MiNX into title: Mayor of Kingstown, season: 2, episode: [4], screen_size: 720p, source: Web, video_codec: H.265, video_encoder: x265, release_group: MiNX, type: episode, parsing_time: 0.2551543712615967, absolute_episode: [], quality: 720p WEB-DL, total_time: 0.2553293704986572
2023-02-05 08:56:28 DEBUG	POSTPROCESSQUEUE-POST-PROCESS :: Matched release Mayor.of.Kingstown.S02E04.720p.WEB.x265-MiNX to a series in your database: Mayor of Kingstown using guessit title: Mayor of Kingstown
2023-02-05 08:56:27 DEBUG	POSTPROCESSQUEUE-POST-PROCESS :: New guessit parse for item Mayor.of.Kingstown.S02E04.720p.WEB.x265-MiNX
2023-02-05 08:56:27 DEBUG	POSTPROCESSQUEUE-POST-PROCESS :: Trying guessit cache for item Mayor.of.Kingstown.S02E04.720p.WEB.x265-MiNX
2023-02-05 08:56:27 DEBUG	POSTPROCESSQUEUE-POST-PROCESS :: 386630: Formatting pattern: %SN - S%0SE04 - %EN -> Mayor of Kingstown - S02E04 - The Pool
2023-02-05 08:56:27 DEBUG	POSTPROCESSQUEUE-POST-PROCESS :: Found codec for Mayor of Kingstown The Pool
2023-02-05 08:56:27 DEBUG	POSTPROCESSQUEUE-POST-PROCESS :: Parsed Mayor.of.Kingstown.S02E04.720p.WEB.x265-MiNX into title: Mayor of Kingstown, season: 2, episode: [4], screen_size: 720p, source: Web, video_codec: H.265, video_encoder: x265, release_group: MiNX, type: episode, parsing_time: 0.25170421600341797, absolute_episode: [], quality: 720p WEB-DL, total_time: 0.2518942356109619
2023-02-05 08:56:27 DEBUG	POSTPROCESSQUEUE-POST-PROCESS :: Matched release Mayor.of.Kingstown.S02E04.720p.WEB.x265-MiNX to a series in your database: Mayor of Kingstown using guessit title: Mayor of Kingstown
2023-02-05 08:56:27 DEBUG	POSTPROCESSQUEUE-POST-PROCESS :: New guessit parse for item Mayor.of.Kingstown.S02E04.720p.WEB.x265-MiNX
2023-02-05 08:56:27 DEBUG	POSTPROCESSQUEUE-POST-PROCESS :: Trying guessit cache for item Mayor.of.Kingstown.S02E04.720p.WEB.x265-MiNX
2023-02-05 08:56:27 DEBUG	POSTPROCESSQUEUE-POST-PROCESS :: Folder name (Mayor.of.Kingstown.S02E04.720p.WEB.x265-MiNX[TGx]) appears to be a valid release name. Using it.
2023-02-05 08:56:27 DEBUG	POSTPROCESSQUEUE-POST-PROCESS :: Parsed Mayor.of.Kingstown.S02E04.720p.WEB.x265-MiNX[TGx] into title: Mayor of Kingstown, season: 2, episode: [4], screen_size: 720p, source: Web, video_codec: H.265, video_encoder: x265, release_group: MiNX, type: episode, parsing_time: 0.2565188407897949, absolute_episode: [], quality: 720p WEB-DL, total_time: 0.2590336799621582 and added to cache
2023-02-05 08:56:27 DEBUG	POSTPROCESSQUEUE-POST-PROCESS :: Matched release Mayor.of.Kingstown.S02E04.720p.WEB.x265-MiNX[TGx] to a series in your database: Mayor of Kingstown using guessit title: Mayor of Kingstown
2023-02-05 08:56:27 DEBUG	POSTPROCESSQUEUE-POST-PROCESS :: No mapping found, returning passed season and episode S02E04 for show Mayor of Kingstown
2023-02-05 08:56:27 DEBUG	POSTPROCESSQUEUE-POST-PROCESS :: New guessit parse for item Mayor.of.Kingstown.S02E04.720p.WEB.x265-MiNX[TGx]
2023-02-05 08:56:27 DEBUG	POSTPROCESSQUEUE-POST-PROCESS :: Trying guessit cache for item Mayor.of.Kingstown.S02E04.720p.WEB.x265-MiNX[TGx]
2023-02-05 08:56:27 DEBUG	POSTPROCESSQUEUE-POST-PROCESS :: Found release name Mayor.of.Kingstown.S02E04.720p.WEB.x265-MiNX
2023-02-05 08:56:27 DEBUG	POSTPROCESSQUEUE-POST-PROCESS :: Trying to determine free space on destination drive
2023-02-05 08:56:27 INFO	POSTPROCESSQUEUE-POST-PROCESS :: This download is marked a priority download so I'm going to replace an existing file if I find one
2023-02-05 08:56:27 DEBUG	POSTPROCESSQUEUE-POST-PROCESS :: There is no existing file so there's no worries about replacing it
2023-02-05 08:56:27 INFO	POSTPROCESSQUEUE-POST-PROCESS :: New size: 204.16 MB
2023-02-05 08:56:27 INFO	POSTPROCESSQUEUE-POST-PROCESS :: New file: /mnt/usb/medusa/Mayor.of.Kingstown.S02E04.720p.WEB.x265-MiNX[TGx]/Mayor.of.Kingstown.S02E04.720p.WEB.x265-MiNX.mkv
2023-02-05 08:56:27 DEBUG	POSTPROCESSQUEUE-POST-PROCESS :: This episode is a priority download: True
2023-02-05 08:56:27 DEBUG	POSTPROCESSQUEUE-POST-PROCESS :: Proper: False
2023-02-05 08:56:27 DEBUG	POSTPROCESSQUEUE-POST-PROCESS :: New quality: 720p WEB-DL
2023-02-05 08:56:27 DEBUG	POSTPROCESSQUEUE-POST-PROCESS :: Current quality: 720p WEB-DL
2023-02-05 08:56:27 DEBUG	POSTPROCESSQUEUE-POST-PROCESS :: Resource name: None
2023-02-05 08:56:27 DEBUG	POSTPROCESSQUEUE-POST-PROCESS :: Info hash: aee597b2db82f12cfcd77dd8da51457f441e6904
2023-02-05 08:56:27 DEBUG	POSTPROCESSQUEUE-POST-PROCESS :: Manually snatched: False
2023-02-05 08:56:27 DEBUG	POSTPROCESSQUEUE-POST-PROCESS :: Snatch in history: True
2023-02-05 08:56:27 DEBUG	POSTPROCESSQUEUE-POST-PROCESS :: Quality of the episode we are processing: 720p WEB-DL
2023-02-05 08:56:27 DEBUG	POSTPROCESSQUEUE-POST-PROCESS :: This episode was found in history as SNATCHED.
2023-02-05 08:56:27 DEBUG	POSTPROCESSQUEUE-POST-PROCESS :: The episode file has a quality in it, using that: 720p WEB-DL
2023-02-05 08:56:27 DEBUG	POSTPROCESSQUEUE-POST-PROCESS :: Retrieving episode object for Mayor of Kingstown S02E04
2023-02-05 08:56:27 DEBUG	POSTPROCESSQUEUE-POST-PROCESS :: Show information parsed from file name
2023-02-05 08:56:27 DEBUG	POSTPROCESSQUEUE-POST-PROCESS :: Parsed Mayor.of.Kingstown.S02E04.720p.WEB.x265-MiNX.mkv into title: Mayor of Kingstown, season: 2, episode: [4], screen_size: 720p, source: Web, video_codec: H.265, video_encoder: x265, release_group: MiNX, container: mkv, mimetype: video/x-matroska, type: episode, parsing_time: 0.26740503311157227, absolute_episode: [], quality: 720p WEB-DL, total_time: 0.2699596881866455 and added to cache
2023-02-05 08:56:27 DEBUG	POSTPROCESSQUEUE-POST-PROCESS :: Matched release Mayor.of.Kingstown.S02E04.720p.WEB.x265-MiNX.mkv to a series in your database: Mayor of Kingstown using guessit title: Mayor of Kingstown
2023-02-05 08:56:27 DEBUG	POSTPROCESSQUEUE-POST-PROCESS :: No mapping found, returning passed season and episode S02E04 for show Mayor of Kingstown
2023-02-05 08:56:27 DEBUG	POSTPROCESSQUEUE-POST-PROCESS :: New guessit parse for item Mayor.of.Kingstown.S02E04.720p.WEB.x265-MiNX.mkv
2023-02-05 08:56:27 DEBUG	POSTPROCESSQUEUE-POST-PROCESS :: Trying guessit cache for item Mayor.of.Kingstown.S02E04.720p.WEB.x265-MiNX.mkv
2023-02-05 08:56:27 DEBUG	POSTPROCESSQUEUE-POST-PROCESS :: Analyzing name: Mayor.of.Kingstown.S02E04.720p.WEB.x265-MiNX.mkv
2023-02-05 08:56:27 INFO	POSTPROCESSQUEUE-POST-PROCESS :: Processing /mnt/usb/medusa/Mayor.of.Kingstown.S02E04.720p.WEB.x265-MiNX[TGx]/Mayor.of.Kingstown.S02E04.720p.WEB.x265-MiNX.mkv
2023-02-05 08:56:27 DEBUG	POSTPROCESSQUEUE-POST-PROCESS :: Found unwanted files: ['NEW upcoming releases by Xclusive.txt', '[TGx]Downloaded from torrentgalaxy.to .txt', 'source.txt']
2023-02-05 08:56:27 DEBUG	POSTPROCESSQUEUE-POST-PROCESS :: Post-processing video files: ['Mayor.of.Kingstown.S02E04.720p.WEB.x265-MiNX.mkv']
2023-02-05 08:56:27 DEBUG	POSTPROCESSQUEUE-POST-PROCESS :: Post-processing files: ['Mayor.of.Kingstown.S02E04.720p.WEB.x265-MiNX.mkv', 'NEW upcoming releases by Xclusive.txt', '[TGx]Downloaded from torrentgalaxy.to .txt', 'source.txt']
2023-02-05 08:56:27 DEBUG	POSTPROCESSQUEUE-POST-PROCESS :: Processing folder: /mnt/usb/medusa/Mayor.of.Kingstown.S02E04.720p.WEB.x265-MiNX[TGx]
2023-02-05 08:56:27 DEBUG	POSTPROCESSQUEUE-POST-PROCESS :: No resource_name passed, using path [/mnt/usb/medusa/Mayor.of.Kingstown.S02E04.720p.WEB.x265-MiNX[TGx]] to process as a source folder
2023-02-05 08:56:27 DEBUG	POSTPROCESSQUEUE-POST-PROCESS :: No processable items found in folder: /mnt/usb/medusa
2023-02-05 08:56:27 INFO	POSTPROCESSQUEUE-POST-PROCESS :: Processing path: /mnt/usb/medusa/
2023-02-05 08:56:27 INFO	POSTPROCESSQUEUE-POST-PROCESS :: Beginning postprocessing for path /mnt/usb/medusa/ and resource 
2023-02-05 08:56:24 INFO	DOWNLOADHANDLER :: Qbittorrent torrent: [] using state: [uploading]
2023-02-05 08:56:24 DEBUG	DOWNLOADHANDLER :: Sending postprocess job for torrent with info_hash: aee597b2db82f12cfcd77dd8da51457f441e6904
status: Completed
client: **********
destination: /mnt/usb/medusa/
resource: Mayor.of.Kingstown.S02E04.720p.WEB.x265.MiNX[TGx]
2023-02-05 08:56:24 INFO	DOWNLOADHANDLER :: Qbittorrent torrent: [] using state: [uploading]
2023-02-05 08:56:24 INFO	DOWNLOADHANDLER :: Updating status to [Completed] for Mayor.of.Kingstown.S02E04.720p.WEB.x265.MiNX[TGx] with info_hash aee597b2db82f12cfcd77dd8da51457f441e6904
2023-02-05 08:56:24 DEBUG	DOWNLOADHANDLER :: Found torrent on ********** with info_hash aee597b2db82f12cfcd77dd8da51457f441e6904
2023-02-05 08:56:24 INFO	DOWNLOADHANDLER :: Qbittorrent torrent: [] using state: [uploading]
2023-02-05 08:56:24 DEBUG	DOWNLOADHANDLER :: User-Agent: Medusa/1.0.11 (Linux; 5.15.84-v7+; b212a262-a4a7-11ed-9153-b827ebedc85b)
2023-02-05 08:56:24 DEBUG	DOWNLOADHANDLER :: GET URL: http://192.168.0.100:1340/api/v2/torrents/info [Status: 200]
2023-02-05 08:56:24 DEBUG	DOWNLOADHANDLER :: User-Agent: Medusa/1.0.11 (Linux; 5.15.84-v7+; b212a262-a4a7-11ed-9153-b827ebedc85b)
2023-02-05 08:56:24 DEBUG	DOWNLOADHANDLER :: GET URL: http://192.168.0.100:1340/api/v2/app/webapiVersion [Status: 200]
2023-02-05 08:56:24 DEBUG	DOWNLOADHANDLER :: With post data: username=**********&password=**********
2023-02-05 08:56:24 DEBUG	DOWNLOADHANDLER :: User-Agent: Medusa/1.0.11 (Linux; 5.15.84-v7+; b212a262-a4a7-11ed-9153-b827ebedc85b)
2023-02-05 08:56:24 DEBUG	DOWNLOADHANDLER :: POST URL: http://192.168.0.100:1340/api/v2/auth/login [Status: 200]
2023-02-05 08:56:24 DEBUG	DOWNLOADHANDLER :: Starting new thread: DOWNLOADHANDLER
2023-02-05 08:53:07 DEBUG	SNATCHQUEUE-SNATCH-386630 :: Transaction with 1 queries executed
2023-02-05 08:53:07 DEBUG	SNATCHQUEUE-SNATCH-386630 :: 386630: Formatting pattern: %SN - %Sx04 - %EN - %QN -> Mayor of Kingstown - 2x04 - The Pool - 720p WEB-DL
2023-02-05 08:53:07 DEBUG	SNATCHQUEUE-SNATCH-386630 :: Found codec for Mayor of Kingstown The Pool
2023-02-05 08:53:07 DEBUG	SNATCHQUEUE-SNATCH-386630 :: Checking if we should stop searching for a better quality for for episode Mayor.of.Kingstown.S02E04.720p.WEB.x265.MiNX[TGx]
2023-02-05 08:53:07 INFO	SNATCHQUEUE-SNATCH-386630 :: qBittorrent: Unable to set torrent priority because torrent queueing is disabled in qBittorrent settings.
2023-02-05 08:53:07 INFO	SNATCHQUEUE-SNATCH-386630 :: qBittorrent: Conflict
2023-02-05 08:53:07 DEBUG	SNATCHQUEUE-SNATCH-386630 :: With post data: hashes=aee597b2db82f12cfcd77dd8da51457f441e6904
2023-02-05 08:53:07 DEBUG	SNATCHQUEUE-SNATCH-386630 :: User-Agent: Medusa/1.0.11 (Linux; 5.15.84-v7+; b212a262-a4a7-11ed-9153-b827ebedc85b)
2023-02-05 08:53:07 DEBUG	SNATCHQUEUE-SNATCH-386630 :: POST URL: http://192.168.0.100:1340/api/v2/torrents/increasePrio [Status: 409]
2023-02-05 08:53:06 DEBUG	SNATCHQUEUE-SNATCH-386630 :: qBittorrent: Response to POST request is 
2023-02-05 08:53:06 DEBUG	SNATCHQUEUE-SNATCH-386630 :: With post data: hashes=aee597b2db82f12cfcd77dd8da51457f441e6904&category=medusa
2023-02-05 08:53:06 DEBUG	SNATCHQUEUE-SNATCH-386630 :: User-Agent: Medusa/1.0.11 (Linux; 5.15.84-v7+; b212a262-a4a7-11ed-9153-b827ebedc85b)
2023-02-05 08:53:06 DEBUG	SNATCHQUEUE-SNATCH-386630 :: POST URL: http://192.168.0.100:1340/api/v2/torrents/setCategory [Status: 200]
2023-02-05 08:53:06 DEBUG	SNATCHQUEUE-SNATCH-386630 :: qBittorrent: Response to POST request is 
2023-02-05 08:53:06 DEBUG	SNATCHQUEUE-SNATCH-386630 :: With post data: hashes=aee597b2db82f12cfcd77dd8da51457f441e6904
2023-02-05 08:53:06 DEBUG	SNATCHQUEUE-SNATCH-386630 :: User-Agent: Medusa/1.0.11 (Linux; 5.15.84-v7+; b212a262-a4a7-11ed-9153-b827ebedc85b)
2023-02-05 08:53:06 DEBUG	SNATCHQUEUE-SNATCH-386630 :: POST URL: http://192.168.0.100:1340/api/v2/torrents/resume [Status: 200]
2023-02-05 08:53:06 DEBUG	SNATCHQUEUE-SNATCH-386630 :: qBittorrent: Response to POST request is Ok.
2023-02-05 08:53:06 DEBUG	SNATCHQUEUE-SNATCH-386630 :: With post data: urls=magnet%3A%3Fxt%3Durn%3Abtih%3AAEE597B2DB82F12CFCD77DD8DA51457F441E6904%26dn%3DMayor%2Bof%2BKingstown%2BS02E04%2B720p%2BWEB%2Bx265-MiNX%255BTGx%255D%26tr%3Dudp%253A%252F%252Fopen.stealth.si%253A80%252Fannounce%26tr%3Dudp%253A%252F%252Ftracker.opentrackr.org%253A1337%252Fannounce%26tr%3Dudp%253A%252F%252Fipv4.tracker.harry.lu%253A80%252Fannounce%26tr%3Dudp%253A%252F%252Ftracker.tiny-vps.com%253A6969%252Fannounce%26tr%3Dudp%253A%252F%252Ftracker.cyberia.is%253A6969%252Fannounce%26tr%3Dudp%253A%252F%252Ftracker.torrent.eu.org%253A451%252Fannounce%26tr%3Dudp%253A%252F%252Fexodus.desync.com%253A6969%252Fannounce%26tr%3Dudp%253A%252F%252Fipv6.tracker.harry.lu%253A80%252Fannounce%26tr%3Dudp%253A%252F%252Ftracker.coppersurfer.tk%253A6969%252Fannounce%26tr%3Dudp%253A%252F%252F9.rarbg.to%253A2710%252Fannounce%26tr%3Dudp%253A%252F%252Ftracker.leechers-paradise.org%253A6969%252Fannounce%26tr%3Dudp%253A%252F%252Ftracker.open-internet.nl%253A6969%252Fannounce%26tr%3Dudp%253A%252F%252Fopen.demonii.si%253A1337%252Fannounce%26tr%3Dudp%253A%252F%252Ftracker.pirateparty.gr%253A6969%252Fannounce%26tr%3Dudp%253A%252F%252Fdenis.stalker.upeer.me%253A6969%252Fannounce%26tr%3Dudp%253A%252F%252Fp4p.arenabg.com%253A1337%252Fannounce&category=medusa
2023-02-05 08:53:06 DEBUG	SNATCHQUEUE-SNATCH-386630 :: User-Agent: Medusa/1.0.11 (Linux; 5.15.84-v7+; b212a262-a4a7-11ed-9153-b827ebedc85b)
2023-02-05 08:53:06 DEBUG	SNATCHQUEUE-SNATCH-386630 :: POST URL: http://192.168.0.100:1340/api/v2/torrents/add [Status: 200]
2023-02-05 08:53:06 INFO	SNATCHQUEUE-SNATCH-386630 :: Adding "magnet:?xt=urn:btih:AEE597B2DB82F12CFCD77DD8DA51457F441E6904&dn=Mayor+of+Kingstown+S02E04+720p+WEB+x265-MiNX%5BTGx%5D&tr=udp%3A%2F%2Fopen.stealth.si%3A80%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fipv4.tracker.harry.lu%3A80%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.cyberia.is%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.torrent.eu.org%3A451%2Fannounce&tr=udp%3A%2F%2Fexodus.desync.com%3A6969%2Fannounce&tr=udp%3A%2F%2Fipv6.tracker.harry.lu%3A80%2Fannounce&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.to%3A2710%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.open-internet.nl%3A6969%2Fannounce&tr=udp%3A%2F%2Fopen.demonii.si%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.pirateparty.gr%3A6969%2Fannounce&tr=udp%3A%2F%2Fdenis.stalker.upeer.me%3A6969%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce" to qBittorrent
2023-02-05 08:53:06 DEBUG	SNATCHQUEUE-SNATCH-386630 :: User-Agent: Medusa/1.0.11 (Linux; 5.15.84-v7+; b212a262-a4a7-11ed-9153-b827ebedc85b)
2023-02-05 08:53:06 DEBUG	SNATCHQUEUE-SNATCH-386630 :: GET URL: http://192.168.0.100:1340/api/v2/app/webapiVersion [Status: 200]
2023-02-05 08:53:06 DEBUG	SNATCHQUEUE-SNATCH-386630 :: With post data: username=**********&password=**********
2023-02-05 08:53:06 DEBUG	SNATCHQUEUE-SNATCH-386630 :: User-Agent: Medusa/1.0.11 (Linux; 5.15.84-v7+; b212a262-a4a7-11ed-9153-b827ebedc85b)
2023-02-05 08:53:06 DEBUG	SNATCHQUEUE-SNATCH-386630 :: POST URL: http://192.168.0.100:1340/api/v2/auth/login [Status: 200]
2023-02-05 08:53:06 DEBUG	SNATCHQUEUE-SNATCH-386630 :: User-Agent: Medusa/1.0.11 (Linux; 5.15.84-v7+; b212a262-a4a7-11ed-9153-b827ebedc85b)
2023-02-05 08:53:06 DEBUG	SNATCHQUEUE-SNATCH-386630 :: GET URL: http://192.168.0.100:9117/dl/limetorrents/?jackett_apikey=**********&path=Q2ZESjhEaV9Na0J6dFVOS3NOU001MUJZckowVUFqa09LNGoxX2NVOUdqVXppNUdtY2NtM1pyRUtMQzYyTTRJcFlKZFNTdkJReDhYeEVJc3hqaVZCWmJLM0ExTC03ZmFpRlJoTFRIdmRiUS1IRngwT3NwUG9SM19OcEZRc3kyV2ZNUlBBOXROWWp2Q1BXbGQ4ampTZm1kU0FwYTVpc2M4cUtSYy1uRWhPYm9LVnpzTmVHUGh1dnRFS2xydHgwc083MzNldUtONHRESm1nNXUwSjVkbWs2ZGNRWmhQdjNyX18yS0V5MU12U05YNFRRNlFLM254MTBfaGw4V21EcFp1emtzUmlIdw&file=Mayor+of+Kingstown+S02E04+720p+WEB+x265+MiNX%5BTGx%5D [Status: 302]
2023-02-05 08:53:06 DEBUG	SNATCHQUEUE-SNATCH-386630 :: Using alternative method to retrieve redirect URL
2023-02-05 08:53:06 DEBUG	SNATCHQUEUE-SNATCH-386630 :: Error requesting url http://192.168.0.100:9117/dl/limetorrents/?jackett_apikey=**********&path=Q2ZESjhEaV9Na0J6dFVOS3NOU001MUJZckowVUFqa09LNGoxX2NVOUdqVXppNUdtY2NtM1pyRUtMQzYyTTRJcFlKZFNTdkJReDhYeEVJc3hqaVZCWmJLM0ExTC03ZmFpRlJoTFRIdmRiUS1IRngwT3NwUG9SM19OcEZRc3kyV2ZNUlBBOXROWWp2Q1BXbGQ4ampTZm1kU0FwYTVpc2M4cUtSYy1uRWhPYm9LVnpzTmVHUGh1dnRFS2xydHgwc083MzNldUtONHRESm1nNXUwSjVkbWs2ZGNRWmhQdjNyX18yS0V5MU12U05YNFRRNlFLM254MTBfaGw4V21EcFp1emtzUmlIdw&file=Mayor+of+Kingstown+S02E04+720p+WEB+x265+MiNX%5BTGx%5D Error: No connection adapters were found for 'magnet:?xt=urn:btih:AEE597B2DB82F12CFCD77DD8DA51457F441E6904&dn=Mayor+of+Kingstown+S02E04+720p+WEB+x265-MiNX%5BTGx%5D&tr=udp%3A%2F%2Fopen.stealth.si%3A80%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fipv4.tracker.harry.lu%3A80%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.cyberia.is%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.torrent.eu.org%3A451%2Fannounce&tr=udp%3A%2F%2Fexodus.desync.com%3A6969%2Fannounce&tr=udp%3A%2F%2Fipv6.tracker.harry.lu%3A80%2Fannounce&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.to%3A2710%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.open-internet.nl%3A6969%2Fannounce&tr=udp%3A%2F%2Fopen.demonii.si%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.pirateparty.gr%3A6969%2Fannounce&tr=udp%3A%2F%2Fdenis.stalker.upeer.me%3A6969%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce'
2023-02-05 08:53:06 DEBUG	SNATCHQUEUE-SNATCH-386630 :: User-Agent: Medusa/1.0.11 (Linux; 5.15.84-v7+; b212a262-a4a7-11ed-9153-b827ebedc85b)
2023-02-05 08:53:06 DEBUG	SNATCHQUEUE-SNATCH-386630 :: GET URL: http://192.168.0.100:9117/dl/limetorrents/?jackett_apikey=**********&path=Q2ZESjhEaV9Na0J6dFVOS3NOU001MUJZckowVUFqa09LNGoxX2NVOUdqVXppNUdtY2NtM1pyRUtMQzYyTTRJcFlKZFNTdkJReDhYeEVJc3hqaVZCWmJLM0ExTC03ZmFpRlJoTFRIdmRiUS1IRngwT3NwUG9SM19OcEZRc3kyV2ZNUlBBOXROWWp2Q1BXbGQ4ampTZm1kU0FwYTVpc2M4cUtSYy1uRWhPYm9LVnpzTmVHUGh1dnRFS2xydHgwc083MzNldUtONHRESm1nNXUwSjVkbWs2ZGNRWmhQdjNyX18yS0V5MU12U05YNFRRNlFLM254MTBfaGw4V21EcFp1emtzUmlIdw&file=Mayor+of+Kingstown+S02E04+720p+WEB+x265+MiNX%5BTGx%5D [Status: 302]
2023-02-05 08:53:05 DEBUG	SNATCHQUEUE-SNATCH-386630 :: Retrieving redirect URL for http://192.168.0.100:9117/dl/limetorrents/?jackett_apikey=**********&path=Q2ZESjhEaV9Na0J6dFVOS3NOU001MUJZckowVUFqa09LNGoxX2NVOUdqVXppNUdtY2NtM1pyRUtMQzYyTTRJcFlKZFNTdkJReDhYeEVJc3hqaVZCWmJLM0ExTC03ZmFpRlJoTFRIdmRiUS1IRngwT3NwUG9SM19OcEZRc3kyV2ZNUlBBOXROWWp2Q1BXbGQ4ampTZm1kU0FwYTVpc2M4cUtSYy1uRWhPYm9LVnpzTmVHUGh1dnRFS2xydHgwc083MzNldUtONHRESm1nNXUwSjVkbWs2ZGNRWmhQdjNyX18yS0V5MU12U05YNFRRNlFLM254MTBfaGw4V21EcFp1emtzUmlIdw&file=Mayor+of+Kingstown+S02E04+720p+WEB+x265+MiNX%5BTGx%5D
2023-02-05 08:53:05 INFO	SNATCHQUEUE-SNATCH-386630 :: Downloading Mayor.of.Kingstown.S02E04.720p.WEB.x265.MiNX[TGx] with 17 seeders and 32 leechers and size 204.16 MB from Limetorrent, through a SearchType.DAILY_SEARCH search
2023-02-05 08:53:05 INFO	SNATCHQUEUE-SNATCH-386630 :: Beginning to snatch release: Mayor.of.Kingstown.S02E04.720p.WEB.x265.MiNX[TGx]
2023-02-05 08:53:03 INFO	SEARCHQUEUE-DAILY-SEARCH :: Downloading Mayor.of.Kingstown.S02E04.720p.WEB.x265.MiNX[TGx] with 17 seeders and 32 leechers and size 204.16 MB from Limetorrent
2023-02-05 08:53:03 DEBUG	SEARCHQUEUE-DAILY-SEARCH :: No results to sort.

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

No branches or pull requests

2 participants