question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Unchecked runtime.lastError: "sync" is not available in this instance of Chrome

See original GitHub issue

I 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:closed
  • Created 3 years ago
  • Reactions:4
  • Comments:8 (6 by maintainers)

github_iconTop GitHub Comments

2reactions
Methuselah96commented, May 10, 2021

Yeah, it’s on my list to review. Looks good from a glance, just want to double-check the context.

2reactions
Methuselah96commented, Jan 15, 2021

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found