You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to synchronize or check the connection, I get .NET fallback exception handler messages with variations on "Object reference not set to an instance of an object". Unfortunately, even though running the OAuth cycle appears to work, it immediately forgets its auth token and the error messages appear again as soon as I try to do anything.
It doesn't matter which storage is chosen for auth details, either. Restarting and clearing the connection and creating a new one don't help.
Also, OAuth only works at all when elevated, since it expects to be able to listen on a privileged port (<1024). This is wrong.
The text was updated successfully, but these errors were encountered:
Forgetting the auth token: maybe you are right and this should be fixed. There are others reported issues relating to this.
Privileged ports: I don't use privileged ports in KeeAnywhere. Maybe you are still using Windows 7 which has a different behavior opening ports on Localhost-IP, than newer Windows Versions, which forces you to run KeePass elevated.
When I try to synchronize or check the connection, I get .NET fallback exception handler messages with variations on "Object reference not set to an instance of an object". Unfortunately, even though running the OAuth cycle appears to work, it immediately forgets its auth token and the error messages appear again as soon as I try to do anything.
It doesn't matter which storage is chosen for auth details, either. Restarting and clearing the connection and creating a new one don't help.
Also, OAuth only works at all when elevated, since it expects to be able to listen on a privileged port (<1024). This is wrong.
The text was updated successfully, but these errors were encountered: