Page 1 of 1

Post Processing Error

Posted: Thu May 24, 2018 8:21 pm
by DrSeussFreak
I successfully migrated to ubuntu 18.04 (from Windows), and I have an NFS share that permissions are working on, along with a CIFS share (for my NAS) to store the files. Mylar moved the file from my NFS share to the CIFS share, renamed it and change permissions, user and group ownership. But I cannot get the CBR --> CBZ scripts to run.

Any help would be appreciated.

Code: Select all

2018-05-24 15:11:06	DEBUG	[MANUAL META-TAGGING] Unable to write metadata successfully - check mylar.log file.
2018-05-24 15:11:06	WARNING	[META-TAGGER][COMIC-TAGGER][CBR-TO-CBZ] Failed to convert cbr to cbz - check permissions on folder : /opt/Mylar/cache and/or the location where Mylar is trying to tag the files from.
2018-05-24 15:11:05	DEBUG	[META-TAGGER] Absolute path to script: /usr/bin/python
2018-05-24 15:11:05	DEBUG	[META-TAGGER] Executing command: ['/usr/bin/python', '/opt/Mylar/comictagger.py', '-e', '--delete-rar', u'/opt/Mylar/cache/mylar_vs7sWg/Days of Hate - 2018 - 5.cbr']
2018-05-24 15:11:05	DEBUG	[META-TAGGER] Enabling ComicTagger script: ['/usr/bin/python', '/opt/Mylar/comictagger.py'] with options: ['-e', '--delete-rar', u'/opt/Mylar/cache/mylar_vs7sWg/Days of Hate - 2018 - 5.cbr']
2018-05-24 15:11:05	DEBUG	[META-TAGGER] CBL Tagging enabled.
2018-05-24 15:11:05	DEBUG	[META-TAGGER] CR Tagging enabled.
2018-05-24 15:11:05	DEBUG	[META-TAGGER] ComicTagger 1.20.1 [ninjas.walk.alone / SHURIKEN] being used - using personal ComicVine API key supplied via mylar.
2018-05-24 15:11:05	DEBUG	[META-TAGGER] Running the ComicTagger Add-on for Mylar
2018-05-24 15:11:05	DEBUG	[META-TAGGER] comicpath : /opt/Mylar/cache/mylar_vs7sWg
2018-05-24 15:11:05	DEBUG	[META-TAGGER] sabnzbdscriptpath :
2018-05-24 15:11:05	DEBUG	[META-TAGGER] downloadpath : /media/comics/Image/Days of Hate [2018]
2018-05-24 15:11:05	DEBUG	[META-TAGGER] scriptname : Mylar.py
2018-05-24 15:11:05	DEBUG	[META-TAGGER] Paths / Locations:
2018-05-24 15:11:05	DEBUG	New_Filepath: /opt/Mylar/cache/mylar_vs7sWg/Days of Hate - 2018 - 5.cbr
2018-05-24 15:11:05	DEBUG	New_Folder: /opt/Mylar/cache/mylar_vs7sWg
2018-05-24 15:11:05	DEBUG	Filename: Days of Hate - 2018 - 5.cbr
2018-05-24 15:11:05	DEBUG	Filepath: /media/comics/Image/Days of Hate [2018]/Days of Hate - 2018 - 5.cbr
2018-05-24 15:11:05	DEBUG	[META-TAGGER] Filename is : /media/comics/Image/Days of Hate [2018]/Days of Hate - 2018 - 5.cbr
2018-05-24 15:11:05	DEBUG	ComicTagger Path location for internal comictagger.py set to : /opt/Mylar/comictagger.py
2018-05-24 15:11:05	DEBUG	[META-TAGGER] dirName:/media/comics/Image/Days of Hate [2018]

Re: Post Processing Error

Posted: Thu May 24, 2018 8:33 pm
by evilhero
I'd check the permissions of the file in /opt/Mylar/cache/mylar_vs7sWg/

When it's copying files around between different mount points the perms could easily get wonky. Especially since mylar copies the file to the /opt/Mylar/cache location in order to perform metatagging.

The only other thing is to check the lib/comictaggerlib/ct_settings/ctsettings.ini (I think that's what it is called) for the unrar binary location me to make sure it's correct.

Re: Post Processing Error

Posted: Thu May 24, 2018 8:37 pm
by DrSeussFreak
the rar and unrar path were empty in settings.ini, I populated them, and I am now all set. Thanks again :)