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

[BUG] 'sqlite3.OperationalError: no such table: hash' error when starting #409

Closed
3 tasks done
10pointstogryffindor opened this issue Dec 27, 2024 · 2 comments · Fixed by #407
Closed
3 tasks done
Assignees
Labels
bug Something isn't working

Comments

@10pointstogryffindor
Copy link

I have taken steps to troubleshoot my issue first

  • I'm using the latest version of cyberdrop-dl-patched
  • I’ve read the wiki and my issue isn’t already covered.
  • I’ve checked existing issues to ensure this hasn’t been reported already.

Describe the bug

I've finished installing the CyberDrop V6 today and saw the main screen pop up correctly. But when I ran it again, the 'sqlite3.OperationalError: no such table: hash' popped up and the program wouldn't run at all.

I haven't done anything but see Cyberdrop start_windows bat file run and close, so I don't know much about reproducing this behavior but it is constantly happening to me.
I've already tried deleting the venv folder and running the bat file again, with the same error happening again.
There wasn't anything I could do to copy the error message so I've taken a screenshot, attached below:
d

Desired result

Find the hash table?

Steps to help reproduce the behavior

Described above.

Relevant logs

I couldn't find one.

Operating system/environment

Windows 10 Education 22H2

Python Version

3.13.1

Cyberdrop-DL version

6.0.1

Links, references, and/or additional comments?

No response

@10pointstogryffindor 10pointstogryffindor added the bug Something isn't working label Dec 27, 2024
@NTFSvolume NTFSvolume linked a pull request Dec 27, 2024 that will close this issue
@NTFSvolume
Copy link
Collaborator

This will be fixed on the next version. As a workaround you can rename the file /AppData/Cache/cyberdrop.db to any other name, it just have to be different. If the file is empty (0B), you can safely delete it

@NTFSvolume NTFSvolume changed the title [BUG] 'sqlute3.OperationalError: no such table: hash' error when starting [BUG] 'sqlite3.OperationalError: no such table: hash' error when starting Dec 27, 2024
@10pointstogryffindor
Copy link
Author

Thanks a lot, it works now!

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

Successfully merging a pull request may close this issue.

3 participants