-
Notifications
You must be signed in to change notification settings - Fork 43
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
Chrome 72: Extension non-functional #154
Comments
Interesting. I wasn't aware. Thanks for the heads up. The linked issues are a great place to start looking. I probably won't have time to dig in until next week, but feel free to have a look in the mean time if you want to help out ✌️ |
Yeah, this hit me on my latest upgrade -.v 72.0.3626.81 . Thankfully, it still works on Firefox! |
Came across this while search for this error on my extension. |
Now fixed in https://www.npmjs.com/package/chrome-extension-async version 3.3.1, apologies for the delay. |
I'm having issues reproducing this issue. Despite my best efforts in Chrome, it seems to work just fine. Very strange. I don't see why my Chrome 72.0.3626.81 should be different to yours. Are you able to reproduce the issue with a clean chrome profile? Any steps to reproduce from there? |
Using Chrome 72.0.3626.81. Showing this error now. |
Getting the same problem with Chrome 74.0.3729.108 |
@esphen please check the pr referencing this issue above as the bug for this is from that repo |
Same problem with Opera 62.0.3331.72 |
The PR @csimi was referring to was merged today and 2.3.1 was just released, should be rolling out soon. Hope that fixes the issue. The opera developer portal seems to be down at this time, so I have not been able to upload there yet unfortunately. Will keep trying. |
Submitted for Opera as well now |
I can confirm that it works in Chrome again. |
@esphen It looks like Chrome 72 has broken things a bit:
Based on this bug fix on a different repo, it looks like an issue with Promises and handling the async calls. Another extension had this issue too.
The text was updated successfully, but these errors were encountered: