Closed myitcv closed 6 years ago
Have you tried 2.37?
This may be due to a change in the logging endpoints. Relevant method is: https://github.com/sclevine/agouti/blob/master/api/session.go#L295
Yes 2.37 failed too (sorry, should have been explicit instead of >= 2.36
)
Turns out this is actually caused by an issue with Travis's Google Chrome setup:
https://github.com/travis-ci/travis-ci/issues/9645.
I now have everything working with Google Chrome stable
and beta
for all versions of chromedriver >= 2.34
:
I'm seeing the following error when using this package with
chromedriver >= 2.36
:Here is an example build log:
https://travis-ci.org/myitcv/gjbt/builds/359173502
Versions
<= 2.35
are fine.Thanks