Replies: 9 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? |
Beta Was this translation helpful? Give feedback.
-
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. |
Beta Was this translation helpful? Give feedback.
-
This is what I get after login, use it a bit and I get a logout again. |
Beta Was this translation helpful? Give feedback.
-
Can you share your auto-start setup for Tabby? |
Beta Was this translation helpful? Give feedback.
-
I have this script on auto start in KDE on Linux: |
Beta Was this translation helpful? Give feedback.
-
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. |
Beta Was this translation helpful? Give feedback.
-
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. |
Beta Was this translation helpful? Give feedback.
-
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 |
Beta Was this translation helpful? Give feedback.
-
What is the path for the database? So I can check when happens again. |
Beta Was this translation helpful? Give feedback.
-
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
Beta Was this translation helpful? Give feedback.
All reactions