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

Frequency database error - table fails to get created #288

Open
weiiiia opened this issue May 27, 2024 · 1 comment
Open

Frequency database error - table fails to get created #288

weiiiia opened this issue May 27, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@weiiiia
Copy link

weiiiia commented May 27, 2024

problem

DominikDoom added a commit that referenced this issue May 28, 2024
This should prevent the script from hard crashing like in #288
@DominikDoom
Copy link
Owner

This means the local database that tracks your tag usage for ranking failed to get created. You can see at the top of your image that it is missing one of its core tables:
image
I added a small fix that should prevent it from crashing the rest of the script, but it doesn't solve your core problem.

This can have a number of different causes and it's hard to tell what it might be in your case.
It could be an issue with write permissions at the file location (tags subfolder in the extension's install location), for example.

Is there any more info you can tell me? Any other errors before the ones on the screenshot?

@DominikDoom DominikDoom changed the title Pls how can this problem be solved Frequency database error - table fails to get created May 28, 2024
@DominikDoom DominikDoom added the bug Something isn't working label May 28, 2024
@DominikDoom DominikDoom self-assigned this May 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants