Skip to content

Error at storeChild.js:30:12 #246

Description

@ExE-Boss

The following error message is printed to the console whenever I interact with Mozilla Lightbeam since I upgraded to the WebExtension version:

17:47:36.447Error: UnknownError The operation failed for
reasons unrelated to the database itself and
not coveredby any other error code.
storeChild.js:30:12

This is likely coming from the call to the Dexie database library at store.js:179:

async getAll() {
const websites = await this.db.websites.filter((website) => {
return website.isVisible || website.firstParty;
}).toArray();
const output = {};
for (const website of websites) {
output[website.hostname]
= this.outputWebsite(website.hostname, website);
}
return output;
},

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Fields

    Priority

    None yet

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions