Unchecked runtime.lastError: "sync" is not available in this instance of Chrome
See original GitHub issueI am using redux-devtools with electron using https://github.com/MarshallOfSound/electron-devtools-installer But in console I am getting following, error goes away when I remove redux-devtools
Unchecked runtime.lastError: "sync" is not available in this instance of Chrome
Error handling response: TypeError: Cannot read property 'filter' of undefined
at chrome-extension://lmhkpmbekcpmknklioeibfkpmmfibljd/js/content.bundle.js:1:21235
Issue Analytics
- State:
- Created 3 years ago
- Reactions:4
- Comments:8 (6 by maintainers)
Top Results From Across the Web
Errors logged on startup in Electron 10 · Issue #767 - GitHub
Unchecked runtime.lastError: "sync" is not available in this instance of Chrome Error handling response: TypeError: Cannot read property ...
Read more >How to fix 'Unchecked runtime.lastError: The message port ...
The issue is most likely a mishandled async response to runtime.sendMessage. As MDN says: To send an asynchronous response, there are two ...
Read more >unchecked runtime.lasterror: - You.com | The AI Search ...
What is this error? Chrome APIs are mostly asynchronous: you have a callback that is called when the operation completes. In case of...
Read more >chrome.cookies - Chrome Developers
CookieStore. Represents a cookie store in the browser. An incognito mode window, for instance, uses a separate cookie store from a non-incognito window....
Read more >Failed OAuth2 with Google, via launchWebAuthFlow
When running this, in the background.js script, I'm getting an error of the form: {message: "Authorization page could not be loaded."}.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Yeah, it’s on my list to review. Looks good from a glance, just want to double-check the context.
Looks like there is also an issue for this on the
electron-devtools-installer
repo as well: https://github.com/MarshallOfSound/electron-devtools-installer/issues/160.