No Post-Download Processing and Marking as Downloaded in Mylar

Post any problems / bugs / issues that are Mylar-related in here.
necro
Posts: 17
Joined: Sat Feb 09, 2019 4:05 pm

Re: No Post-Download Processing and Marking as Downloaded in Mylar

Post by necro »

Got it. Sorry for confusion - I know where the logs are now and should be good - the discrepancy between what was in the UI and what's in the log files was just confusing me.

Here's the log after a start, wait until I can access the website/ui (which I opened once), then stop.

10-Feb-2019 13:23:06 - INFO :: mylar.initialize.185 : MainThread : Checking to see if the database has all tables....
10-Feb-2019 13:23:09 - INFO :: mylar.csv_load.1204 : MainThread : Populating Base Exception listings into Mylar....
10-Feb-2019 13:23:09 - INFO :: mylar.csv_load.1206 : MainThread : Populating Custom Exception listings into Mylar....
10-Feb-2019 13:23:10 - INFO :: mylar.dbcheck.1150 : MainThread : Ensuring DB integrity - Removing all Erroneous Comics (ie. named None)
10-Feb-2019 13:23:10 - INFO :: mylar.dbcheck.1152 : MainThread : Correcting Null entries that make the main page break on startup.
10-Feb-2019 13:23:10 - INFO :: mylar.initialize.199 : MainThread : Successfully discovered local IP and locking it in as : 192.168.0.13
10-Feb-2019 13:23:10 - INFO :: mylar.initialize.258 : MainThread : Remapping the sorting to allow for new additions.
10-Feb-2019 13:23:10 - INFO :: mylar.ComicSort.759 : MainThread : Sucessfully ordered 67 series in your watchlist.
10-Feb-2019 13:23:10 - INFO :: mylar.validateAndCreateDirectory.1566 : MainThread : [DIRECTORY-CHECK] Found comic directory: /opt/Mylar
10-Feb-2019 13:23:10 - INFO :: mylar.daemonize.316 : MAIN : Daemonized to PID: 30603
10-Feb-2019 13:23:10 - INFO :: mylar.daemonize.318 : MAIN : Writing PID 30603 to /var/run/mylar/mylar.pid
10-Feb-2019 13:23:10 - INFO :: mylar.main.280 : MAIN : Starting Mylar on forced port: 8090
10-Feb-2019 13:23:10 - INFO :: mylar.initialize.72 : MAIN : Starting Mylar on http://0.0.0.0:8090/
10-Feb-2019 13:23:10 - INFO :: mylar.versionload.309 : MAIN : Version information: development [33c09924f67b980d3a3331e3f0c56c5841f5cb9b]
10-Feb-2019 13:23:11 - INFO :: mylar.checkGithub.196 : MAIN : Mylar is up to date
10-Feb-2019 13:23:11 - INFO :: mylar.start.352 : MAIN : DB Updater sccheduled to fire every 5 minutes
10-Feb-2019 13:23:11 - INFO :: mylar.start.386 : MAIN : [SAB-MONITOR] Completed post-processing handling enabled for SABnzbd. Attempting to background load....
10-Feb-2019 13:23:11 - INFO :: mylar.start.392 : MAIN : [AUTO-COMPLETE-NZB] Succesfully started Completed post-processing handling for SABnzbd - will now monitor for completed nzbs within sabnzbd and post-process automatically....
10-Feb-2019 13:23:11 - INFO :: mylar.start.396 : MAIN : [SEARCH-QUEUE] Attempting to background load the search queue....
10-Feb-2019 13:23:11 - INFO :: mylar.start.420 : MAIN : [WEEKLY] Checking for existance of Weekly Comic listing...
10-Feb-2019 13:23:11 - INFO :: mylar.start.451 : MAIN : [RSS-FEEDS] Initiating startup-RSS feed checks.
10-Feb-2019 13:23:11 - INFO :: mylar.start.454 : MAIN : [RSS-FEEDS] RSS last run @ 2019-02-10 18:15:24.259579
10-Feb-2019 13:23:11 - INFO :: mylar.start.486 : MAIN : Firing up the Background Schedulers now....
10-Feb-2019 13:23:11 - INFO :: mylar.start.490 : MAIN : Background Schedulers successfully started...
10-Feb-2019 13:24:37 - INFO :: mylar.main.335 : MAIN : Received signal: shutdown
10-Feb-2019 13:24:37 - INFO :: mylar.halt.1230 : MAIN : Shutting down the background schedulers...
10-Feb-2019 13:24:37 - INFO :: mylar.shutdown.1298 : MAIN : Mylar is shutting down...
10-Feb-2019 13:24:37 - INFO :: mylar.shutdown.1307 : MAIN : Removing pidfile /var/run/mylar/mylar.pid
User avatar
evilhero
Site Admin
Posts: 2883
Joined: Sat Apr 20, 2013 3:43 pm
Contact:

Re: No Post-Download Processing and Marking as Downloaded in Mylar

Post by evilhero »

Exactly what I was saying, your PP-QUEUE isn't being initalised. You should have this in your logs near the start:

Code: Select all

[POST-PROCESS-QUEUE] Post Process queue enabled & monitoring for api requests....
POST-PROCESS-QUEUE] Succesfully started Post-Processing Queuer....
Which would lead me to believe that either your config.ini isn't holding the settings you're entering into the GUI, or possibly that it is not enabled.

The 'Enable Post-Processing' in the configuration / Quality & Post-Processsing section has to be enabled within Mylar for the PP-QUEUE to start properly (if you enable it in the GUI because it wasn't enabled, you'll need to save the config and restart).

You should also check your config.ini to see that the post-processing = True (note that you cannot edit the config.ini while Mylar is running as it will hammer any existing configurations). If you're unsure - the location where the config.ini that Mylar uses is indicated in the GUI in the Information tab under Mylar Config File.
necro
Posts: 17
Joined: Sat Feb 09, 2019 4:05 pm

Re: No Post-Download Processing and Marking as Downloaded in Mylar

Post by necro »

Hrm...ok. This is odd. In my ini I have TWO Sabnbzd sections. In one of them, the sab_client_post_processing is false, in one it's true. Going to post some config snippets here since I'm a bit confused on what setting is wonky.


This one is after [Torrents] and in all the download settings, right before indexers.

[SABnzbd]
sab_host = http://localhost:8080
sab_username = None
sab_password = None
sab_apikey = [API REMOVED BY ME WHEN POSTING THIS]
sab_category = comics
sab_priority = Default
sab_to_mylar = False
sab_directory = None
sab_client_post_processing = True
sab_version = 2.3.5

...so, bunch of stuff here with notifications (pushbullet, slack, etc.) then this...

[Client]
nzb_downloader = 0
torrent_downloader = 5

[SABnbzd]
sab_client_post_processing = False

[PostProcess]
pre_scripts = None
snatch_script = None
file_opts = move
extra_scripts = None
enable_snatch_script = False
enable_check_folder = False
local_torrent_pp = False
check_folder = None
snatchedtorrent_notify = False
enable_extra_scripts = False
post_processing = True
post_processing_script = None
enable_pre_scripts = False

...then rest of the config.ini.
necro
Posts: 17
Joined: Sat Feb 09, 2019 4:05 pm

Re: No Post-Download Processing and Marking as Downloaded in Mylar

Post by necro »

Also, when I remove the second sabnzbd section from the config.ini, the log lines you noted still aren't there.

Code: Select all

10-Feb-2019 20:17:45 - INFO    :: mylar.initialize.185 : MainThread : Checking to see if the database has all tables....
10-Feb-2019 20:17:48 - INFO    :: mylar.csv_load.1204 : MainThread : Populating Base Exception listings into Mylar....
10-Feb-2019 20:17:48 - INFO    :: mylar.csv_load.1206 : MainThread : Populating Custom Exception listings into Mylar....
10-Feb-2019 20:17:50 - INFO    :: mylar.dbcheck.1150 : MainThread : Ensuring DB integrity - Removing all Erroneous Comics (ie. named None)
10-Feb-2019 20:17:50 - INFO    :: mylar.dbcheck.1152 : MainThread : Correcting Null entries that make the main page break on startup.
10-Feb-2019 20:17:50 - INFO    :: mylar.initialize.199 : MainThread : Successfully discovered local IP and locking it in as : 192.168.0.13
10-Feb-2019 20:17:50 - INFO    :: mylar.initialize.258 : MainThread : Remapping the sorting to allow for new additions.
10-Feb-2019 20:17:50 - INFO    :: mylar.ComicSort.759 : MainThread : Sucessfully ordered 67 series in your watchlist.
10-Feb-2019 20:17:50 - INFO    :: mylar.validateAndCreateDirectory.1566 : MainThread : [DIRECTORY-CHECK] Found comic directory: /opt/Mylar
10-Feb-2019 20:17:50 - INFO    :: mylar.daemonize.316 : MAIN : Daemonized to PID: 34565
10-Feb-2019 20:17:50 - INFO    :: mylar.daemonize.318 : MAIN : Writing PID 34565 to /var/run/mylar/mylar.pid
10-Feb-2019 20:17:50 - INFO    :: mylar.main.280 : MAIN : Starting Mylar on forced port: 8090
10-Feb-2019 20:17:50 - INFO    :: mylar.initialize.72 : MAIN : Starting Mylar on http://0.0.0.0:8090/
10-Feb-2019 20:17:51 - INFO    :: mylar.versionload.309 : MAIN : Version information: development [33c09924f67b980d3a3331e3f0c56c5841f5cb9b]
10-Feb-2019 20:17:51 - INFO    :: mylar.checkGithub.196 : MAIN : Mylar is up to date
10-Feb-2019 20:17:51 - INFO    :: mylar.start.352 : MAIN : DB Updater sccheduled to fire every 5 minutes
10-Feb-2019 20:17:51 - INFO    :: mylar.start.386 : MAIN : [SAB-MONITOR] Completed post-processing handling enabled for SABnzbd. Attempting to background load....
10-Feb-2019 20:17:51 - INFO    :: mylar.start.392 : MAIN : [AUTO-COMPLETE-NZB] Succesfully started Completed post-processing handling for SABnzbd - will now monitor for completed nzbs within sabnzbd and post-process automatically....
10-Feb-2019 20:17:51 - INFO    :: mylar.start.396 : MAIN : [SEARCH-QUEUE] Attempting to background load the search queue....
10-Feb-2019 20:17:51 - INFO    :: mylar.start.420 : MAIN : [WEEKLY] Checking for existance of Weekly Comic listing...
10-Feb-2019 20:17:51 - INFO    :: mylar.start.441 : MAIN : [WEEKLY] Weekly Pull-Update initializing immediately as it has been 8.50831584891 hours since the last run
10-Feb-2019 20:17:51 - INFO    :: mylar.start.451 : MAIN : [RSS-FEEDS] Initiating startup-RSS feed checks.
10-Feb-2019 20:17:51 - INFO    :: mylar.start.454 : MAIN : [RSS-FEEDS] RSS last run @ 2019-02-10 18:15:24.259579
10-Feb-2019 20:17:51 - INFO    :: mylar.start.486 : MAIN : Firing up the Background Schedulers now....
10-Feb-2019 20:17:51 - INFO    :: mylar.start.490 : MAIN : Background Schedulers successfully started...
10-Feb-2019 20:17:51 - INFO    :: mylar.run.27 : Thread-12 : [WEEKLY] Checking Weekly Pull-list for new releases/updates
10-Feb-2019 20:17:51 - INFO    :: mylar.run.37 : Thread-13 : [RSS-FEEDS] RSS Feed Check Initalizing....
10-Feb-2019 20:17:53 - INFO    :: mylar.run.92 : Thread-13 : [RSS-FEEDS] Initiating RSS Feed Check for NZB Providers.
10-Feb-2019 20:17:56 - INFO    :: mylar.pullit.41 : Thread-12 : Weekly pull list present - checking if it's up-to-date..
10-Feb-2019 20:17:56 - INFO    :: mylar.pullit.70 : Thread-12 : [PULL-LIST] Populating & Loading pull-list data directly from alternate website
10-Feb-2019 20:17:56 - INFO    :: mylar.locg.27 : Thread-12 : pulldate is : 00000000
10-Feb-2019 20:17:57 - INFO    :: mylar.locg.70 : Thread-12 : [WEEKLY-PULL] There are 112 issues for the week of 06, 2019
10-Feb-2019 20:17:58 - INFO    :: mylar.locg.96 : Thread-12 : Re-creating pullist to ensure everything's fresh.
User avatar
evilhero
Site Admin
Posts: 2883
Joined: Sat Apr 20, 2013 3:43 pm
Contact:

Re: No Post-Download Processing and Marking as Downloaded in Mylar

Post by evilhero »

Yeah, the ini hint would be that SABnzbd isn't spelt as SABnbzd within mylar.

Try setting your api_enabled to True in the config.ini (it's under the [API] section (mke sure mylar isn't running when you edit it). You can also enable the API via the web interface in the 2nd tab - but just make sure to save the config and restart mylar after.
necro
Posts: 17
Joined: Sat Feb 09, 2019 4:05 pm

Re: No Post-Download Processing and Marking as Downloaded in Mylar

Post by necro »

BADA-BING!

That did it!

So...what is that API setting? I was looking at it and I thought it was to turn on a mylar API that could be called from other programs if needed to access the cache and other things. Didn't think I would need it on but...obviously you do.

Just curious since it was something I actively saw and didn't turn on because I thought it would cause a problem or wasn't for something I needed.

Code: Select all

10-Feb-2019 20:45:40 - INFO    :: mylar.initialize.185 : MainThread : Checking to see if the database has all tables....
10-Feb-2019 20:45:42 - INFO    :: mylar.csv_load.1204 : MainThread : Populating Base Exception listings into Mylar....
10-Feb-2019 20:45:42 - INFO    :: mylar.csv_load.1206 : MainThread : Populating Custom Exception listings into Mylar....
10-Feb-2019 20:45:43 - INFO    :: mylar.dbcheck.1150 : MainThread : Ensuring DB integrity - Removing all Erroneous Comics (ie. named None)
10-Feb-2019 20:45:43 - INFO    :: mylar.dbcheck.1152 : MainThread : Correcting Null entries that make the main page break on startup.
10-Feb-2019 20:45:43 - INFO    :: mylar.initialize.199 : MainThread : Successfully discovered local IP and locking it in as : 192.168.0.13
10-Feb-2019 20:45:43 - INFO    :: mylar.initialize.258 : MainThread : Remapping the sorting to allow for new additions.
10-Feb-2019 20:45:43 - INFO    :: mylar.ComicSort.759 : MainThread : Sucessfully ordered 67 series in your watchlist.
10-Feb-2019 20:45:43 - INFO    :: mylar.validateAndCreateDirectory.1566 : MainThread : [DIRECTORY-CHECK] Found comic directory: /opt/Mylar
10-Feb-2019 20:45:43 - INFO    :: mylar.daemonize.316 : MAIN : Daemonized to PID: 34879
10-Feb-2019 20:45:43 - INFO    :: mylar.daemonize.318 : MAIN : Writing PID 34879 to /var/run/mylar/mylar.pid
10-Feb-2019 20:45:43 - INFO    :: mylar.main.280 : MAIN : Starting Mylar on forced port: 8090
10-Feb-2019 20:45:43 - INFO    :: mylar.initialize.72 : MAIN : Starting Mylar on http://0.0.0.0:8090/
10-Feb-2019 20:45:44 - INFO    :: mylar.versionload.309 : MAIN : Version information: development [33c09924f67b980d3a3331e3f0c56c5841f5cb9b]
10-Feb-2019 20:45:44 - INFO    :: mylar.checkGithub.196 : MAIN : Mylar is up to date
10-Feb-2019 20:45:44 - INFO    :: mylar.start.352 : MAIN : DB Updater sccheduled to fire every 5 minutes
10-Feb-2019 20:45:44 - INFO    :: mylar.start.386 : MAIN : [SAB-MONITOR] Completed post-processing handling enabled for SABnzbd. Attempting to background load....
10-Feb-2019 20:45:44 - INFO    :: mylar.start.392 : MAIN : [AUTO-COMPLETE-NZB] Succesfully started Completed post-processing handling for SABnzbd - will now monitor for completed nzbs within sabnzbd and post-process automatically....
10-Feb-2019 20:45:44 - INFO    :: mylar.start.396 : MAIN : [SEARCH-QUEUE] Attempting to background load the search queue....
10-Feb-2019 20:45:44 - INFO    :: mylar.start.401 : MAIN : [POST-PROCESS-QUEUE] Post Process queue enabled & monitoring for api requests....
10-Feb-2019 20:45:44 - INFO    :: mylar.start.404 : MAIN : [POST-PROCESS-QUEUE] Succesfully started Post-Processing Queuer....
10-Feb-2019 20:45:44 - INFO    :: mylar.start.420 : MAIN : [WEEKLY] Checking for existance of Weekly Comic listing...
10-Feb-2019 20:45:44 - INFO    :: mylar.start.441 : MAIN : [WEEKLY] Weekly Pull-Update initializing immediately as it has been 8.97305264692 hours since the last run
10-Feb-2019 20:45:44 - INFO    :: mylar.start.451 : MAIN : [RSS-FEEDS] Initiating startup-RSS feed checks.
10-Feb-2019 20:45:44 - INFO    :: mylar.start.454 : MAIN : [RSS-FEEDS] RSS last run @ 2019-02-10 18:15:24.259579
10-Feb-2019 20:45:44 - INFO    :: mylar.start.486 : MAIN : Firing up the Background Schedulers now....
10-Feb-2019 20:45:44 - INFO    :: mylar.start.490 : MAIN : Background Schedulers successfully started...
10-Feb-2019 20:45:44 - INFO    :: mylar.run.27 : Thread-12 : [WEEKLY] Checking Weekly Pull-list for new releases/updates
10-Feb-2019 20:45:44 - INFO    :: mylar.run.37 : Thread-13 : [RSS-FEEDS] RSS Feed Check Initalizing....
10-Feb-2019 20:45:48 - INFO    :: mylar.run.92 : Thread-13 : [RSS-FEEDS] Initiating RSS Feed Check for NZB Providers.
10-Feb-2019 20:45:48 - INFO    :: mylar.pullit.41 : Thread-12 : Weekly pull list present - checking if it's up-to-date..
10-Feb-2019 20:45:48 - INFO    :: mylar.pullit.70 : Thread-12 : [PULL-LIST] Populating & Loading pull-list data directly from alternate website
10-Feb-2019 20:45:48 - INFO    :: mylar.locg.27 : Thread-12 : pulldate is : 00000000
10-Feb-2019 20:45:50 - INFO    :: mylar.locg.70 : Thread-12 : [WEEKLY-PULL] There are 112 issues for the week of 06, 2019
10-Feb-2019 20:45:51 - INFO    :: mylar.locg.96 : Thread-12 : Re-creating pullist to ensure everything's fresh.
10-Feb-2019 20:46:05 - INFO    :: mylar.nzbs.532 : Thread-13 : [RSS] (experimental) 0 entries indexed.
10-Feb-2019 20:46:05 - INFO    :: mylar.nzbs.532 : Thread-13 : [RSS] (dognzb) 25 entries indexed.
10-Feb-2019 20:46:05 - INFO    :: mylar.nzbs.532 : Thread-13 : [RSS] (Personal) 0 entries indexed.
10-Feb-2019 20:46:05 - INFO    :: mylar.nzbs.532 : Thread-13 : [RSS] (NzbCat) 100 entries indexed.
10-Feb-2019 20:46:05 - INFO    :: mylar.nzbs.532 : Thread-13 : [RSS] (AltHub) 100 entries indexed.
10-Feb-2019 20:46:05 - INFO    :: mylar.nzbs.532 : Thread-13 : [RSS] (NZBGeek) 100 entries indexed.
10-Feb-2019 20:46:05 - INFO    :: mylar.nzbs.532 : Thread-13 : [RSS] (Lulunzb) 100 entries indexed.
10-Feb-2019 20:46:05 - INFO    :: mylar.nzbs.532 : Thread-13 : [RSS] (nzbs.org) 13 entries indexed.
10-Feb-2019 20:46:05 - INFO    :: mylar.nzbs.536 : Thread-13 : [RSS] 438 entries have been indexed and are now going to be stored for caching.
necro
Posts: 17
Joined: Sat Feb 09, 2019 4:05 pm

