Skip to content

DB Error after update to 1.3.2 #109

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

Closed
StevenK2104 opened this issue Jan 25, 2021 · 9 comments
Closed

DB Error after update to 1.3.2 #109

StevenK2104 opened this issue Jan 25, 2021 · 9 comments
Labels
type: bug Something isn't working

Comments

@StevenK2104
Copy link

Getting this error now after I updated to 1.3.2

ERROR: SPM:DatabaseManager
Database call error in methode loadSpool. See OctoPrint.log for details!

Log file below

octoprint.log
firefox_mGw4Pp0zFo

@StanDH
Copy link

StanDH commented Jan 25, 2021

Identical Problem.

@StevenK2104
Copy link
Author

any idea on how long this will be till the issue is fixed ?

@OllisGit
Copy link
Owner

Hi @StevenK2104 ,

the log messages of the db-migration looks good. Please do the following:

  • login to your raspberry via ssh
  • navigate to the database-location (found in plugin-settings)
  • type sqlite3 spoolmanager.db
  • type select * from spo_spoolmodel
  • paste the result to this issue
  • type select * from spo_pluginmetadatamodel
  • paste the result to this issue

btw. "Impossible is done immediately, miracles take longer"

@OllisGit
Copy link
Owner

Hi,
fyi: found the issue, will be fixed in the next minutes!

@vinxdb
Copy link

vinxdb commented Jan 25, 2021

pi@octopi:~/.octoprint/data/SpoolManager $ sqlite3 spoolmanager.db
-bash: sqlite3: command not found

@OllisGit OllisGit added status: inProgress I am working on it and removed status: analysing labels Jan 25, 2021
@schwos
Copy link

schwos commented Jan 25, 2021

Experience the same issue; as well sqlite3 isn't installed natively on the Raspberry PI install in the image. It was necessary to install sqlite3 on my image

sudo apt-get install sqlite3

@OllisGit OllisGit added status: inNextRelease Will be implemented/fixed in next release and removed status: inProgress I am working on it labels Jan 25, 2021
OllisGit added a commit that referenced this issue Jan 25, 2021
- #109 new columns overwritten by renaming script
@OllisGit
Copy link
Owner

OllisGit commented Jan 25, 2021

Error is fixed in latest release 1.3.3.
Please test and give feedback.

Sorry,
Olli

@OllisGit OllisGit added status: waitingForTestFeedback and removed status: inNextRelease Will be implemented/fixed in next release labels Jan 25, 2021
@StevenK2104
Copy link
Author

Issue now resolved.
Many thanks @OllisGit for the great work on this

@vinxdb
Copy link

vinxdb commented Jan 25, 2021

It works, thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

5 participants