Status Update
Comments
ya...@chromium.org <ya...@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
wo...@chromium.org <wo...@chromium.org> #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"
kd...@chromium.org <kd...@chromium.org> #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
wo...@chromium.org <wo...@chromium.org> #5
I was hopeful that the release of API 18 (4.3) would have created a solution to this, unfortunately it includes version 3158130
va...@chromium.org <va...@chromium.org> #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
kd...@chromium.org <kd...@chromium.org> #7
same
ke...@chromium.org <ke...@chromium.org> #8
SAME ! - Google can't do sth working in 100 percent?
va...@chromium.org <va...@chromium.org> #9
same issue - Google Play services out of date. Requires 3159100 but found 3158130
wo...@chromium.org <wo...@chromium.org> #10
Having the same issure:
07-26 03:14:00.731: W/GooglePlayServicesUtil(2566): Google Play services out of date. Requires 3159100 but found 3136130
07-26 03:14:00.731: W/GooglePlayServicesUtil(2566): Google Play services out of date. Requires 3159100 but found 3136130
bm...@chromium.org <bm...@chromium.org> #11
API 18 (4.3) same issue
07-26 03:54:03.303: W/GooglePlayServicesUtil(1207): Google Play services out of date. Requires 3159100 but found 3158130
07-26 03:54:03.303: W/GooglePlayServicesUtil(1207): Google Play services out of date. Requires 3159100 but found 3158130
ds...@chromium.org <ds...@chromium.org> #12
Same issue here.
bm...@chromium.org <bm...@chromium.org> #13
Same issue here. How can i fix this bug?
ha...@google.com <ha...@google.com> #14
We're working on this. I don't have an ETA yet other than the maddeningly vague "soon".
is...@google.com <is...@google.com> #15
Thanks for the update @sbarta. It is good that you are keeping us informed. This is a very critical and blocking bug for anyone developing with maps.
pe...@google.com <pe...@google.com> #16
FYI also getting same with PlusClient sign in, so this is not just a maps issue:
ConnectionResult.SERVICE_VERSION_UPDATE_REQUIRED
07-30 12:35:50.059: W/GooglePlayServicesUtil(16054): Google Play services out of date. Requires 3159100 but found 1013
ConnectionResult.SERVICE_VERSION_UPDATE_REQUIRED
07-30 12:35:50.059: W/GooglePlayServicesUtil(16054): Google Play services out of date. Requires 3159100 but found 1013
pe...@google.com <pe...@google.com> #17
Same page here!
07-31 22:47:40.277: W/GooglePlayServicesUtil(1009): Google Play services out of date. Requires 3159100 but found 3158130
Thing is: we work under timelines too, and we need this fix quick! I cannot go wondering around asking for cellphones all over the place... I used to have this fixed with my emulators!!
07-31 22:47:40.277: W/GooglePlayServicesUtil(1009): Google Play services out of date. Requires 3159100 but found 3158130
Thing is: we work under timelines too, and we need this fix quick! I cannot go wondering around asking for cellphones all over the place... I used to have this fixed with my emulators!!
Description
What steps will reproduce the problem?
(1) Download attached html files.
(2) Start a simple http server.
(3) Open 'readystatechange_iframe_removal.html'
(4) Click 'Add iframe' button
What is the expected result?
Console should show:
What happens instead?
Console shows:
I added a log message to where the exception is thrown in the renderer[1] and we are hitting that code but the error message is not bubbling up to the console.
[1]https://cs.chromium.org/chromium/src/third_party/blink/renderer/core/dom/container_node.cc?q=container_node.cc&sq=package:chromium&dr&l=704