We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It looks like there may be a race condition where an incomplete download will still write to the database.
Expected behavior:
Download should succeed or not write to database on failure.
Actual behavior:
Download is incomplete and fails, yet the entry is added to the database.
Log file: pixivutil.log
Latest git pull at 21f7bed (PixivUtil2 20240703)
The text was updated successfully, but these errors were encountered:
I'm having same problem. This problem has been happening too often lately
Sorry, something went wrong.
No branches or pull requests
Prerequisites
Description
It looks like there may be a race condition where an incomplete download will still write to the database.
Steps to Reproduce
Expected behavior:
Download should succeed or not write to database on failure.
Actual behavior:
Download is incomplete and fails, yet the entry is added to the database.
Log file:
pixivutil.log
Versions
Latest git pull at 21f7bed (PixivUtil2 20240703)
The text was updated successfully, but these errors were encountered: