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

Fix download failure for games with missing hash data #80

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

triple-j
Copy link
Contributor

It turns out that not all files will have a md5_hash. When this program tries to download those file, the error KeyError: 'md5_hash' is thrown and the rest of the downloads for that game are skipped.

This PR changes the behavior of this program so that it just skips verification of files without a MD5 hash.

Here is a collection of games that I know to be affected:

The API doesn't return `md5_hash` for some game files. This would cause the
error `KeyError: 'md5_hash'` to be thrown and skip the rest of the
downloads for that game.

This changes the behavior so that it just skips verification of files
without a MD5 hash.
The linter was complaining about `Game.do_download()` being too big (too
many variables/returns/branches/statements), so I created
`Game.backup_download()` to handle the code that verified and backed up
existing files.
TheFrenchGhosty added a commit to TheFrenchGhosty/itchio-fixed that referenced this pull request May 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant