Skip to content
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

Firefox: Error with loading data when initially the Internet connection was missing #265

Open
SafetyIng opened this issue Oct 5, 2023 · 1 comment
Labels

Comments

@SafetyIng
Copy link

System Information

  • Extension Version: 2.3.1 (inkl. master password)
  • App Version: 2023.9.30
  • Browser and Version: Firefox 118.0.1
  • Client OS and Version: Windows 10 x64

Steps to reproduce

  1. Start OS without a internet connection.
  2. Start Firefox
  3. Connect the computer to the internet
  4. Open password extension
  5. Start resync by pressing resync button

Expected result

Normally, the app should now display the input mask for the master password after some loading time.

Actual result

Endless loading.

When you change part 2 and 3; so you first connect to internet and then open firefox, then it works fine.

Browser log

Browser log multiple entries every second: ``` {"details":{"data":{},"message":"this._authQueue is null","file":"moz-extension://1031b756-c9ca-4c98-9609-da0972416836/js/background.js","line":2,"stack":"_tryManualAuth@moz-extension://1031b756-c9ca-4c98-9609-da0972416836/js/background.js:2:745213\n_tryAuthorization@moz-extension://1031b756-c9ca-4c98-9609-da0972416836/js/background.js:2:744256\n","time":1696524761404},"error":{"name":"TypeError","stack":["_tryManualAuth@moz-extension://1031b756-c9ca-4c98-9609-da0972416836/js/background.js:2:745213","_tryAuthorization@moz-extension://1031b756-c9ca-4c98-9609-da0972416836/js/background.js:2:744256",""],"string":"TypeError: this._authQueue is null","fileName":"moz-extension://1031b756-c9ca-4c98-9609-da0972416836/js/background.js","lineNumber":2,"columnNumber":745213,"message":"this._authQueue is null"}} ```
@SafetyIng SafetyIng added the bug label Oct 5, 2023
@marius-wieschollek
Copy link
Owner

Can you check if the development build improves this behaviour? There should be a message when you open the popup which allows you to retry connecting to the server if this wasn't possible at startup.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants