Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Latest release is fetched based on max ID instead of max pub_date #13

Closed
jodal opened this issue Feb 3, 2011 · 2 comments
Closed

Latest release is fetched based on max ID instead of max pub_date #13

jodal opened this issue Feb 3, 2011 · 2 comments
Labels
Milestone

Comments

@jodal
Copy link
Owner

jodal commented Feb 3, 2011

The latest release of a comic is found based on max id instead of max pub_date, which isn't always correct, though it is fast and generally works.

The offending code is in comics.core.utils.comic_releases.get_latest_releases().

@jodal
Copy link
Owner Author

jodal commented Feb 3, 2011

This bug is only a problem when manually crawling older releases, which then gets the highest ID. As soon as a new release is out, the problem disappears, as the latest release has a higher ID than the old releases.

If a new release is not expected soon, a workaround is to delete the latest release and recrawl it, to ensure it gets the highest ID.

@jodal
Copy link
Owner Author

jodal commented Apr 7, 2012

This bug is irrelevant for v2.0, as this functionality has been reimplemented.

@jodal jodal closed this as completed Apr 7, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant