You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When creating an ebook with lots of chapters (Wandering Inn, TGaB, Heretical Edge, etc) there will be intermittant fails with the SQLite DB. Rerunning the script fixes it for a bunch of chapters but it can fail again, needing a rerun. It likely has something to do with the download and write speed, and database locks.
Add in a .1 second delay on DB writes to prevent locking and collision fails?
This is in powershell. WSL worked fine on first try.
The text was updated successfully, but these errors were encountered:
When creating an ebook with lots of chapters (Wandering Inn, TGaB, Heretical Edge, etc) there will be intermittant fails with the SQLite DB. Rerunning the script fixes it for a bunch of chapters but it can fail again, needing a rerun. It likely has something to do with the download and write speed, and database locks.
Add in a .1 second delay on DB writes to prevent locking and collision fails?
This is in powershell. WSL worked fine on first try.
The text was updated successfully, but these errors were encountered: