-
Notifications
You must be signed in to change notification settings - Fork 7
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
[Bug] Extension times out and is unresponsive, just "spinning" if you click away for a while. #217
Comments
@daidoji thank you for reporting this. |
hey @daidoji
I am still looking to reproduce it, I would appreciate it if you could describe the exact steps to reproduce if you face it again. I have an open PR #220 regarding passcode storage changes. You can give it a fresh try as this one gets merged. Thanks |
@HunnySajid hmm, I will try but the steps above should be what we experience. My partner @dc7 experienced this on FF as well. Not just the extension page but while we're using the extension at multiple points. I also think we don't get any connection with
Its intermittent but I think you might check again that its always active, we had some logs showing that the timeout calculation for wiping the password shows some weird stuff like the web worker is getting backgrounded and the timer is going away strangely. However, I think this error is due to the extension somehow losing contact with the web worker somehow because the console will print a "Connected" log when this spinning issue happens. Its strange that you can't reproduce, on Friday we ran into this more than 10 times probably in a two hour pair programming session. I will try and get more screenshots and reproducible steps though if I can. |
Alright, so I just tried to handle the could not establish connection error that was supposedly causing the infinite looping issue: @dc7 can you please give it a try to see if you are able to proceed or it's still stuck |
To reproduce
http://127.0.0.1:3901
http://127.0.0.1:3903
etc.. with keria instance runningTo resolve
Extension should be active the entire time before passcode times out. No spinning if possible.
build env
Chrome: Version 130.0.6723.92 (Official Build) (64-bit)
Build Extension from main commit: 2799a16
The text was updated successfully, but these errors were encountered: