Assigned
Status Update
Comments
aj...@google.com <aj...@google.com> #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
ma...@gmail.com <ma...@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"
ma...@gmail.com <ma...@gmail.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
pe...@google.com <pe...@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
aj...@google.com <aj...@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
ma...@gmail.com <ma...@gmail.com> #7
same
Description
When testing Cockpit with chromedriver 133, we see all the traffic that Cockpit sends over its own WebSocket in the "BiDI/CDP Mapper" tab. There are numerous Network.websocketFrameReceived and Network.websocket.FrameSent entries. With chromedriver 132, we only see the commands related to the bidi protocol itself.
The extra Network.websocket* event logging makes the "BiDI/CDP Mapper" tab useless. Also, some of our tests transfer more than a Gigabyte of data over Cockpit's websocket and every byte of it is logged in the BIDI tab. That seems to slow down the bidi protocol enough to cause our tests to timeout when communicating with chromedriver. Chromium consumes a lot of RAM when that happens, to the point that it sometimes gets killed by the OOM killer.
Screenshot attached that shows the new Websocket events.