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

#48 fix slidescore api crash #49

Merged
merged 2 commits into from
Apr 30, 2024

Conversation

martvanrijthoven
Copy link
Contributor

Fixes #48

This quick fix skips existing image_id folders to reduce the number of requests. However, if an error occurs during an image download, subsequent retries will also skip these folders because they already exist. Consequently, these folders must be manually deleted before attempting another download. A comprehensive fix would likely require modifying the way download history is tracked, which could disrupt the current history files of already downloaded folders.

@jonasteuwen
Copy link
Contributor

The fix sounds fine, deleting folders of files that failed shouldn't be a big issue.

Copy link
Member

@AjeyPaiK AjeyPaiK left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@AjeyPaiK AjeyPaiK merged commit 0f4bf92 into NKI-AI:main Apr 30, 2024
2 of 6 checks passed
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.

Slidescore API crashes when to many request are made
3 participants