Skip to content
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

SQLite error on some profile folders #23

Open
worktivity opened this issue Dec 5, 2023 · 1 comment
Open

SQLite error on some profile folders #23

worktivity opened this issue Dec 5, 2023 · 1 comment
Labels

Comments

@worktivity
Copy link

Hello,

I've encountered an issue when using Edge on my computer where URLs cannot be retrieved. From my research, it seems that there are two profile folders on my computer named "yqpdjyl6.default" and "qxw2p5tx.default-release."

The folder ending with "release" belongs to my current profile, while the other one is presumably a default folder containing a completely empty "places.sqlite" file with no tables.

As a result, the SQL command at line 114 in the "index.js" file directly queries the "moz_places" table, causing a "No such table: moz places" error in the "getHistoryFromDb" function. Consequently, it is unable to read any URLs.

The "getHistoryFromDb" function can be modified accordingly to handle this situation. If the file is empty, it can proceed to the next file without disrupting the loop, resolving the issue.

image

image

image

@tance77
Copy link
Member

tance77 commented Dec 6, 2023

Thank you for bringing this matter to our attention. While this project is no longer under active maintenance, we are open to community contributions. Should you wish to address this issue, please feel free to submit a pull request. We appreciate your interest and support.

@tance77 tance77 closed this as completed Dec 6, 2023
@tance77 tance77 reopened this Dec 6, 2023
@tance77 tance77 added the bug label Dec 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants