18 lines
		
	
	
		
			784 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			784 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| 
 | ||
| 
 | ||
| # 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
 |