Skip to content
This repository has been archived by the owner on Jan 2, 2021. It is now read-only.

Mylar error on very popular comic #21

Closed
AtariBaby opened this issue Sep 23, 2012 · 3 comments
Closed

Mylar error on very popular comic #21

AtariBaby opened this issue Sep 23, 2012 · 3 comments
Assignees
Labels

Comments

@AtariBaby
Copy link

First of all, thanks for this! Woo woo! Love it! Where do I donate?

Trying to add "Fantastic Four". When I search for it, there is a search result for Fantastic Four (1963) with like 571 issues. However it never loads correctly after I add it. A page loads with the comicvine number but it never populates with the info on the comic. Says Error. Here is the log. Note that I deleted it, then restarted, then tried to add it again:

Timestamp Level Message
2012-09-23 16:48:06 WARNING No matching result found for Fantastic Four (1961)
2012-09-23 16:47:53 INFO Now adding/updating: Fantastic Four
2012-09-23 16:45:40 INFO Deleting all traces of Comic: Comic ID: 2045
2012-09-23 16:44:52 INFO Starting Mylar on port: 8090
2012-09-23 16:44:51 INFO Mylar is up to date
2012-09-23 16:44:51 INFO Comparing currently installed version with latest github version
2012-09-23 16:44:50 INFO Retrieving latest version information from github
2012-09-23 16:44:50 INFO Checking to see if the database has all tables....

@evilhero
Copy link
Owner

Yep that one I know about already believe it or not, and unfortunately it's not an easy fix. Here's the breakdown, when you type in a comic to search for - it queries ComicVine for the results. You can then pick which one you want to add. Once you do, it takes the info from ComicVine and attempts to compare it against comics.org. Now when everything matches up fine, (title, year and # of issues) it will bring down the data properly. If however, they don't match and Mylar determines it's too far past the threshold to consider it'll pump out that No matching result error. According to CV, Fantastic Four has 517 issues but on comics.org it has 416 so you can see the obvious discrepancy. I know that after 416 it changed and did some other ones, but Mylar's not smart enough to figure that out...yet.

I'm currently attempting to finish a fallback search. So if it can't find a comparable dataset, it will query the user for either more information, or present a list that you can add. Several commits away, but unfortunately it's the best that can be done at this time, and even doing that it can really corrupt the data because it might not be valid. And Mylar does need both db's - not using them both can quite possibly cause data integrity issues.

@ghost ghost assigned evilhero Sep 24, 2012
@AtariBaby
Copy link
Author

Yeah I read about your woes in another thread after I posted this. Please let me know if you need me to test anything.

@evilhero
Copy link
Owner

As AtariBaby is well aware of this has been working for awhile now, with the custom_exceptions. csv multi-volumes.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants