Tam-Lin / comictagger

Automatically exported from code.google.com/p/comictagger
0 stars 0 forks source link

Will Not Save Tags #44

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Searching for tags
2. Auto-tag
3. Auto search

What is the expected output? What do you see instead?
When I click save tags, it should save the tags.  It worked for about a dozen 
comics.  Now, it keeps giving me an error saying Failed to save.  All file 
names are the same and no matter what file I try, it does not work.

What version of the product are you using? On what operating system?
I have tried the most recent version as well as the previous version and it 
does not work.

Please provide any additional information below.

Original issue reported on code.google.com by kylekoco...@gmail.com on 9 Mar 2014 at 5:58

GoogleCodeExporter commented 9 years ago
A few questions to help me:

What OS are you on?  

What kind of files are the ones that work, and the ones that fail? e.g zip or 
rar?

If you remove the tags from the ones that were previously auto-tagged, and try 
again does it still succeed?  If it does, maybe something is different about 
those that you can identify.  

Can you give the filenames of the of some that work and some that don't?

Original comment by bevi...@gmail.com on 10 Mar 2014 at 1:12

GoogleCodeExporter commented 9 years ago
Still having this problem?

Original comment by bevi...@gmail.com on 8 Apr 2014 at 2:58

GoogleCodeExporter commented 9 years ago
I am having this issue and can help if you would like to troubleshoot.  I'm on 
CentOS and when I run comictagger.py -n -s -t CBL -f -o "Deadpool 27 
(1999).cbr" it works great.  When I remove the -n, I get: 

The tag save seemed to fail!

File Write Failures:
------------------
Deadpool 27 (1999).cbr

Other files in the same directory (same comic) works fine. Permissions on all 
the files are the same and the directory is writable, so I don't think it's on 
the OS level.

Original comment by jackwhai...@gmail.com on 6 May 2014 at 10:15

GoogleCodeExporter commented 9 years ago
Just to verify, do you have rar installed and in the path?  

Original comment by bevi...@gmail.com on 7 May 2014 at 4:57

GoogleCodeExporter commented 9 years ago
I was having the same problem with a couple of cbr files not saving the tagging 
when all others in the series were fine.

I found two things;

1) Comic Tagger identified them as ZIPs, when they were .cbr
2) when i tried to extract the images from the 'bad' .cbr files, I found that 
one or more images within failed to extract due to CRC error.

I believe the CRC issue is causing the problem. None of the other files in the 
series, except for the two with CRC issues had problems saving the tags.

Original comment by Maniati...@gmail.com on 27 May 2014 at 1:37

GoogleCodeExporter commented 9 years ago
Maniatis, 

So are those "bad" files (that are named ".cbr") actually zips or rars?  I find 
it's not uncommond for zipped files to be called cbr and RAR files to be called 
cbz.

Either way, If there are CRC errors at the archive level, that will certainly 
stymie the tagging process.  Since the tagging process involves actually 
creating a new copy of the archive, I've chosen to abort when archiving errors 
occur, as to not destroy data that might be possibly be recovered with more 
sophisticated archive tools.

If you want, send me one of the bad files, and I'll have a look at it.  
comictagger@gmail.com

Original comment by bevi...@gmail.com on 27 May 2014 at 3:11