Make sure we handle DB write errors #72

Closed
opened 2023-01-16 11:13:36 +00:00 by verbiricha · 0 comments
verbiricha commented 2023-01-16 11:13:36 +00:00 (Migrated from github.com)

In Firefox private mode:

{
  "_e": {},
  "name": "DatabaseClosedError",
  "message": "InvalidStateError A mutation operation was attempted on a database that did not allow mutations.\n InvalidStateError: A mutation operation was attempted on a database that did not allow mutations.",
  "inner": {
    "_e": {},
    "name": "InvalidStateError",
    "message": "A mutation operation was attempted on a database that did not allow mutations.\n InvalidStateError: A mutation operation was attempted on a database that did not allow mutations.",
    "inner": {}
  }
}
In Firefox private mode: ``` { "_e": {}, "name": "DatabaseClosedError", "message": "InvalidStateError A mutation operation was attempted on a database that did not allow mutations.\n InvalidStateError: A mutation operation was attempted on a database that did not allow mutations.", "inner": { "_e": {}, "name": "InvalidStateError", "message": "A mutation operation was attempted on a database that did not allow mutations.\n InvalidStateError: A mutation operation was attempted on a database that did not allow mutations.", "inner": {} } } ```
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Kieran/snort#72
No description provided.