If Inspect is disabled in the context menu for the page, contact your organization administrator to get access to the Chrome Dev Tools. See Chrome documentation
Click on the Applications tab
Under Storage > IndexedDB, for each of the following databases, select the database and click the Delete database button in the detail pane:
BRICK_REGISTRY
LOG
TRACE
telemetrydb
Select each database under Storage > IndexedDB and click the "Delete database" button
Solution 3: manually delete IndexedDB files from the file system
Locating the IndexedDB paths on the IndexedDB internals page
Close Chrome. Closing Chrome which will cause Chrome to close all connections to the database and release it's locks on the directories/files
On Windows, delete the IndexedDB folders for the PixieBrix extension. For example, on Windows (replace <username> with your username):
Folders to delete on Windows
Re-open Chrome
Solution 4: recover local databases
These steps require the PixieBrix support team to enable Extension Storage Diagnostics for your account. Email [email protected] for access before completing the steps
Close local database connections:
In a new Chrome tab, visit the IndexedDB Internals page:
Chrome will also display the status of open connections, e.g., Running, Blocked, etc.
If a transaction is blocking other transactions, you'll see a transaction as "Running" with other transactions marked as "Blocked"
How do I fix an "Unable to create sequential file" error?
The error "IO Error: .../NNNNN.log: Unable to create sequential file" indicates Chrome is unable to create an IndexedDB transaction file. To fix the error, complete the IndexedDB recovery steps described above.