-
Notifications
You must be signed in to change notification settings - Fork 151
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
sqlite3.ProgrammingError #357
Comments
I have the same problem, people told me sqlite problems, use another database |
Interesting. Thank you. |
It is caused by incorrect use of database API objects in notification.py. My notification system rewrite (#214) will fix this problem, but if you're in a hurry for a short-term fix, you can apply this patch to your monocle instance:
|
Thank you @mewio 😃 |
Notifications use their own DB that is different than where sightings are kept? |
I looked at scan.log from scan.py (using the latest available Monocle source code) and found multiple errors like this.
This is one of them:
The text was updated successfully, but these errors were encountered: