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

Uncaught (in promise) Error: Could not establish connection. Receiving end does not exist. #57

Closed
clintonfray opened this issue Oct 17, 2022 · 5 comments
Labels
bug Something isn't working mv3

Comments

@clintonfray
Copy link
Collaborator

I've noticed a consistent error in the console relating to a listener.

There is a listener that is resulting in the error, Uncaught (in promise) Error: Could not establish connection. Receiving end does not exist.

@svrnm svrnm added bug Something isn't working mv3 labels Oct 17, 2022
@svrnm
Copy link
Owner

svrnm commented Oct 17, 2022

I saw this one, but I don't see any negative side-effects from it.

@clintonfray
Copy link
Collaborator Author

You are correct, I also did not notice an immediate issue with the application although the issue is coming up an an error in the extension.

@svrnm
Copy link
Owner

svrnm commented Oct 21, 2022

Looks like the problem is here:

scope.chrome.runtime.sendMessage({ type: 'STORE_INITIALIZED' })

@svrnm svrnm closed this as completed in 4858c3e Oct 21, 2022
@svrnm
Copy link
Owner

svrnm commented Oct 21, 2022

I am not 100% sure if I caught all the potential issues, but at least I don't see it showing up that often anymore

@clintonfray
Copy link
Collaborator Author

I will check this as well to see if there is any impact on this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working mv3
Projects
None yet
Development

No branches or pull requests

2 participants