-
Notifications
You must be signed in to change notification settings - Fork 1k
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
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
Logout after writing a prompt #3492
Comments
Hi - since Tabby utilize your personal auth token for chat panel / server communication, could you verify if the auth token changed during your restart? If not, can you share the output panel logs when you getting logout? |
So I checked (it is happened right now), from the avatar menu the token before writing in the chat panel and after the login it is the same. |
Can you share your auto-start setup for Tabby? |
I have this script on auto start in KDE on Linux: |
My best guess is that your setup initiates multiple Tabby processes, which in turn causes the SQLite database to become locked. I recommend configuring a supervisor to prevent such situations. |
I can confirm that there is only one tabby process as I have just one in the process manager when I have to kill to restart it. |
Depending on your process termination setup, you might not be waiting for the process to exit gracefully, which could result in the SQLite database file being locked. check https://stackoverflow.com/questions/151026/how-do-i-unlock-an-sqlite-database for a potential workaround |
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
Describe the bug
I have tabby at autostart of my workstation, it remember by yesterday login but if I wrote a prompt in the chat panel the AI starts replying to me but I am getting logged out.
When I login the chat I started is missing and I have to do it from start the prompt.
Sometimes I get also an alert during the login about the database locked so I have to close the tabby process and restart it.
Information about your version
0.21-rc4
The text was updated successfully, but these errors were encountered: