Moletrixs

jitsi_jibrierror

Dec 14th, 2021 (edited)
24
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.20 KB | None | 0 0
  1. 2021-12-14 08:20:43.287 FINE: [57] org.jitsi.xmpp.mucclient.MucClient.log() Received an IQ with type set: IQ Stanza (jibri http://jitsi.org/protocol/jibri) [to=jibri@auth.meet.jitsi/Va4IZnHj,from=jibribrewery@internal-muc.meet.jitsi/focus,id=amlicmlAYXV0aC5tZWV0LmppdHNpL1ZhNElabkhqAFNEMVJGLTM3NgB9MKAL27uLVhq/q96wolfF,type=set,]
  2.  
  3.  
  4. 2021-12-14 08:20:43.288 INFO: [57] org.jitsi.jibri.api.xmpp.XmppApi.log() Received JibriIq <iq xmlns='jabber:client' to='jibri@auth.meet.jitsi/Va4IZnHj' from='jibribrewery@internal-muc.meet.jitsi/focus' id='amlicmlAYXV0aC5tZWV0LmppdHNpL1ZhNElabkhqAFNEMVJGLTM3NgB9MKAL27uLVhq/q96wolfF' type='set'><jibri xmlns='http://jitsi.org/protocol/jibri' action='start' recording_mode='file' room='test@muc.meet.jitsi' session_id='czcmaludbxdbgrqw' app_data='{"file_recording_metadata":{"share":true}}'/></iq> from environment [MucClient id=xmpp.meet.jitsi hostname=xmpp.meet.jitsi]
  5.  
  6.  
  7. 2021-12-14 08:20:43.288 INFO: [57] org.jitsi.jibri.api.xmpp.XmppApi.log() Received start request, starting service
  8.  
  9.  
  10. 2021-12-14 08:20:43.294 INFO: [57] org.jitsi.jibri.api.xmpp.XmppApi.log() Parsed call url info: CallUrlInfo(baseUrl=https://, callName=test, urlParams=[])
  11.  
  12.  
  13. 2021-12-14 08:20:43.295 INFO: [57] org.jitsi.jibri.JibriManager.log() Starting a file recording with params: FileRecordingRequestParams(callParams=CallParams(callUrlInfo=CallUrlInfo(baseUrl=https:// callName=test, urlParams=[]), email='', passcode=null, callStatsUsernameOverride=, displayName=), sessionId=czcmaludbxdbgrqw, callLoginParams=XmppCredentials(domain=recorder.meet.jitsi, port=null, username=recorder, password=*****))
  14.  
  15.  
  16. 2021-12-14 08:20:43.295 FINE: [57] org.jitsi.jibri.capture.ffmpeg.FfmpegCapturer.log() Detected os as OS: LINUX
  17.  
  18.  
  19. 2021-12-14 08:20:43.296 FINE: [57] org.jitsi.jibri.config.log() ConfigSourceSupplier: Trying to retrieve key 'jibri.chrome.flags' from source 'config' as type kotlin.collections.List<kotlin.String>
  20.  
  21.  
  22. 2021-12-14 08:20:43.297 FINE: [57] org.jitsi.jibri.config.log() ConfigSourceSupplier: Successfully retrieved key 'jibri.chrome.flags' from source 'config' as type kotlin.collections.List<kotlin.String>
  23.  
  24.  
  25. Starting ChromeDriver 96.0.4664.45 (76e4c1bb2ab4671b8beba3444e61c0f17584b2fc-refs/branch-heads/4664@{#947}) on port 32457
  26.  
  27.  
  28. Only local connections are allowed.
  29.  
  30.  
  31. Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
  32.  
  33.  
  34. ChromeDriver was started successfully.
  35.  
  36.  
  37. 2021-12-14 08:20:44.225 SEVERE: [57] org.jitsi.jibri.api.xmpp.XmppApi.log() Error starting Jibri service
  38.  
  39.  
  40. org.openqa.selenium.SessionNotCreatedException: session not created: This version of ChromeDriver only supports Chrome version 96
  41.  
  42.  
  43. Current browser version is 94.0.4606.61 with binary path /usr/bin/google-chrome
  44.  
  45.  
  46. (Driver info: chromedriver=96.0.4664.45 (76e4c1bb2ab4671b8beba3444e61c0f17584b2fc-refs/branch-heads/4664@{#947}),platform=Linux 5.4.0-91-generic x86_64) (WARNING: The server did not provide any stacktrace information)
  47.  
  48.  
  49. Command duration or timeout: 906 milliseconds
  50.  
  51.  
  52. Build info: version: 'unknown', revision: 'unknown', time: 'unknown'
  53.  
  54.  
  55. System info: host: '334c09492911', ip: '172.26.0.3', os.name: 'Linux', os.arch: 'amd64', os.version: '5.4.0-91-generic', java.version: '11.0.13'
  56.  
  57.  
  58. Driver info: driver.version: ChromeDriver
  59.  
  60.  
  61. at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  62.  
  63.  
  64. at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
  65.  
  66.  
  67. at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  68.  
  69.  
  70. at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:490)
  71.  
  72.  
  73. at org.openqa.selenium.remote.ErrorHandler.createThrowable(ErrorHandler.java:214)
  74.  
  75.  
  76. at org.openqa.selenium.remote.ErrorHandler.throwIfResponseFailed(ErrorHandler.java:166)
  77.  
  78.  
  79. at org.openqa.selenium.remote.JsonWireProtocolResponse.lambda$new$0(JsonWireProtocolResponse.java:53)
  80.  
  81.  
  82. at org.openqa.selenium.remote.JsonWireProtocolResponse.lambda$getResponseFunction$2(JsonWireProtocolResponse.java:91)
  83.  
  84.  
  85. at org.openqa.selenium.remote.ProtocolHandshake.lambda$createSession$0(ProtocolHandshake.java:123)
  86.  
  87.  
  88. at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:195)
  89.  
  90.  
  91. at java.base/java.util.Spliterators$ArraySpliterator.tryAdvance(Spliterators.java:958)
  92.  
  93.  
  94. at java.base/java.util.stream.ReferencePipeline.forEachWithCancel(ReferencePipeline.java:127)
  95.  
  96.  
  97. at java.base/java.util.stream.AbstractPipeline.copyIntoWithCancel(AbstractPipeline.java:502)
  98.  
  99.  
  100. at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:488)
  101.  
  102.  
  103. at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:474)
  104.  
  105.  
  106. at java.base/java.util.stream.FindOps$FindOp.evaluateSequential(FindOps.java:150)
  107.  
  108.  
  109. at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
  110.  
  111.  
  112. at java.base/java.util.stream.ReferencePipeline.findFirst(ReferencePipeline.java:543)
  113.  
  114.  
  115. at org.openqa.selenium.remote.ProtocolHandshake.createSession(ProtocolHandshake.java:126)
  116.  
  117.  
  118. at org.openqa.selenium.remote.ProtocolHandshake.createSession(ProtocolHandshake.java:73)
  119.  
  120.  
  121. at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:136)
  122.  
  123.  
  124. at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
  125.  
  126.  
  127. at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:543)
  128.  
  129.  
  130. at org.openqa.selenium.remote.RemoteWebDriver.startSession(RemoteWebDriver.java:207)
  131.  
  132.  
  133. at org.openqa.selenium.remote.RemoteWebDriver.<init>(RemoteWebDriver.java:130)
  134.  
  135.  
  136. at org.openqa.selenium.chrome.ChromeDriver.<init>(ChromeDriver.java:181)
  137.  
  138.  
  139. at org.openqa.selenium.chrome.ChromeDriver.<init>(ChromeDriver.java:168)
  140.  
  141.  
  142. at org.jitsi.jibri.selenium.JibriSelenium.<init>(JibriSelenium.kt:196)
  143.  
  144.  
  145. at org.jitsi.jibri.selenium.JibriSelenium.<init>(JibriSelenium.kt:166)
  146.  
  147.  
  148. at org.jitsi.jibri.service.impl.FileRecordingJibriService.<init>(FileRecordingJibriService.kt:109)
  149.  
  150.  
  151. at org.jitsi.jibri.service.impl.FileRecordingJibriService.<init>(FileRecordingJibriService.kt:102)
  152.  
  153.  
  154. at org.jitsi.jibri.JibriManager.startFileRecording(JibriManager.kt:139)
  155.  
  156.  
  157. at org.jitsi.jibri.api.xmpp.XmppApi.handleStartService(XmppApi.kt:308)
  158.  
  159.  
  160. at org.jitsi.jibri.api.xmpp.XmppApi.handleStartJibriIq(XmppApi.kt:206)
  161.  
  162.  
  163. at org.jitsi.jibri.api.xmpp.XmppApi.handleJibriIq(XmppApi.kt:178)
  164.  
  165.  
  166. at org.jitsi.jibri.api.xmpp.XmppApi.handleIq(XmppApi.kt:160)
  167.  
  168.  
  169. at org.jitsi.xmpp.mucclient.MucClient.handleIq(MucClient.java:533)
  170.  
  171.  
  172. at org.jitsi.xmpp.mucclient.MucClient.access$300(MucClient.java:51)
  173.  
  174.  
  175. at org.jitsi.xmpp.mucclient.MucClient$3.handleIQRequest(MucClient.java:496)
  176.  
  177.  
  178. at org.jivesoftware.smack.AbstractXMPPConnection$3.run(AbstractXMPPConnection.java:1568)
  179.  
  180.  
  181. at org.jivesoftware.smack.AbstractXMPPConnection$10.run(AbstractXMPPConnection.java:2146)
  182.  
  183.  
  184. at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
  185.  
  186.  
  187. at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
  188.  
  189.  
  190. at java.base/java.lang.Thread.run(Thread.java:829)
Add Comment
Please, Sign In to add comment