Handle/Check version missmatch of 'google chrome and 'chromedriver'.
This commit is contained in:
17
README.error.Jibri-ChromDriver
Normal file
17
README.error.Jibri-ChromDriver
Normal file
@ -0,0 +1,17 @@
|
||||
|
||||
|
||||
# Version of google chrome must match the version of chromedriver
|
||||
#
|
||||
# You’ll 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
|
Reference in New Issue
Block a user