Im facing some db error plzz help


Idk this kind of error never see

Any one help plzz i need it urgent

This happened to me once because I accidentally removed a character from my database. I fixed it by wiping the database and starting fresh. There are also repair tools you can try.

4 Likes

Moved to #discord-help.

I’m going to move it back to #coding-help. While it deals with a discord project, its not about dealing with the Discord APIs.

4 Likes

For future protection, make sure you hide your database with a .gitignore so you:

  • When people remix your project, nobody breaches your (users) data
  • So you don’t accidentally corrupt it by typing in it

For example, if your database is called database.sqlite, then in the gitignore, you would add database.sqlite in a newline or the first line if you don’t have a .gitignore already.

5 Likes

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.