ole1986 / centronic-py

Centronic USB Stick to control Becker Shutter CC31/CC51
43 stars 10 forks source link

Getting error with database #31

Closed roskodaniel closed 1 year ago

roskodaniel commented 1 year ago

Hi! When I run any command (TRAIN, UP, DOWN) , I'm getting this error. Do you have any idea what the problem could be or what is the solution?

Traceback (most recent call last): File "/home/pi/centronic-py/./centronic-stick.py", line 466, in main(sys.argv[1:]) File "/home/pi/centronic-py/./centronic-stick.py", line 411, in main with Database() as db: File "/home/pi/centronic-py/./centronic-stick.py", line 73, in init self.conn = sqlite3.connect(self.filename) sqlite3.OperationalError: unable to open database file

ole1986 commented 1 year ago

Possible permission issue?