-
Notifications
You must be signed in to change notification settings - Fork 21
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
Login do not persist #28
Comments
I encounter the same issue, upon investigation I found that data is not being written in the database at all, namely the user upon login, the errors I see are the following (logs below): logs of the postgres db container
I will also try to set it up with a sqlite3 db to see if it makes a difference, but I suspect not... |
update: I also tried configuring a new bridge container using sqlite3 and it seems to work, it successfully connects, syncs contacts and conversations properly, it writes in the DB all the information, however, afterwards it still fails throwing this error in the logs and then reboots the bridge thus disconnecting me:
any ideas would be greatly appreciated, thanks! |
update 2: I found the issue, it was caused by this commit (e8af9ce), so I created a new repo/docker image for a working version of the bridge that I will try my best to keep updated: |
For me it is quite different, i can login into my skype accounts and even able send/rx couple message before it auto logout... Doesnt matter is there any activity from my side or not, result will be same, after about 1 min - session is off.
The text was updated successfully, but these errors were encountered: