-
Notifications
You must be signed in to change notification settings - Fork 5
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 still broken #69
Comments
You can use ctrl + alt + D to open the Developer Tools that contain a view with all the log messages. |
Alright, shift + alt + D did the trick for me. First error, probably not important: Then, when trying to login with existing account:
When trying with the key, error in function keysLogin(username, keys):
I also tried to sign up a new user, which leads to the same error in function toolDbSignIn(user, password) as mentioned above. In addition in function function toolDbPut(key, value, userNamespaced)
user=null seems like it didn't read my username? |
Normal login still not working in v.6.5.3, but I managed to login with key-phrase |
Hei,
I see other issues with login problems for other versions then the newest, but for me it has been in pretty much all versions broken since ca. 6.3.1(I think, there were different issues in the later 6.2.x versions as mentioned #59, which let me to abandon the app and just checking every other month if it would work again).
So still in 6.4.2. on Linux Mint 21.2 Cinnamon 5.8.4: After entering my password, the colour-wheel spins a few times, stops and nothing else happens. When trying to login with key, the wheel keeps on spinning, but nothing else happens. As mentioned, this was the same situation in 6.3.x
Any ideas what causes the issue? Can we help with more detailed logging? There are no error messages in the terminal. I liked the tracker, since it worked in Linux and nicely implemented...
The text was updated successfully, but these errors were encountered: