Status Update
Comments
jl...@chromium.org <jl...@chromium.org> #2
I notice the same issue and LogCat shows the following message:
Google Play services out of date. Requires 3159100 but found 3136130
Google Play services out of date. Requires 3159100 but found 3136130
na...@gmail.com <na...@gmail.com> #3
Same here.
"Google Play services out of date. Requires 3159100 but found 3136130"
"Google Play services out of date. Requires 3159100 but found 3136130"
pe...@google.com <pe...@google.com> #4
me as well....
Google Play services out of date. Requires 3159100 but found 3136130
Google Play services out of date. Requires 3159100 but found 3136130
pa...@google.com <pa...@google.com> #5
I was hopeful that the release of API 18 (4.3) would have created a solution to this, unfortunately it includes version 3158130
ka...@google.com <ka...@google.com> #6
Having the same issue:
07-25 00:03:54.998: W/GooglePlayServicesUtil(27293): Google Play services out of date. Requires 3159100 but found 3158130
07-25 00:03:54.998: W/GooglePlayServicesUtil(27293): Google Play services out of date. Requires 3159100 but found 3158130
Description
I'm building an extension and trying to do message passing between browser and webpage. I've an event that's emitted from my site <foo.com>. The event is implemented something like this:
I want to get that message and show it in panel.html i.e, the browser devtools tab similar to how you see the logging information under "Console" tab.
I've pretty much looked at all possible reasons for this issue and seems a bit unique scenario in my case or something very stupid. Everytime I refresh I get the following error:
Could not establish connection. Receiving end does not exist
Here's the code sample if anyone likes to look into it.
manifest.json
background.js
content.js
devtools.js
panel.js
panel.html
devtools.html