I have not tested other API's (as I do not have access to the others at this time), but, this issue is happening with the Comicvine API.
When asked to "Try again" and selecting "n" on comic identification, the program exits with exit code 1 and the error AttributeError: 'NoneType' object has no attribute 'issue'.
The issue with this one is, I have it creating the Info files based on the Service responses, however I didn't properly handle if comes back with None, either from a service error or user selecting 'N'
I have not tested other API's (as I do not have access to the others at this time), but, this issue is happening with the Comicvine API.
When asked to "Try again" and selecting "n" on comic identification, the program exits with exit code 1 and the error
AttributeError: 'NoneType' object has no attribute 'issue'
.The full log is pasted below:
Please let me know if you would like any more information.