Comic in Error

Post any problems / bugs / issues that are Mylar-related in here.
Post Reply
billdillerson
Posts: 2
Joined: Wed Jan 22, 2025 10:32 am

Comic in Error

Post by billdillerson »

Hi All,

Wondering if anyone would be able to help.

Recently set up mylar3 and have it working for a number of series. I've also been trying to get Spider-man working and that's where I have hit a road block.

I've managed to get Volumes 4 and 5 added in and searched. However Volume 6 (i.e. The current run of Spider-Man) is in an error state. It appears to be getting some information correctly from CV as it can see the current count of issues.

Code: Select all

2025-01-22 21:16:56	WARNING	Unable to properly retrieve issue details - this is usually due to either irregular issue numbering, or problems with CV
2025-01-22 21:16:56	ERROR	This has no issue # for me to get - Either a Graphic Novel or one-shot.
2025-01-22 21:16:56	INFO	Now adding/updating issues for The Amazing Spider-Man
2025-01-22 21:16:56	INFO	comic_values: {'ComicYear': '2022', 'ComicPublisher': 'Marvel', 'PublisherImprint': None, 'ComicDescription': 'None', 'ComicVersion': 'None', 'Type': 'Print', 'incorrect_volume': None}
2025-01-22 21:16:53	INFO	Sucessfully retrieved issue details for The Amazing Spider-Man
2025-01-22 21:16:50	INFO	Directory (Z:\The Amazing Spider-Man (2022)) already exists! Continuing...
2025-01-22 21:16:50	INFO	Sucessfully retrieved details for The Amazing Spider-Man
2025-01-22 21:16:50	INFO	Now adding/updating: The Amazing Spider-Man
These are some of the logs I can see in the log related to the 2022 run.

Wondering if anyone has a similar issue and can let me know what else I can check?

Cheers :)
billdillerson
Posts: 2
Joined: Wed Jan 22, 2025 10:32 am

Re: Comic in Error

Post by billdillerson »

Forgot to add.

[v0.8.1.1, python3-dev] - Master
Running on Windows 11 (not as service but started with pythonw at startup by admin user with admin permissions)
almpertis
Posts: 1
Joined: Wed Jan 22, 2025 9:53 pm

Re: Comic in Error

Post by almpertis »

I am facing the same issue. I think the problem is this issue: https://comicvine.gamespot.com/the-amaz ... 0-1090266/
The ID is 65.DEATHS which seems to be crashing the fetch process. I removed the entire series and tried to re-add it but not it is not fetching any issues
dbaggs
Posts: 2
Joined: Sun Jan 26, 2025 2:02 am

Re: Comic in Error

Post by dbaggs »

Hi.

I'm having the same problem with this exact series. I'm trying to see how ComicVine may have represented the series differently but I'm stuck.

I'm running the same version but in an unraid docker.

Any experts have any pointers to help us out?
User avatar
evilhero
Site Admin
Posts: 2900
Joined: Sat Apr 20, 2013 3:43 pm
Contact:

Re: Comic in Error

Post by evilhero »

This has been fixed in the python3-dev branch as of a few days ago. It has yet to make it to the master build, with no ETA as of yet.

If you're in dire need of this fix, just switch branches to the dev branch (or nightly if you're running docker) - it's perfectly stable and has the benefit of getting fixes far faster than the master branch.
dbaggs
Posts: 2
Joined: Sun Jan 26, 2025 2:02 am

Re: Comic in Error

Post by dbaggs »

Thank you evilhero. Appreciate the response.
Post Reply