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
Can't seem run, failing at starting the sqlite3 db. Environment is PyCharm IDE run as local admin, using a Python3.7 venv, all libraries installed (urllib3 had to be downgraded to 1.26.18). Error:
Start polling devices...
Traceback (most recent call last):
File "C:\Meraki Dash\venv\lib\site-packages\sqlalchemy\engine\base.py", line 1277, in _execute_context
cursor, statement, parameters, context
File "C:\Meraki Dash\venv\lib\site-packages\sqlalchemy\engine\default.py", line 609, in do_execute
cursor.execute(statement, parameters)
sqlite3.IntegrityError: UNIQUE constraint failed: system.start
The text was updated successfully, but these errors were encountered:
Can't seem run, failing at starting the sqlite3 db. Environment is PyCharm IDE run as local admin, using a Python3.7 venv, all libraries installed (urllib3 had to be downgraded to 1.26.18). Error:
Start polling devices...
Traceback (most recent call last):
File "C:\Meraki Dash\venv\lib\site-packages\sqlalchemy\engine\base.py", line 1277, in _execute_context
cursor, statement, parameters, context
File "C:\Meraki Dash\venv\lib\site-packages\sqlalchemy\engine\default.py", line 609, in do_execute
cursor.execute(statement, parameters)
sqlite3.IntegrityError: UNIQUE constraint failed: system.start
The text was updated successfully, but these errors were encountered: