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

sqlite3.ProgrammingError: SQLite objects created in a thread can only be used in that same thread. #15

Closed
284nnuS opened this issue Jun 21, 2022 · 2 comments

Comments

@284nnuS
Copy link

284nnuS commented Jun 21, 2022

sqlite3.ProgrammingError: SQLite objects created in a thread can only be used in that same thread. The object was created in thread id 140315925653312 and this is thread id 140314941372160. It's my full error in this trouble when i trying to use posuto on Ubuntu through WSL. It's working good on window but when I'm try to use on Ubuntu i get a trouble.

@polm
Copy link
Owner

polm commented Jun 21, 2022

Did you see the section on multithreading in the README?

I think that should resolve your issue, but if not please share a code sample that shows the problem.

@284nnuS
Copy link
Author

284nnuS commented Jun 21, 2022

Yeah, thanks. I'm resolved it .

@polm polm closed this as completed Jun 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants