You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The latest release of a comic is found based on max
id
instead of maxpub_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()
.The text was updated successfully, but these errors were encountered: