selenoid
selenoid copied to clipboard
ERROR:gcm_channel_status_request.cc(145)] GCM channel request failed.
By running tests I saw that some of them failed giving "WebDriverError: Session timed out or not found" And the browser was in fact, no longer open.
Then I tested them by doing a "docker logs -f" on the browser container to see in which exact place it failed and I saw the following message the exact moment before it dies:
ERROR:gcm_channel_status_request.cc(145)] GCM channel request failed.
Any clues on how to fix it?
I'm using selenoid/vnc_chrome:79.0 in this case.
Thanks!
@LordPato not sure about it. Seems to be some Chrome-specific issue.
I tried with version 81.0 Now it shows the following :
[1588100199.174][INFO]: [c40103de17e76a21a3cae0f1ad13d76e] COMMAND Quit { } [1588100199.280][INFO]: [c40103de17e76a21a3cae0f1ad13d76e] RESPONSE Quit
From the test side the test is still runnig (probably will die once it figures out that the session is no longer there).
It's also random. It happens 9/10 times, but... on try 10... it works.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.