Tam-Lin / comictagger

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

Cannot tag Irredemable #11

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Launch ComicTagger
2. Try and tag an irredemable CBZ files
3.

What is the expected output? What do you see instead?

I get the follow error:

--------------------------------------------------
-----> Irredeemable (2009) #22 None (02/2011) -- score: 0
--------------------------------------------------
Traceback (most recent call last):
  File "C:\Python27\lib\site-packages\cx_Freeze\initscripts\Console.py", line 27
, in <module>
  File "\Users\tony/Dropbox/tagger/comictagger\comictagger.py", line 5, in <modu
le>
  File "\Users\tony/Dropbox/tagger/comictagger\comictaggerlib\main.py", line 54,
 in ctmain
  File "\Users\tony/Dropbox/tagger/comictagger\comictaggerlib\cli.py", line 184,
 in cli_mode
  File "\Users\tony/Dropbox/tagger/comictagger\comictaggerlib\cli.py", line 421,
 in process_file_cli
  File "\Users\tony/Dropbox/tagger/comictagger\comictaggerlib\cli.py", line 67,
in actual_issue_data_fetch
  File "\Users\tony/Dropbox/tagger/comictagger\comictaggerlib\comicvinetalker.py
", line 281, in fetchIssueData
  File "\Users\tony/Dropbox/tagger/comictagger\comictaggerlib\comicvinetalker.py
", line 314, in mapCVDataToMetadata
  File "C:\Python27\lib\re.py", line 151, in sub
    return _compile(pattern, flags).sub(repl, string, count)
TypeError: expected string or buffer

What version of the product are you using? On what operating system?

1.15 beta on Windows 7 64 bit

Please provide any additional information below.

Original issue reported on code.google.com by apastus...@gmail.com on 3 Apr 2013 at 4:23

GoogleCodeExporter commented 9 years ago
The Comic Vine API changed under our feet again, and this is the result of an 
issue title not being present and the code not checking for it.  A new release 
will be out this week to fix this.

Original comment by bevi...@gmail.com on 3 Apr 2013 at 6:14

GoogleCodeExporter commented 9 years ago
They must have changed  it right in the middle of my tagging, because  Uncanny 
X-Men tagged fine, and then everything after it stopped working.

BTW, my name is not tony.  Are there some hardcoded paths that the python 
compiler is making?

Original comment by apastus...@gmail.com on 3 Apr 2013 at 11:18

GoogleCodeExporter commented 9 years ago
If you're tagging issues that have a title, it probably will still work.  

The way the Windows and Mac binaries are made "freezes" the python module files 
into an executable along with the python interpreter.  The paths you are seeing 
from my Windows build machine.

Original comment by bevi...@gmail.com on 3 Apr 2013 at 5:34

GoogleCodeExporter commented 9 years ago
In case you miss it, there is the same problem in performQuery in 
issueselectionwindow.py with empty  record['name']

Original comment by sas...@gmail.com on 3 Apr 2013 at 7:37

GoogleCodeExporter commented 9 years ago
Just uploaded 1.1.6-beta.  Give it a whirl, and post back.

Original comment by bevi...@gmail.com on 3 Apr 2013 at 7:38

GoogleCodeExporter commented 9 years ago
Both working now auto-tag and issues selection window, thank you. 

All is well again - comic book day may now proceed. 

Original comment by sas...@gmail.com on 3 Apr 2013 at 7:44

GoogleCodeExporter commented 9 years ago
I'll check when I get home, unless you feel like coding some authenticated 
proxy support in the next 20 minutes.  :-)

Original comment by apastus...@gmail.com on 3 Apr 2013 at 8:06

GoogleCodeExporter commented 9 years ago

Original comment by bevi...@gmail.com on 4 Apr 2013 at 4:02