Re: No Post-Download Processing and Marking as Downloaded in Mylar

Post by necro »

Unfortunately, seems to be stopping still. The queue seems to be firing after downloading but...nothing happens. No renaming, moving, etc.

Wondering if maybe the settings I had for ComicRN aren't carrying over since I switched recently.

Code: Select all

10-Feb-2019 20:57:01 - INFO    :: mylar.initialize.185 : MainThread : Checking to see if the database has all tables....
10-Feb-2019 20:57:04 - INFO    :: mylar.csv_load.1204 : MainThread : Populating Base Exception listings into Mylar....
10-Feb-2019 20:57:04 - INFO    :: mylar.csv_load.1206 : MainThread : Populating Custom Exception listings into Mylar....
10-Feb-2019 20:57:05 - INFO    :: mylar.dbcheck.1150 : MainThread : Ensuring DB integrity - Removing all Erroneous Comics (ie. named None)
10-Feb-2019 20:57:05 - INFO    :: mylar.dbcheck.1152 : MainThread : Correcting Null entries that make the main page break on startup.
10-Feb-2019 20:57:05 - INFO    :: mylar.initialize.199 : MainThread : Successfully discovered local IP and locking it in as : 192.168.0.13
10-Feb-2019 20:57:05 - INFO    :: mylar.initialize.258 : MainThread : Remapping the sorting to allow for new additions.
10-Feb-2019 20:57:05 - INFO    :: mylar.ComicSort.759 : MainThread : Sucessfully ordered 67 series in your watchlist.
10-Feb-2019 20:57:05 - INFO    :: mylar.validateAndCreateDirectory.1566 : MainThread : [DIRECTORY-CHECK] Found comic directory: /opt/Mylar
10-Feb-2019 20:57:05 - INFO    :: mylar.daemonize.316 : MAIN : Daemonized to PID: 35057
10-Feb-2019 20:57:05 - INFO    :: mylar.daemonize.318 : MAIN : Writing PID 35057 to /var/run/mylar/mylar.pid
10-Feb-2019 20:57:05 - INFO    :: mylar.main.280 : MAIN : Starting Mylar on forced port: 8090
10-Feb-2019 20:57:05 - INFO    :: mylar.initialize.72 : MAIN : Starting Mylar on http://0.0.0.0:8090/
10-Feb-2019 20:57:05 - INFO    :: mylar.versionload.309 : MAIN : Version information: development [33c09924f67b980d3a3331e3f0c56c5841f5cb9b]
10-Feb-2019 20:57:05 - INFO    :: mylar.checkGithub.196 : MAIN : Mylar is up to date
10-Feb-2019 20:57:05 - INFO    :: mylar.start.352 : MAIN : DB Updater sccheduled to fire every 5 minutes
10-Feb-2019 20:57:05 - INFO    :: mylar.start.386 : MAIN : [SAB-MONITOR] Completed post-processing handling enabled for SABnzbd. Attempting to background load....
10-Feb-2019 20:57:05 - INFO    :: mylar.start.392 : MAIN : [AUTO-COMPLETE-NZB] Succesfully started Completed post-processing handling for SABnzbd - will now monitor for completed nzbs within sabnzbd and post-process automatically....
10-Feb-2019 20:57:05 - INFO    :: mylar.start.396 : MAIN : [SEARCH-QUEUE] Attempting to background load the search queue....
10-Feb-2019 20:57:05 - INFO    :: mylar.start.401 : MAIN : [POST-PROCESS-QUEUE] Post Process queue enabled & monitoring for api requests....
10-Feb-2019 20:57:05 - INFO    :: mylar.start.404 : MAIN : [POST-PROCESS-QUEUE] Succesfully started Post-Processing Queuer....
10-Feb-2019 20:57:05 - INFO    :: mylar.start.420 : MAIN : [WEEKLY] Checking for existance of Weekly Comic listing...
10-Feb-2019 20:57:05 - INFO    :: mylar.start.451 : MAIN : [RSS-FEEDS] Initiating startup-RSS feed checks.
10-Feb-2019 20:57:05 - INFO    :: mylar.start.454 : MAIN : [RSS-FEEDS] RSS last run @ 2019-02-11 01:54:35.419337
10-Feb-2019 20:57:05 - INFO    :: mylar.start.486 : MAIN : Firing up the Background Schedulers now....
10-Feb-2019 20:57:05 - INFO    :: mylar.start.490 : MAIN : Background Schedulers successfully started...
10-Feb-2019 20:57:22 - INFO    :: mylar.searchIssueIDList.1874 : Thread-12 : searching for issueid: 672285
10-Feb-2019 20:57:22 - INFO    :: mylar.NZB_SEARCH.514 : Thread-12 : Shhh be very quiet...I'm looking for The Immortal Hulk issue: 1 (2018) using Personal(newznab) [RSS].
10-Feb-2019 20:57:22 - INFO    :: mylar.search_init.396 : Thread-12 : Could not find Issue 1 of The Immortal Hulk (2018) using Personal [rss]
10-Feb-2019 20:57:22 - INFO    :: mylar.NZB_SEARCH.514 : Thread-12 : Shhh be very quiet...I'm looking for The Immortal Hulk issue: 1 (2018) using experimental [RSS].
10-Feb-2019 20:57:22 - INFO    :: mylar.search_init.396 : Thread-12 : Could not find Issue 1 of The Immortal Hulk (2018) using experimental [rss]
10-Feb-2019 20:57:22 - INFO    :: mylar.NZB_SEARCH.514 : Thread-12 : Shhh be very quiet...I'm looking for The Immortal Hulk issue: 1 (2018) using NZBGeek(newznab) [RSS].
10-Feb-2019 20:57:22 - INFO    :: mylar.search_init.396 : Thread-12 : Could not find Issue 1 of The Immortal Hulk (2018) using NZBGeek [rss]
10-Feb-2019 20:57:22 - INFO    :: mylar.NZB_SEARCH.514 : Thread-12 : Shhh be very quiet...I'm looking for The Immortal Hulk issue: 1 (2018) using NzbCat(newznab) [RSS].
10-Feb-2019 20:57:22 - INFO    :: mylar.search_init.396 : Thread-12 : Could not find Issue 1 of The Immortal Hulk (2018) using NzbCat [rss]
10-Feb-2019 20:57:22 - INFO    :: mylar.NZB_SEARCH.514 : Thread-12 : Shhh be very quiet...I'm looking for The Immortal Hulk issue: 1 (2018) using AltHub(newznab) [RSS].
10-Feb-2019 20:57:22 - INFO    :: mylar.search_init.396 : Thread-12 : Could not find Issue 1 of The Immortal Hulk (2018) using AltHub [rss]
10-Feb-2019 20:57:22 - INFO    :: mylar.NZB_SEARCH.514 : Thread-12 : Shhh be very quiet...I'm looking for The Immortal Hulk issue: 1 (2018) using nzbs.org(newznab) [RSS].
10-Feb-2019 20:57:22 - INFO    :: mylar.search_init.396 : Thread-12 : Could not find Issue 1 of The Immortal Hulk (2018) using nzbs.org [rss]
10-Feb-2019 20:57:22 - INFO    :: mylar.NZB_SEARCH.514 : Thread-12 : Shhh be very quiet...I'm looking for The Immortal Hulk issue: 1 (2018) using dognzb [RSS].
10-Feb-2019 20:57:22 - INFO    :: mylar.search_init.396 : Thread-12 : Could not find Issue 1 of The Immortal Hulk (2018) using dognzb [rss]
10-Feb-2019 20:57:22 - INFO    :: mylar.NZB_SEARCH.514 : Thread-12 : Shhh be very quiet...I'm looking for The Immortal Hulk issue: 1 (2018) using Lulunzb(newznab) [RSS].
10-Feb-2019 20:57:22 - INFO    :: mylar.search_init.396 : Thread-12 : Could not find Issue 1 of The Immortal Hulk (2018) using Lulunzb [rss]
10-Feb-2019 20:57:22 - INFO    :: mylar.NZB_SEARCH.514 : Thread-12 : Shhh be very quiet...I'm looking for The Immortal Hulk issue: 1 (2018) using Personal(newznab) [RSS].
10-Feb-2019 20:57:22 - INFO    :: mylar.search_init.396 : Thread-12 : Could not find Issue 1 of The Immortal Hulk (2018) using Personal [rss]
10-Feb-2019 20:57:22 - INFO    :: mylar.NZB_SEARCH.514 : Thread-12 : Shhh be very quiet...I'm looking for The Immortal Hulk issue: 1 (2018) using experimental [RSS].
10-Feb-2019 20:57:22 - INFO    :: mylar.search_init.396 : Thread-12 : Could not find Issue 1 of The Immortal Hulk (2018) using experimental [rss]
10-Feb-2019 20:57:22 - INFO    :: mylar.NZB_SEARCH.514 : Thread-12 : Shhh be very quiet...I'm looking for The Immortal Hulk issue: 1 (2018) using NZBGeek(newznab) [RSS].
10-Feb-2019 20:57:22 - INFO    :: mylar.search_init.396 : Thread-12 : Could not find Issue 1 of The Immortal Hulk (2018) using NZBGeek [rss]
10-Feb-2019 20:57:22 - INFO    :: mylar.NZB_SEARCH.514 : Thread-12 : Shhh be very quiet...I'm looking for The Immortal Hulk issue: 1 (2018) using NzbCat(newznab) [RSS].
10-Feb-2019 20:57:22 - INFO    :: mylar.search_init.396 : Thread-12 : Could not find Issue 1 of The Immortal Hulk (2018) using NzbCat [rss]
10-Feb-2019 20:57:22 - INFO    :: mylar.NZB_SEARCH.514 : Thread-12 : Shhh be very quiet...I'm looking for The Immortal Hulk issue: 1 (2018) using AltHub(newznab) [RSS].
10-Feb-2019 20:57:22 - INFO    :: mylar.search_init.396 : Thread-12 : Could not find Issue 1 of The Immortal Hulk (2018) using AltHub [rss]
10-Feb-2019 20:57:22 - INFO    :: mylar.NZB_SEARCH.514 : Thread-12 : Shhh be very quiet...I'm looking for The Immortal Hulk issue: 1 (2018) using nzbs.org(newznab) [RSS].
10-Feb-2019 20:57:22 - INFO    :: mylar.search_init.396 : Thread-12 : Could not find Issue 1 of The Immortal Hulk (2018) using nzbs.org [rss]
10-Feb-2019 20:57:22 - INFO    :: mylar.NZB_SEARCH.514 : Thread-12 : Shhh be very quiet...I'm looking for The Immortal Hulk issue: 1 (2018) using dognzb [RSS].
10-Feb-2019 20:57:22 - INFO    :: mylar.search_init.396 : Thread-12 : Could not find Issue 1 of The Immortal Hulk (2018) using dognzb [rss]
10-Feb-2019 20:57:22 - INFO    :: mylar.NZB_SEARCH.514 : Thread-12 : Shhh be very quiet...I'm looking for The Immortal Hulk issue: 1 (2018) using Lulunzb(newznab) [RSS].
10-Feb-2019 20:57:22 - INFO    :: mylar.search_init.396 : Thread-12 : Could not find Issue 1 of The Immortal Hulk (2018) using Lulunzb [rss]
10-Feb-2019 20:57:22 - INFO    :: mylar.NZB_SEARCH.514 : Thread-12 : Shhh be very quiet...I'm looking for The Immortal Hulk issue: 1 (2018) using Personal(newznab) [RSS].
10-Feb-2019 20:57:22 - INFO    :: mylar.search_init.396 : Thread-12 : Could not find Issue 1 of The Immortal Hulk (2018) using Personal [rss]
10-Feb-2019 20:57:22 - INFO    :: mylar.NZB_SEARCH.514 : Thread-12 : Shhh be very quiet...I'm looking for The Immortal Hulk issue: 1 (2018) using experimental [RSS].
10-Feb-2019 20:57:22 - INFO    :: mylar.search_init.396 : Thread-12 : Could not find Issue 1 of The Immortal Hulk (2018) using experimental [rss]
10-Feb-2019 20:57:22 - INFO    :: mylar.NZB_SEARCH.514 : Thread-12 : Shhh be very quiet...I'm looking for The Immortal Hulk issue: 1 (2018) using NZBGeek(newznab) [RSS].
10-Feb-2019 20:57:22 - INFO    :: mylar.search_init.396 : Thread-12 : Could not find Issue 1 of The Immortal Hulk (2018) using NZBGeek [rss]
10-Feb-2019 20:57:22 - INFO    :: mylar.NZB_SEARCH.514 : Thread-12 : Shhh be very quiet...I'm looking for The Immortal Hulk issue: 1 (2018) using NzbCat(newznab) [RSS].
10-Feb-2019 20:57:22 - INFO    :: mylar.search_init.396 : Thread-12 : Could not find Issue 1 of The Immortal Hulk (2018) using NzbCat [rss]
10-Feb-2019 20:57:22 - INFO    :: mylar.NZB_SEARCH.514 : Thread-12 : Shhh be very quiet...I'm looking for The Immortal Hulk issue: 1 (2018) using AltHub(newznab) [RSS].
10-Feb-2019 20:57:22 - INFO    :: mylar.search_init.396 : Thread-12 : Could not find Issue 1 of The Immortal Hulk (2018) using AltHub [rss]
10-Feb-2019 20:57:22 - INFO    :: mylar.NZB_SEARCH.514 : Thread-12 : Shhh be very quiet...I'm looking for The Immortal Hulk issue: 1 (2018) using nzbs.org(newznab) [RSS].
10-Feb-2019 20:57:22 - INFO    :: mylar.search_init.396 : Thread-12 : Could not find Issue 1 of The Immortal Hulk (2018) using nzbs.org [rss]
10-Feb-2019 20:57:22 - INFO    :: mylar.NZB_SEARCH.514 : Thread-12 : Shhh be very quiet...I'm looking for The Immortal Hulk issue: 1 (2018) using dognzb [RSS].
10-Feb-2019 20:57:22 - INFO    :: mylar.search_init.396 : Thread-12 : Could not find Issue 1 of The Immortal Hulk (2018) using dognzb [rss]
10-Feb-2019 20:57:22 - INFO    :: mylar.NZB_SEARCH.514 : Thread-12 : Shhh be very quiet...I'm looking for The Immortal Hulk issue: 1 (2018) using Lulunzb(newznab) [RSS].
10-Feb-2019 20:57:22 - INFO    :: mylar.search_init.396 : Thread-12 : Could not find Issue 1 of The Immortal Hulk (2018) using Lulunzb [rss]
10-Feb-2019 20:57:22 - INFO    :: mylar.NZB_SEARCH.514 : Thread-12 : Shhh be very quiet...I'm looking for The Immortal Hulk issue: 1 (2018) using Personal (newznab).
10-Feb-2019 20:57:22 - INFO    :: mylar.NZB_SEARCH.731 : Thread-12 : pausing for 60 seconds before continuing to avoid hammering
10-Feb-2019 20:57:29 - INFO    :: mylar.NZB_SEARCH.803 : Thread-12 : no errors on data retrieval...proceeding
10-Feb-2019 20:57:29 - INFO    :: mylar.search_init.396 : Thread-12 : Could not find Issue 1 of The Immortal Hulk (2018) using Personal [api]
10-Feb-2019 20:57:29 - INFO    :: mylar.NZB_SEARCH.514 : Thread-12 : Shhh be very quiet...I'm looking for The Immortal Hulk issue: 1 (2018) using experimental.
10-Feb-2019 20:57:29 - INFO    :: mylar.NZB_SEARCH.807 : Thread-12 : sending The Immortal Hulk to experimental search
10-Feb-2019 20:58:01 - INFO    :: mylar.search_init.396 : Thread-12 : Could not find Issue 1 of The Immortal Hulk (2018) using experimental [api]
10-Feb-2019 20:58:01 - INFO    :: mylar.NZB_SEARCH.514 : Thread-12 : Shhh be very quiet...I'm looking for The Immortal Hulk issue: 1 (2018) using NZBGeek (newznab).
10-Feb-2019 20:58:01 - INFO    :: mylar.NZB_SEARCH.731 : Thread-12 : pausing for 60 seconds before continuing to avoid hammering
10-Feb-2019 20:58:06 - INFO    :: mylar.NZB_SEARCH.803 : Thread-12 : no errors on data retrieval...proceeding
10-Feb-2019 20:58:06 - INFO    :: mylar.search_init.396 : Thread-12 : Could not find Issue 1 of The Immortal Hulk (2018) using NZBGeek [api]
10-Feb-2019 20:58:06 - INFO    :: mylar.NZB_SEARCH.514 : Thread-12 : Shhh be very quiet...I'm looking for The Immortal Hulk issue: 1 (2018) using NzbCat (newznab).
10-Feb-2019 20:58:06 - INFO    :: mylar.NZB_SEARCH.731 : Thread-12 : pausing for 60 seconds before continuing to avoid hammering
10-Feb-2019 20:58:06 - INFO    :: mylar.NZB_SEARCH.803 : Thread-12 : no errors on data retrieval...proceeding
10-Feb-2019 20:58:06 - INFO    :: mylar.search_init.396 : Thread-12 : Could not find Issue 1 of The Immortal Hulk (2018) using NzbCat [api]
10-Feb-2019 20:58:06 - INFO    :: mylar.NZB_SEARCH.514 : Thread-12 : Shhh be very quiet...I'm looking for The Immortal Hulk issue: 1 (2018) using AltHub (newznab).
10-Feb-2019 20:58:06 - INFO    :: mylar.NZB_SEARCH.731 : Thread-12 : pausing for 60 seconds before continuing to avoid hammering
10-Feb-2019 20:58:07 - INFO    :: mylar.NZB_SEARCH.803 : Thread-12 : no errors on data retrieval...proceeding
10-Feb-2019 20:58:07 - INFO    :: mylar.searcher.2112 : Thread-12 : Found The Immortal Hulk (2018) #1 using AltHub (newznab)
10-Feb-2019 20:58:07 - INFO    :: mylar.searcher.2117 : Thread-12 : nzbid: 76088e01e122f701cbcf0d50922425f4
10-Feb-2019 20:58:07 - INFO    :: mylar.searcher.2118 : Thread-12 : IssueID: 672285
10-Feb-2019 20:58:07 - INFO    :: mylar.searcher.2119 : Thread-12 : oneoff: False
10-Feb-2019 20:58:07 - INFO    :: mylar.failed_check.244 : Thread-12 : prov  : AltHub (newznab)[76088e01e122f701cbcf0d50922425f4]
10-Feb-2019 20:58:07 - INFO    :: mylar.failed_check.255 : Thread-12 : [FAILED_DOWNLOAD_CHECKER] Successfully marked this download as Good for downloadable content
10-Feb-2019 20:58:07 - INFO    :: mylar.searcher.2287 : Thread-12 : filen: ImmortalHulk-TheBestDefense0012019DigitalZone-Empire -- nzbname: Immortal.Hulk.-.The.Best.Defense.001.2019.Digital.Zone-Empire are not identical. Storing extra value as : ImmortalHulk-TheBestDefense0012019DigitalZone-Empire
10-Feb-2019 20:58:07 - INFO    :: mylar.sender.42 : Thread-12 : parameters set to {'nzbname': u'Immortal.Hulk.-.The.Best.Defense.001.2019.Digital.Zone-Empire.nzb', 'apikey': u'9970be60cb2eaa95813e4f9e6b5ee00c', 'name': u'http://192.168.0.13:8090/api?apikey=f0974d10513fc01e5697fa1a42ad0cf8&cmd=downloadNZB&nzbname=Immortal.Hulk.-.The.Best.Defense.001.2019.Digital.Zone-Empire.nzb', 'cmd': 'downloadNZB', 'cat': u'comics', 'priority': '-100', 'mode': 'addurl', 'output': 'json'}
10-Feb-2019 20:58:07 - INFO    :: mylar.sender.43 : Thread-12 : sending now to http://localhost:8080/api
10-Feb-2019 20:58:07 - INFO    :: mylar.sender.50 : Thread-12 : {u'status': True, u'nzo_ids': [u'SABnzbd_nzo_Acf7iL']}
10-Feb-2019 20:58:07 - INFO    :: mylar.searcher.2624 : Thread-12 : sendtosab: {'status': True, 'issueid': u'672285', 'apicall': True, 'nzo_id': u'SABnzbd_nzo_Acf7iL', 'queue': {'output': 'json', 'search': u'SABnzbd_nzo_Acf7iL', 'apikey': u'9970be60cb2eaa95813e4f9e6b5ee00c', 'mode': 'queue'}, 'comicid': u'111425'}
10-Feb-2019 20:58:07 - INFO    :: mylar.searcher.2636 : Thread-12 : Successfully sent nzb file to SABnzbd
10-Feb-2019 20:58:07 - INFO    :: mylar.nzb_monitor.3153 : AUTO-COMPLETE-NZB : Now loading from queue: {'status': True, 'issueid': u'672285', 'apicall': True, 'nzo_id': u'SABnzbd_nzo_Acf7iL', 'queue': {'output': 'json', 'search': u'SABnzbd_nzo_Acf7iL', 'apikey': u'9970be60cb2eaa95813e4f9e6b5ee00c', 'mode': 'queue'}, 'comicid': u'111425'}
10-Feb-2019 20:58:07 - INFO    :: mylar.NZB_SEARCH.1517 : Thread-12 : mylar.COMICINFO: [{'IssueID': u'672285', 'pack_numbers': None, 'IssueNumber': u'1', 'nzbtitle': u'Immortal Hulk - The Best Defense 001 (2019) (Digital) (Zone-Empire)', 'nzbid': u'76088e01e122f701cbcf0d50922425f4', 'size': '63.3 MB', 'newznab': (u'AltHub', u'https://api.althub.co.za', u'0', u'09bab6d26e6788ad42c67d1f7a6e0922', u'689', u'1'), 'ComicName': u'The Immortal Hulk', 'provider': u'AltHub', 'ComicID': u'111425', 'ComicVolume': None, 'modcomicname': u'The Immortal Hulk', 'link': u'https://althub.co.za/getnzb/76088e01e122f701cbcf0d50922425f4.nzb&i=689&r=09bab6d26e6788ad42c67d1f7a6e0922', 'IssueDate': u'2018-08-01', 'kind': 'usenet', 'torznab': None, 'SARC': None, 'oneoff': False, 'pack_issuelist': None, 'IssueArcID': None, 'comyear': '2018', 'nzbprov': 'newznab', 'tmpprov': u'AltHub (newznab)', 'pack': False}]
10-Feb-2019 20:58:07 - INFO    :: mylar.processor.67 : AUTO-COMPLETE-NZB : sending now to http://localhost:8080/api
10-Feb-2019 20:58:07 - INFO    :: mylar.nzblog.688 : Thread-12 : setting the nzbid for this download grabbed by AltHub (newznab) in the nzblog to : 76088e01e122f701cbcf0d50922425f4
10-Feb-2019 20:58:07 - INFO    :: mylar.processor.68 : AUTO-COMPLETE-NZB : parameters set to {'status': True, 'issueid': u'672285', 'apicall': True, 'nzo_id': u'SABnzbd_nzo_Acf7iL', 'queue': {'output': 'json', 'search': u'SABnzbd_nzo_Acf7iL', 'apikey': u'9970be60cb2eaa95813e4f9e6b5ee00c', 'mode': 'queue'}, 'comicid': u'111425'}
10-Feb-2019 20:58:07 - INFO    :: mylar.nzblog.692 : Thread-12 : setting the alternate nzbname for this download grabbed by AltHub (newznab) in the nzblog to : ImmortalHulk-TheBestDefense0012019DigitalZone-Empire
10-Feb-2019 20:58:08 - INFO    :: mylar.foundsearch.757 : Thread-12 : [UPDATER] Updating status to snatched
10-Feb-2019 20:58:09 - INFO    :: mylar.foundsearch.860 : Thread-12 : [UPDATER] Updated the status (Snatched) complete for The Immortal Hulk Issue: 1
10-Feb-2019 20:58:09 - INFO    :: mylar.searchIssueIDList.1909 : Thread-12 : Completed search request.
10-Feb-2019 20:58:12 - INFO    :: mylar.processor.76 : AUTO-COMPLETE-NZB : successfully queried the queue for status
10-Feb-2019 20:58:27 - INFO    :: mylar.processor.100 : AUTO-COMPLETE-NZB : File has now downloaded!
10-Feb-2019 20:58:27 - INFO    :: mylar.historycheck.120 : AUTO-COMPLETE-NZB : found matching completed item in history. Job has a status of Completed
10-Feb-2019 20:58:27 - INFO    :: mylar.historycheck.127 : AUTO-COMPLETE-NZB : location found @ /media/COREComics/- Mylar Downloads/Immortal.Hulk.-.The.Best.Defense.001.2019.Digital.Zone-Empire/Immortal Hulk - The Best Defense 001 (2019) (Digital) (Zone-Empire).cbr
10-Feb-2019 20:58:27 - INFO    :: mylar.nzb_monitor.3173 : AUTO-COMPLETE-NZB : File successfully downloaded - now initiating completed downloading handling.
10-Feb-2019 20:58:31 - INFO    :: mylar.postprocess_main.3091 : POST-PROCESS-QUEUE : Now loading from post-processing queue: {'issueid': u'672285', 'apicall': True, 'nzb_name': u'Immortal Hulk - The Best Defense 001 (2019) (Digital) (Zone-Empire).cbr', 'nzb_folder': u'/media/COREComics/- Mylar Downloads/Immortal.Hulk.-.The.Best.Defense.001.2019.Digital.Zone-Empire', 'failed': False, 'ddl': False, 'comicid': u'111425'}
10-Feb-2019 20:58:31 - INFO    :: mylar.Process.533 : Thread-13 : Now checking: The Immortal Hulk [111425]
10-Feb-2019 21:02:06 - INFO    :: mylar.dbUpdate.353 : Thread-14 : Update complete
User avatar
evilhero
Site Admin
Posts: 2883
Joined: Sat Apr 20, 2013 3:43 pm
Contact:

Re: No Post-Download Processing and Marking as Downloaded in Mylar

Post by evilhero »

Can you restart mylar again and turn on verbose/debug mode and then try the search again?

If the pp queue is being initialized, which it says it is - there's no reason why it wouldn't be calling the post-processing action.

The comicRN script has nothing to do with CDH, and you can't have both running due to conflicts. Do you still have comicRN active in your SABnzbd for the category?

Are you firing off a force check search every time, or is mylar initiating it itself on startup? Can you try performing a manual search for a given issue via the series detail page (curious if it's a problem with a page relay or related)?

And the API enabled thing is a bug that introduced itself due to some changes and was just forgotten about. So that will be fixed soon
necro
Posts: 17
Joined: Sat Feb 09, 2019 4:05 pm

Re: No Post-Download Processing and Marking as Downloaded in Mylar

Post by necro »

ComicRN is totally turned off - just normal SAB setup now as I have it for Sonarr and Radarr, which I believe use a similar processing queue scheme.

Fairly certain what you asked for is what I actually did - minus the verbose logging. Specifically...
- Clear logs and stop Mylar.
- Delete log file.
- Delete all downloaded files.
- Clear Sabnzbd history
- Go into series (immortal hulk), change missing issue from snatched to wanted.
- Let mylar do it's thing.

However...wow. Capped out the log immediately with this, repeatedly, for the entire 20mb of logs I had allowed:

Code: Select all

10-Feb-2019 21:45:20 - INFO    :: mylar.historycheck.138 : AUTO-COMPLETE-NZB : no file found where it should be @  - is there another script that moves things after completion ?
10-Feb-2019 21:45:20 - INFO    :: mylar.historycheck.120 : AUTO-COMPLETE-NZB : found matching completed item in history. Job has a status of Completed
10-Feb-2019 21:45:20 - INFO    :: mylar.historycheck.138 : AUTO-COMPLETE-NZB : no file found where it should be @  - is there another script that moves things after completion ?
10-Feb-2019 21:45:20 - INFO    :: mylar.historycheck.120 : AUTO-COMPLETE-NZB : found matching completed item in history. Job has a status of Completed
10-Feb-2019 21:45:20 - INFO    :: mylar.historycheck.138 : AUTO-COMPLETE-NZB : no file found where it should be @  - is there another script that moves things after completion ?
10-Feb-2019 21:45:20 - INFO    :: mylar.historycheck.120 : AUTO-COMPLETE-NZB : found matching completed item in history. Job has a status of Completed

My Sab setup is just the following:
Category: comics
Priority: Default
Processing: Default
Script: Default
Folder/Path: Download path to put comics
Indexer Categories/groups: Comics*


Also, I deleted the scripts from my SabNZBD folder...and restarted SABnzbd. So..there should be NO way it's getting run.
necro
Posts: 17
Joined: Sat Feb 09, 2019 4:05 pm

Re: No Post-Download Processing and Marking as Downloaded in Mylar

Post by necro »

Ok. I got this working...I think. Few things that I think have happened...

1. API needing to be turned on was definitely stopping it.
2. I had my comics downloading into a subfolder within the folder I had my comics getting organized into. Shifting this to a focused download folder that's not nested stopped the issue noted above where mylar couldn't find the file after it downloaded even though the directory listed in Sabnzbd was correct. Not sure what the deal is here - either Sabnzbd is reporting the wrong directory in the API call, something's going on with the way the directories were setup, or something else.
3. The issue I'm using to test may be problematic match wise due to name and multiple series where it's downloading the wrong series that it thinks is the right one due to a VERY similar name (Immortal Hulk: Best Defense #1 vs Immortal Hulk #1, which the latter is what's wanted). SO, I marked that download as failed AND marked another issue as wanted - both downloaded and processed fine.

So...let's edge case after edge case out the wazoo basically. :/

Thank you for the assistance with this evilhero. If nothing else, I now know how to get detailed logs for posting to you when an issue comes up next time! :)

...though I do wish I had more detail to give you regarding #2 above...but it does look like it could be a SabNZBD and not Mylar issue.
Post Reply