Post-processing moving to wrong folder

Post any problems / bugs / issues that are Mylar-related in here.
Post Reply
CrucialTaunt
Posts: 7
Joined: Mon May 16, 2016 1:36 pm

Post-processing moving to wrong folder

Post by CrucialTaunt »

I moved my Mylar install from a Mac to a PC and everything is working fine except in post-processing, Mylar is creating /Volumes/Comics/<whatever> instead of moving it to M:\Comics\<whatever>. I've checked in my config.ini file, etc. and I can't find any mention anywhere of the old location but it is still creating them and moving them there instead of the new location. Any help would be greatly appreciated.
User avatar
evilhero
Site Admin
Posts: 2883
Joined: Sat Apr 20, 2013 3:43 pm
Contact:

Re: Post-processing moving to wrong folder

Post by evilhero »

Mylar stores the paths to each series when it creates / refreshes the series based on what you have in the Comic Location field in the Configuration tab. It sounds like you have either the default Comic Location set to the incorrect location, or the series aren't being refreshed and the new location updated.

This will only update the paths within the .db for each series, it will not physically touch any files or create any directories. What the following does is that it takes your old Comic Location path, and updates all the entries in the db to point to the new location path. The instructions are here.

If you have publisher directory separation (ie. it's like Comics/DC/TheBat as opposed to Comics/TheBat), then the changing of the path formats might not work correctly, but then again others have moved between OS' using the above instructions and they all seem to work fine.
CrucialTaunt
Posts: 7
Joined: Mon May 16, 2016 1:36 pm

Re: Post-processing moving to wrong folder

Post by CrucialTaunt »

I've tried that but I keep getting the following error:

2018-09-05 13:56:53 WARNING Error trying to validate/create directory. Aborting this process at this time.
2018-09-05 13:56:53 WARNING [DIRECTORY-CHECK] Could not create directory: "M:\Comics\"[[Error 123] The filename, directory name, or volume label syntax is incorrect: u'"M:']. Aborting.
2018-09-05 13:56:53 INFO [DIRECTORY-CHECK] Creating comic directory (0777) : "M:\Comics\"
2018-09-05 13:56:53 WARNING [DIRECTORY-CHECK] Could not find comic directory: "M:\Comics\"

M is a mapped drive to my NAS where all of my comics are stored. I tried \\NAS\Comics\ as well and got a similar error. Is there some syntax for a network drive that I'm missing somehow?
User avatar
evilhero
Site Admin
Posts: 2883
Joined: Sat Apr 20, 2013 3:43 pm
Contact:

Re: Post-processing moving to wrong folder

Post by evilhero »

Can you enable debug logging, and then try the post-processing action again? I need to see the leadup to see what it is that you're actually doing so I can debug properly.

Also where is Mylar running now, on the Mac or on the PC ? If it's on a PC now, it has no way of being able to access your '/Volumes/Comics/<whatever>' so it shouldn't be creating items there (unless you're accessing the Mac Mylar version instead of the PC one - you did shutdown the other application right?), but again without seeing the debug log leading up to that error I can't see what it is that you're doing in order to see what's happening.
CrucialTaunt
Posts: 7
Joined: Mon May 16, 2016 1:36 pm

Re: Post-processing moving to wrong folder

Post by CrucialTaunt »

Here's the log from enabling debug and a re-start:

06-Sep-2018 15:53:33 - DEBUG :: mylar.toggleVerbose.3618 : CP Server Thread-5 : If you can read this message, debug logging is now working
06-Sep-2018 15:53:51 - INFO :: mylar.main.335 : MAIN : Received signal: shutdown
06-Sep-2018 15:53:51 - INFO :: mylar.halt.1131 : MAIN : Shutting down the background schedulers...
06-Sep-2018 15:53:51 - INFO :: mylar.shutdown.1176 : MAIN : Mylar is shutting down...
06-Sep-2018 15:54:07 - INFO :: mylar.initialize.178 : MainThread : Checking to see if the database has all tables....
06-Sep-2018 15:54:07 - INFO :: mylar.csv_load.1105 : MainThread : Populating Base Exception listings into Mylar....
06-Sep-2018 15:54:07 - INFO :: mylar.csv_load.1107 : MainThread : Populating Custom Exception listings into Mylar....
06-Sep-2018 15:54:07 - INFO :: mylar.dbcheck.1051 : MainThread : Ensuring DB integrity - Removing all Erroneous Comics (ie. named None)
06-Sep-2018 15:54:07 - INFO :: mylar.dbcheck.1053 : MainThread : Correcting Null entries that make the main page break on startup.
06-Sep-2018 15:54:07 - INFO :: mylar.initialize.192 : MainThread : Successfully discovered local IP and locking it in as : 192.168.1.128
06-Sep-2018 15:54:07 - INFO :: mylar.updateComicLocation.806 : MainThread : Performing a one-time mass update to Comic Location
06-Sep-2018 15:54:07 - WARNING :: mylar.validateAndCreateDirectory.1372 : MainThread : [DIRECTORY-CHECK] Could not find comic directory: M:/Comics
06-Sep-2018 15:54:07 - INFO :: mylar.validateAndCreateDirectory.1375 : MainThread : [DIRECTORY-CHECK] Creating comic directory (0777) : M:/Comics
06-Sep-2018 15:54:07 - WARNING :: mylar.validateAndCreateDirectory.1385 : MainThread : [DIRECTORY-CHECK] Could not create directory: M:/Comics[[Error 3] The system cannot find the path specified: u'M:/']. Aborting.
06-Sep-2018 15:54:07 - WARNING :: mylar.updateComicLocation.810 : MainThread : Error trying to validate/create directory. Aborting this process at this time.
06-Sep-2018 15:54:07 - INFO :: mylar.initialize.244 : MainThread : Remapping the sorting to allow for new additions.
06-Sep-2018 15:54:07 - INFO :: mylar.ComicSort.755 : MainThread : Sucessfully ordered 83 series in your watchlist.
06-Sep-2018 15:54:07 - INFO :: mylar.validateAndCreateDirectory.1369 : MainThread : [DIRECTORY-CHECK] Found comic directory: c:\Mylar
06-Sep-2018 15:54:07 - INFO :: mylar.initialize.72 : MAIN : Starting Mylar on http://0.0.0.0:8090/
06-Sep-2018 15:54:09 - INFO :: mylar.versionload.309 : MAIN : Version information: master [b98e0fc8263a1b6962fe75b1a0bd664c24188d19]
06-Sep-2018 15:54:10 - INFO :: mylar.checkGithub.196 : MAIN : Mylar is up to date
06-Sep-2018 15:54:10 - INFO :: mylar.start.376 : MAIN : [SEARCH-QUEUE] Attempting to background load the search queue....
06-Sep-2018 15:54:10 - INFO :: mylar.start.381 : MAIN : [POST-PROCESS-QUEUE] Post Process queue enabled & monitoring for api requests....
06-Sep-2018 15:54:10 - INFO :: mylar.start.384 : MAIN : [POST-PROCESS-QUEUE] Succesfully started Post-Processing Queuer....
06-Sep-2018 15:54:10 - INFO :: mylar.start.394 : MAIN : [WEEKLY] Checking for existance of Weekly Comic listing...
06-Sep-2018 15:54:10 - INFO :: mylar.start.424 : MAIN : [RSS-FEEDS] Initiating startup-RSS feed checks.
06-Sep-2018 15:54:10 - INFO :: mylar.start.427 : MAIN : [RSS-FEEDS] RSS last run @ 2018-09-06 16:56:15.279000
06-Sep-2018 15:54:10 - INFO :: mylar.start.448 : MAIN : [FOLDER MONITOR] Enabling folder monitor for : C:\Users\Michael Runy\downloads\Comics every 1 minutes.
06-Sep-2018 15:54:10 - INFO :: mylar.start.454 : MAIN : Firing up the Background Schedulers now....
06-Sep-2018 15:54:10 - INFO :: mylar.start.458 : MAIN : Background Schedulers successfully started...



Mylar is on the PC now after I moved everything from the Mac. It's creating C:\Volumes\Comics\<whatever> now instead of putting them in M:\Comics which is my mapped network drive.
I had it download another comic and post-process it and here's the debug log:

06-Sep-2018 16:06:33 - DEBUG :: mylar.nzbname_create.2276 : SEARCH-QUEUE : [SEARCHER] entry[title]: The Walking Dead 183 (2018) (Digital) (Zone-Empire)
06-Sep-2018 16:06:33 - DEBUG :: mylar.nzbname_create.2281 : SEARCH-QUEUE : [SEARCHER] nzbname (remove chars): The Walking Dead 183 2018 Digital Zone-Empire
06-Sep-2018 16:06:33 - DEBUG :: mylar.nzbname_create.2286 : SEARCH-QUEUE : [SEARCHER] nzbname (\s): The Walking Dead 183 2018 Digital Zone-Empire
06-Sep-2018 16:06:33 - DEBUG :: mylar.nzbname_create.2293 : SEARCH-QUEUE : [SEARCHER] end nzbname: The.Walking.Dead.183.2018.Digital.Zone-Empire
06-Sep-2018 16:06:33 - DEBUG :: mylar.nzbname_create.2298 : SEARCH-QUEUE : nzbname used for post-processing:The.Walking.Dead.183.2018.Digital.Zone-Empire
06-Sep-2018 16:06:33 - DEBUG :: mylar.searcher.2350 : SEARCH-QUEUE : issues match!
06-Sep-2018 16:06:33 - INFO :: mylar.searcher.2366 : SEARCH-QUEUE : Found The Walking Dead (2018) issue: 183 using nzb.su
06-Sep-2018 16:06:33 - DEBUG :: mylar.searcher.2368 : SEARCH-QUEUE : link given by: nzb.su
06-Sep-2018 16:06:33 - INFO :: mylar.searcher.2371 : SEARCH-QUEUE : nzbid: ---------
06-Sep-2018 16:06:33 - INFO :: mylar.searcher.2372 : SEARCH-QUEUE : IssueID: 683738
06-Sep-2018 16:06:33 - INFO :: mylar.searcher.2373 : SEARCH-QUEUE : oneoff: False
06-Sep-2018 16:06:33 - INFO :: mylar.failed_check.244 : SEARCH-QUEUE : prov : nzb.su[--------]
06-Sep-2018 16:06:33 - INFO :: mylar.failed_check.255 : SEARCH-QUEUE : [FAILED_DOWNLOAD_CHECKER] Successfully marked this download as Good for downloadable content
06-Sep-2018 16:06:33 - DEBUG :: mylar.searcher.2391 : SEARCH-QUEUE : [FAILED_DOWNLOAD_CHECKER] This is not in the failed downloads list. Will continue with the download.
06-Sep-2018 16:06:33 - DEBUG :: mylar.searcher.2471 : SEARCH-QUEUE : [PAYLOAD-NONE]Download URL: https://api.nzb.su/getnzb/-------.nzb&i ... OKNOWTHISx [VerifySSL:True]
06-Sep-2018 16:06:33 - DEBUG :: mylar.searcher.2491 : SEARCH-QUEUE : Status code returned: 200
06-Sep-2018 16:06:33 - DEBUG :: mylar.searcher.2530 : SEARCH-QUEUE : [FILENAME] filename (remove chars): TheWalkingDead1832018DigitalZone-Empire
06-Sep-2018 16:06:33 - DEBUG :: mylar.searcher.2533 : SEARCH-QUEUE : [FILENAME] nzbname (\s): TheWalkingDead1832018DigitalZone-Empire
06-Sep-2018 16:06:33 - DEBUG :: mylar.searcher.2535 : SEARCH-QUEUE : [FILENAME] end nzbname: TheWalkingDead1832018DigitalZone-Empire
06-Sep-2018 16:06:33 - INFO :: mylar.searcher.2541 : SEARCH-QUEUE : filen: TheWalkingDead1832018DigitalZone-Empire -- nzbname: The.Walking.Dead.183.2018.Digital.Zone-Empire are not identical. Storing extra value as : TheWalkingDead1832018DigitalZone-Empire
06-Sep-2018 16:06:33 - DEBUG :: mylar.searcher.2546 : SEARCH-QUEUE : Cache Directory successfully found at : C:\Mylar\cache\. Ensuring proper permissions.
06-Sep-2018 16:06:33 - INFO :: mylar.sender.42 : SEARCH-QUEUE : parameters set to {'nzbname': u'The.Walking.Dead.183.2018.Digital.Zone-Empire.nzb', 'apikey': -------', 'name': u'http://192.168.1.128:8090/api?apikey=-- ... Empire.nzb', 'cmd': 'downloadNZB', 'cat': u'comics', 'priority': '-100', 'mode': 'addurl', 'output': 'json'}
06-Sep-2018 16:06:33 - INFO :: mylar.sender.43 : SEARCH-QUEUE : sending now to https://localhost:8085/api
06-Sep-2018 16:06:34 - INFO :: mylar.sender.50 : SEARCH-QUEUE : {u'status': True, u'nzo_ids': [u'SABnzbd_nzo_qmpejj']}
06-Sep-2018 16:06:34 - DEBUG :: mylar.checkParams.80 : CP Server Thread-2 : Matched to key. Api set to : download mode.
06-Sep-2018 16:06:34 - INFO :: mylar.searcher.2877 : SEARCH-QUEUE : Successfully sent nzb file to SABnzbd
06-Sep-2018 16:06:34 - DEBUG :: mylar.fetchData.110 : CP Server Thread-2 : Received API command: downloadNZB
06-Sep-2018 16:06:34 - DEBUG :: mylar.NZB_SEARCH.1842 : SEARCH-QUEUE : Found matching comic...preparing to send to Updater with IssueID: 683738 and nzbname: The.Walking.Dead.183.2018.Digital.Zone-Empire[TheWalkingDead1832018DigitalZone-Empire]
06-Sep-2018 16:06:34 - INFO :: mylar.nzblog.683 : SEARCH-QUEUE : setting the nzbid for this download grabbed by nzb.su in the nzblog to : ------
06-Sep-2018 16:06:34 - INFO :: mylar.nzblog.687 : SEARCH-QUEUE : setting the alternate nzbname for this download grabbed by nzb.su in the nzblog to : TheWalkingDead1832018DigitalZone-Empire
06-Sep-2018 16:06:34 - DEBUG :: mylar.search_init.354 : SEARCH-QUEUE : findit = found!
06-Sep-2018 16:06:34 - DEBUG :: mylar.searchforissue.2122 : SEARCH-QUEUE : I found The Walking Dead #183
06-Sep-2018 16:06:34 - DEBUG :: mylar.foundsearch.717 : SEARCH-QUEUE : [UPDATER] comicid: 18166
06-Sep-2018 16:06:34 - DEBUG :: mylar.foundsearch.718 : SEARCH-QUEUE : [UPDATER] issueid: 683738
06-Sep-2018 16:06:34 - INFO :: mylar.foundsearch.751 : SEARCH-QUEUE : [UPDATER] Updating status to snatched
06-Sep-2018 16:06:34 - DEBUG :: mylar.foundsearch.752 : SEARCH-QUEUE : [UPDATER] Provider is nzb.su
06-Sep-2018 16:06:34 - INFO :: mylar.foundsearch.854 : SEARCH-QUEUE : [UPDATER] Updated the status (Snatched) complete for The Walking Dead Issue: 183
06-Sep-2018 16:06:50 - INFO :: mylar.run.2444 : Thread-12 : [FOLDER-CHECK] Checking folder C:\Users\----\downloads\Comics for newly snatched downloads
06-Sep-2018 16:06:50 - DEBUG :: mylar.Process.344 : Thread-12 : [POST-PROCESSING] nzb name: Manual Run
06-Sep-2018 16:06:50 - DEBUG :: mylar.Process.345 : Thread-12 : [POST-PROCESSING] nzb folder: C:\Users\-----\downloads\Comics
06-Sep-2018 16:06:50 - DEBUG :: mylar.Process.349 : Thread-12 : [POST-PROCESSING] Not using SABnzbd : Manual Run
06-Sep-2018 16:06:50 - DEBUG :: mylar.Process.378 : Thread-12 : [POST-PROCESSING] Manual Run initiated
06-Sep-2018 16:06:50 - INFO :: mylar.traverse_directories.1198 : Thread-12 : there are 1 files.
06-Sep-2018 16:06:50 - DEBUG :: mylar.listFiles.142 : Thread-12 : [FILENAME]: The Walking Dead 183 (2018) (Digital) (Zone-Empire).cbr
06-Sep-2018 16:06:50 - DEBUG :: mylar.parseit.216 : Thread-12 : [CORRECTION] Sub-directory found. Altering path configuration.
06-Sep-2018 16:06:50 - DEBUG :: mylar.parseit.218 : Thread-12 : [SUB-PATH] Checking Folder Name for more information.
06-Sep-2018 16:06:50 - DEBUG :: mylar.parseit.220 : Thread-12 : [SUB-PATH] Original Path : C:\Users\-----\downloads\Comics
06-Sep-2018 16:06:50 - DEBUG :: mylar.parseit.221 : Thread-12 : [SUB-PATH] Sub-directory : C:\Users\-----\downloads\Comics\The.Walking.Dead.183.2018.Digital.Zone-Empire
06-Sep-2018 16:06:50 - DEBUG :: mylar.parseit.234 : Thread-12 : [SUB-PATH] subpath set to : The.Walking.Dead.183.2018.Digital.Zone-Empire
06-Sep-2018 16:06:50 - DEBUG :: mylar.parseit.277 : Thread-12 : Scanner group tag discovered: Zone-Empire
06-Sep-2018 16:06:50 - DEBUG :: mylar.parseit.360 : Thread-12 : checking date : 2018
06-Sep-2018 16:06:50 - DEBUG :: mylar.parseit.363 : Thread-12 : date: 2018
06-Sep-2018 16:06:50 - DEBUG :: mylar.parseit.614 : Thread-12 : datecheck: [{'date': '2018', 'position': 4, 'mod_position': 21}]
06-Sep-2018 16:06:50 - DEBUG :: mylar.parseit.620 : Thread-12 : sctd: 2018
06-Sep-2018 16:06:50 - DEBUG :: mylar.parseit.629 : Thread-12 : year verified as : 2018
06-Sep-2018 16:06:50 - DEBUG :: mylar.parseit.635 : Thread-12 : year verified as: 2018
06-Sep-2018 16:06:50 - DEBUG :: mylar.parseit.658 : Thread-12 : highest_series_position: 4
06-Sep-2018 16:06:50 - DEBUG :: mylar.parseit.664 : Thread-12 : possible_issuenumbers: [{'position': 3, 'validcountchk': False, 'number': '183', 'mod_position': 17}]
06-Sep-2018 16:06:50 - DEBUG :: mylar.parseit.736 : Thread-12 : issue_position: 3
06-Sep-2018 16:06:50 - DEBUG :: mylar.parseit.747 : Thread-12 : issue verified as : 183
06-Sep-2018 16:06:50 - DEBUG :: mylar.parseit.871 : Thread-12 : sf_highest_series_pos: ['The', 'Walking', 'Dead']
06-Sep-2018 16:06:50 - DEBUG :: mylar.parseit.903 : Thread-12 : series title possibly: The Walking Dead
06-Sep-2018 16:06:50 - INFO :: mylar.Process.386 : Thread-12 : I have located 1 files that I should be able to post-process. Continuing...
06-Sep-2018 16:06:50 - INFO :: mylar.Process.544 : Thread-12 : temploc: 183
06-Sep-2018 16:06:50 - DEBUG :: mylar.Process.581 : Thread-12 : [POST-PROCESSING][ISSUE-VERIFY] Now checking against The Walking Dead-18166
06-Sep-2018 16:06:50 - DEBUG :: mylar.Process.644 : Thread-12 : [POST-PROCESSING][ISSUE-VERIFY][Lone Volume MATCH] Volume label of None indicates only volume for this series on your watchlist.
06-Sep-2018 16:06:50 - DEBUG :: mylar.Process.666 : Thread-12 : [POST-PROCESSING][SUB: The.Walking.Dead.183.2018.Digital.Zone-Empire][CLOCATION: C:\Users\-----\downloads\Comics]
06-Sep-2018 16:06:50 - DEBUG :: mylar.Process.697 : Thread-12 : [POST-PROCESSING][SUCCESSFUL MATCH: The Walking Dead-18166] Match verified for The Walking Dead 183 (2018) (Digital) (Zone-Empire).cbr
06-Sep-2018 16:06:50 - DEBUG :: mylar.Process.987 : Thread-12 : [POST-PROCESSING] There are 1 files found that match on your watchlist, 0 files are considered one-off's, and 0 files do not match anything
06-Sep-2018 16:06:50 - INFO :: mylar.duplicate_filecheck.2089 : Thread-12 : [DUPECHECK] Duplicate check for C:\Users\-----\downloads\Comics\The.Walking.Dead.183.2018.Digital.Zone-Empire\The Walking Dead 183 (2018) (Digital) (Zone-Empire).cbr
06-Sep-2018 16:06:50 - INFO :: mylar.duplicate_filecheck.2221 : Thread-12 : [DUPECHECK] Duplication detection returned no hits. This is not a duplicate of anything that I have scanned in as of yet.
06-Sep-2018 16:06:50 - INFO :: mylar.Process_next.1717 : Thread-12 : [POST-PROCESSING] [1/1] Starting Post-Processing for The Walking Dead issue: 183
06-Sep-2018 16:06:50 - DEBUG :: mylar.Process_next.1720 : Thread-12 : [POST-PROCESSING] issueid: 683738
06-Sep-2018 16:06:50 - DEBUG :: mylar.Process_next.1721 : Thread-12 : [POST-PROCESSING] issuenumOG: 183
06-Sep-2018 16:06:50 - DEBUG :: mylar.Process_next.1801 : Thread-12 : [POST-PROCESSING] Zero Suppression set to : 00x
06-Sep-2018 16:06:50 - DEBUG :: mylar.Process_next.1858 : Thread-12 : issue detected greater than 100
06-Sep-2018 16:06:50 - DEBUG :: mylar.Process_next.1865 : Thread-12 : Zero level supplement set to 00x. Issue will be set as : 183
06-Sep-2018 16:06:50 - DEBUG :: mylar.Process_next.1873 : Thread-12 : [POST-PROCESSING] Pretty Comic Issue is : 183
06-Sep-2018 16:06:50 - DEBUG :: mylar.Process_next.1876 : Thread-12 : [POST-PROCESSING] Issue Year : 2018
06-Sep-2018 16:06:50 - DEBUG :: mylar.Process_next.1883 : Thread-12 : [POST-PROCESSING] Publisher: Skybound
06-Sep-2018 16:06:50 - DEBUG :: mylar.Process_next.1887 : Thread-12 : [POST-PROCESSING] Series: The Walking Dead
06-Sep-2018 16:06:50 - DEBUG :: mylar.Process_next.1895 : Thread-12 : [POST-PROCESSING] Year: 2003
06-Sep-2018 16:06:50 - DEBUG :: mylar.Process_next.1898 : Thread-12 : [POST-PROCESSING] Comic Location: /Volumes/Multimedia/Comics/The Walking Dead (2003)
06-Sep-2018 16:06:50 - DEBUG :: mylar.Process_next.1901 : Thread-12 : [POST-PROCESSING] Comic Version: None
06-Sep-2018 16:06:50 - DEBUG :: mylar.Process_next.1910 : Thread-12 : [POST-PROCESSING] No version # found for series, removing from filename
06-Sep-2018 16:06:50 - DEBUG :: mylar.Process_next.1911 : Thread-12 : [POST-PROCESSING] New format is now: $Series $Issue ($Year)
06-Sep-2018 16:06:50 - DEBUG :: mylar.Process_next.1919 : Thread-12 : [POST-PROCESSING] Not an annual - removing from filename parameters
06-Sep-2018 16:06:50 - DEBUG :: mylar.Process_next.1920 : Thread-12 : [POST-PROCESSING] New format: $Series $Issue ($Year)
06-Sep-2018 16:06:50 - DEBUG :: mylar.Process_next.2091 : Thread-12 : [POST-PROCESSING] ofilename:The Walking Dead 183 (2018) (Digital) (Zone-Empire).cbr
06-Sep-2018 16:06:50 - DEBUG :: mylar.Process_next.2099 : Thread-12 : [POST-PROCESSING] odir: C:\Users\-----\downloads\Comics\The.Walking.Dead.183.2018.Digital.Zone-Empire
06-Sep-2018 16:06:50 - DEBUG :: mylar.Process_next.2100 : Thread-12 : [POST-PROCESSING] ofilename: The Walking Dead 183 (2018) (Digital) (Zone-Empire).cbr
06-Sep-2018 16:06:50 - DEBUG :: mylar.Process_next.2102 : Thread-12 : [POST-PROCESSING] ext:.cbr
06-Sep-2018 16:06:50 - DEBUG :: mylar.Process_next.2112 : Thread-12 : [POST-PROCESSING] Original Filename: The Walking Dead 183 (2018) (Digital) (Zone-Empire).cbr [.cbr]
06-Sep-2018 16:06:50 - DEBUG :: mylar.Process_next.2130 : Thread-12 : [POST-PROCESSING] New Filename: The Walking Dead 183 (2018)
06-Sep-2018 16:06:50 - WARNING :: mylar.validateAndCreateDirectory.1372 : Thread-12 : [POST-PROCESSING][DIRECTORY-CHECK] Could not find comic directory: /Volumes/Multimedia/Comics/The Walking Dead (2003)
06-Sep-2018 16:06:50 - INFO :: mylar.validateAndCreateDirectory.1375 : Thread-12 : [POST-PROCESSING][DIRECTORY-CHECK] Creating comic directory (0777) : /Volumes/Multimedia/Comics/The Walking Dead (2003)
06-Sep-2018 16:06:50 - DEBUG :: mylar.Process_next.2147 : Thread-12 : [POST-PROCESSING] Source: C:\Users\Michael Runy\downloads\Comics\The.Walking.Dead.183.2018.Digital.Zone-Empire\The Walking Dead 183 (2018) (Digital) (Zone-Empire).cbr
06-Sep-2018 16:06:50 - DEBUG :: mylar.Process_next.2148 : Thread-12 : [POST-PROCESSING] Destination: /Volumes/Multimedia/Comics/The Walking Dead (2003)\The Walking Dead 183 (2018).cbr
06-Sep-2018 16:06:50 - DEBUG :: mylar.Process_next.2195 : Thread-12 : [POST-PROCESSING] Renaming C:\Users\-----\downloads\Comics\The.Walking.Dead.183.2018.Digital.Zone-Empire\The Walking Dead 183 (2018) (Digital) (Zone-Empire).cbr
06-Sep-2018 16:06:50 - DEBUG :: mylar.Process_next.2199 : Thread-12 : [POST-PROCESSING] odir src : C:\Users\Michael Runy\downloads\Comics\The.Walking.Dead.183.2018.Digital.Zone-Empire\The Walking Dead 183 (2018) (Digital) (Zone-Empire).cbr
06-Sep-2018 16:06:50 - DEBUG :: mylar.Process_next.2200 : Thread-12 : [POST-PROCESSING][move] C:\Users\-----\downloads\Comics\The.Walking.Dead.183.2018.Digital.Zone-Empire\The Walking Dead 183 (2018) (Digital) (Zone-Empire).cbr ... to ... /Volumes/Multimedia/Comics/The Walking Dead (2003)\The Walking Dead 183 (2018).cbr
06-Sep-2018 16:06:50 - DEBUG :: mylar.get_free_space.3479 : Thread-12 : [FREESPACE-CHECK] /Volumes/Multimedia/Comics/The Walking Dead (2003) has 533.8GiB free
06-Sep-2018 16:06:50 - INFO :: mylar.Process_next.2217 : Thread-12 : [POST-PROCESSING] move successful to : /Volumes/Multimedia/Comics/The Walking Dead (2003)\The Walking Dead 183 (2018).cbr
06-Sep-2018 16:06:50 - DEBUG :: mylar.tidyup.223 : Thread-12 : File Option: move [META-ENABLED: False]
06-Sep-2018 16:06:50 - DEBUG :: mylar.tidyup.224 : Thread-12 : odir: C:\Users\Michael Runy\downloads\Comics\The.Walking.Dead.183.2018.Digital.Zone-Empire [filename: The Walking Dead 183 (2018) (Digital) (Zone-Empire).cbr][self.nzb_folder: C:\Users\Michael Runy\downloads\Comics]
06-Sep-2018 16:06:50 - DEBUG :: mylar.tidyup.225 : Thread-12 : sub_path: C:\Users\-----\downloads\Comics\The.Walking.Dead.183.2018.Digital.Zone-Empire [cacheonly: False][del_nzbdir: True]
06-Sep-2018 16:06:50 - DEBUG :: mylar.tidyup.229 : Thread-12 : Sub-directory detected during cleanup. Will attempt to remove if empty: C:\Users\-----\downloads\Comics\The.Walking.Dead.183.2018.Digital.Zone-Empire
06-Sep-2018 16:06:50 - DEBUG :: mylar.tidyup.252 : Thread-12 : [POST-PROCESSING] Tidying up. Deleting sub-folder location : C:\Users\------\downloads\Comics\The.Walking.Dead.183.2018.Digital.Zone-Empire
06-Sep-2018 16:06:50 - DEBUG :: mylar.totals.1580 : Thread-12 : totalfiles: 183
06-Sep-2018 16:06:50 - DEBUG :: mylar.totals.1581 : Thread-12 : status: Snatched
06-Sep-2018 16:06:50 - DEBUG :: mylar.totals.1594 : Thread-12 : incremented havefiles: 105
06-Sep-2018 16:06:50 - DEBUG :: mylar.foundsearch.717 : Thread-12 : [POST-PROCESSING][UPDATER] comicid: 18166
06-Sep-2018 16:06:50 - DEBUG :: mylar.foundsearch.718 : Thread-12 : [POST-PROCESSING][UPDATER] issueid: 683738
06-Sep-2018 16:06:50 - INFO :: mylar.foundsearch.857 : Thread-12 : [POST-PROCESSING][UPDATER] Setting status to Post-Processed in history.
06-Sep-2018 16:06:50 - INFO :: mylar.foundsearch.914 : Thread-12 : [POST-PROCESSING][UPDATER] Updating Status (Post-Processed) now complete for The Walking Dead issue: 183
06-Sep-2018 16:06:50 - DEBUG :: mylar.Process_next.2266 : Thread-12 : writing: {'Status': 'Downloaded', 'Location': u'The Walking Dead 183 (2018).cbr'} -- {'IssueID': u'683738'}
06-Sep-2018 16:06:50 - INFO :: mylar.Process_next.2364 : Thread-12 : [POST-PROCESSING] Post-Processing completed for: The Walking Dead #183
06-Sep-2018 16:06:50 - INFO :: mylar.Process.1312 : Thread-12 : [POST-PROCESSING] Manual post-processing completed for 1 issues.
06-Sep-2018 16:06:50 - INFO :: mylar.run.2447 : Thread-12 : [FOLDER-CHECK] Finished checking for newly snatched downloads
06-Sep-2018 16:06:50 - DEBUG :: mylar.job_management.3409 : Thread-12 : ReScheduled job: Folder Monitor to 2018-09-06 20:07:50
User avatar
evilhero
Site Admin
Posts: 2883
Joined: Sat Apr 20, 2013 3:43 pm
Contact:

Re: Post-processing moving to wrong folder

Post by evilhero »

The mass update that tries to get performed on startup isn't working as you have entered an invalid path:

Code: Select all

06-Sep-2018 15:54:07 - INFO :: mylar.updateComicLocation.806 : MainThread : Performing a one-time mass update to Comic Location
06-Sep-2018 15:54:07 - WARNING :: mylar.validateAndCreateDirectory.1372 : MainThread : [DIRECTORY-CHECK] Could not find comic directory: M:/Comics
It should be M:\Comics. Because the update Comic Location process doesn't complete (or even run since it can't verify the location exists) - your existing series locations aren't being updated to the new location ( you can verify this by going into any series and seeing what the directory location is for the given series ), and that is why all your post-processing runs are going to the old locations still.

Now if this was correct previously, and you just mistyped it this one time - the fact remains it's not able to validate the directory properly (meaning it can't even read it to access it). Which would become a permissions problem - especially since you're going from the one machine to the other. You need to ensure that the user running Mylar has complete access to the M:\Comics directory as well as having access to the M share itself (depending on how you set up your share)
CrucialTaunt
Posts: 7
Joined: Mon May 16, 2016 1:36 pm

Re: Post-processing moving to wrong folder

Post by CrucialTaunt »

That was a typo! I'm still getting the same error when using "M:\Comics". I'm running Mylar as a windows service currently and have permissions wide open on the share. Not sure what else the issue would be. I've tried changing the service to run as my user name, created a new user on the NAS, etc. I still get the same error every time.

2018-09-10 13:29:56 WARNING [DIRECTORY-CHECK] Could not create directory: M:\Comics[[Error 3] The system cannot find the path specified: u'M:\\']. Aborting.
2018-09-10 13:29:56 INFO [DIRECTORY-CHECK] Creating comic directory (0777) : M:\Comics
2018-09-10 13:29:56 WARNING [DIRECTORY-CHECK] Could not find comic directory: M:\Comics
User avatar
evilhero
Site Admin
Posts: 2883
Joined: Sat Apr 20, 2013 3:43 pm
Contact:

Re: Post-processing moving to wrong folder

Post by evilhero »

Are you running mylar as Administrator or under a user account? Administrator usually only has access to the local system, not server.

Try running it as a non-service, via command line even. As long as the drive is mounted and authentication to the share has already been done on the OS (ie. If you go to file explorer and click on M:Comics that you can see everything) - if you have authentication enabled of course - it really should work the same way. I mean unless you're doing LDAP or Active Directory or something along those lines.

I'd also check the NAS sharing configs as they have to be inline with what your windows share is trying to do. Are you sharing via NFS or Samba or something else?
CrucialTaunt
Posts: 7
Joined: Mon May 16, 2016 1:36 pm

Re: Post-processing moving to wrong folder

Post by CrucialTaunt »

It's definitely something with running it as a Windows service. I ran it from the command line and everything ran fine. Thanks for your help!
Post Reply