Handle/Check version missmatch of 'google chrome and 'chromedriver'.

This commit is contained in:
2020-05-20 23:37:17 +02:00
parent 5d64abb7ba
commit 3d83cfbb61
2 changed files with 246 additions and 0 deletions

View File

@ -0,0 +1,17 @@
# Version of google chrome must match the version of chromedriver
#
# Youll see an error like this, if you updated your google-chrome to 83 & not the chromedriver to 83
#
org.jitsi.jibri.api.xmpp.XmppApi.run() Error starting Jibri service : org.openqa.selenium.SessionNotCreatedException: session not created: This version of ChromeDriver only supports Chrome version 81
(Driver info: chromedriver=81.0.4044.138 (8c6c7ba89cc9453625af54f11fd83179e23450fa-refs/branch-heads/4044@{#999}),platform=Linux 4.19.0-9-amd64 x86_64) (WARNING: The server did not provide any stacktrace information)
Command duration or timeout: 273 milliseconds
# Get version of google-chrom
#
aptitude versions google-chrome-stable
# Get version of chromedriver
#
/usr/local/bin/chromedriver --version