intelligent-agent / Reflash

Flasher image for Refactor distro for use with Recore 3D printer board
GNU Affero General Public License v3.0
1 stars 0 forks source link

The installation sometimes stops #38

Closed eliasbakken closed 7 months ago

eliasbakken commented 8 months ago

During installation/flashing, the application will sometimes hangs and no progress is shown on the page. A page refresh restarts progress.

By monitoring the journal on Recore during the install, it turns out that the Reflash application experiences an error: sqlite3.OperationalError: database is locked This might be due to the embedded screen application is trying to access the database at the same time. Possible workarounds are:

eliasbakken commented 7 months ago

The fail gracefully operation seems to work.