Skip to content

Fix download failure for games with missing hash data#80

Open
triple-j wants to merge 2 commits intoEmersont1:mainfrom
triple-j:fix-no-hash
Open

Fix download failure for games with missing hash data#80
triple-j wants to merge 2 commits intoEmersont1:mainfrom
triple-j:fix-no-hash

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.

1 participant