I am getting a weird error message when I try to r...
# pacc-may-31-2023
q
I am getting a weird error message when I try to run prefect server locally:
10:37:45.809 | ERROR   | prefect.server.services.telemetry - Unexpected error in: OperationalError('(sqlite3.OperationalError) database is locked')
k
I got that too, one time. Simply running the script again magically solved it
👀 1
if on unix: maybe
killall python
if retrying doesn't help
j
hmm.
on Prefect 2.10.11?
k
Copy code
≻ prefect version                                                                                                                   
Version:             2.10.11
API version:         0.8.4
Python version:      3.10.11
Git commit:          8c651ffc
Built:               Thu, May 25, 2023 2:59 PM
OS/Arch:             linux/x86_64
Profile:             default
Server type:         ephemeral
Server:
  Database:          sqlite
  SQLite version:    3.40.0
✅ 1