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

Issue - Items showing up in status report as failed when they appear to have been downloaded successfully #24

Open
jpummill opened this issue Oct 6, 2024 · 2 comments

Comments

@jpummill
Copy link

jpummill commented Oct 6, 2024

Example:
Total items for username abc123: 107
Downloaded items for username abc123: 7
Intentionally skipped items for username abc123: 0
Failed items for username abc123: 100

The issue is that "Failed Items" shows a count of 100 failed but when reviewing the download it appears that all have been successful

@Confuzu
Copy link
Owner

Confuzu commented Oct 7, 2024

ok sounds like a bug do you have a username for me to check it ?

@jpummill
Copy link
Author

jpummill commented Oct 7, 2024

It happens on all of them I believe but here is a small one that would be easy to check:

$ python civitAI_Model_downloader.py ArtifyAI --max_threads 1
Processing username: ArtifyAI, Download type: All
Downloading Files: 0%|
.
.
.
End of pagination reached: 'next_page' is None.
Total items for username ArtifyAI: 9
Downloaded items for username ArtifyAI: 3
Intentionally skipped items for username ArtifyAI: 0
Failed items for username ArtifyAI: 6

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

No branches or pull requests

2 participants