jitsi/README.error.Jibri-ChromDriver

18 lines
784 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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