bbb-downloader icon indicating copy to clipboard operation
bbb-downloader copied to clipboard

TimeoutError: Socket timeout reading Marionette handshake data: Resource temporarily unavailable (os error 11)

Open olberger opened this issue 5 years ago • 0 comments

Just for the record, creating a new issue, instead of a discussion in another one

Originally posted by @trahay in https://github.com/trahay/bbb-downloader/issues/11#issuecomment-660887927

Hi, This looks like a problem similar to this one: https://github.com/mozilla/geckodriver/issues/1470

You can try upgrading selenium, which may fixe the problem: $ docker pull elgalu/selenium

François

On 18/07/2020 19:33, @vebp wrote:

Hi, good day.

First of all, thanks a lot fro this wonderful tool.

Having said that, I though I was having the same problem described up but it is somehow different.

I have a bigbluebutton test server with a test recording. When I do

sudo bash capture-full-replay.sh https://bbb-example.cl/playback/presentation/2.0/playback.html?meetingId=6dfe6c3d663317795e670804599375901b91b849-1594864176258

a video does appear, but it only has the docker selenium logo. I changed to

/sleep $(echo "$seconds - 10" | bc)/

but it didn’t work

the error that I get is:

_Please wait for 36 seconds, while we capture the playback...

/home/vito/respaldo_proyectos_lin/p-software/about_bbb/test_mp4/bbb-downloader/node_modules/selenium-webdriver/lib/promise.js:2626 throw error; ^

TimeoutError: Socket timeout reading Marionette handshake data: Resource temporarily unavailable (os error 11) Build info: version: '3.141.59', revision: '82b03c358b', time: '2019-04-30T22:04:50'

Driver info: driver.version: unknown remote stacktrace: at Object.checkLegacyResponse (/home/vito/respaldo_proyectos_lin/p-software/about_bbb/test_mp4/bbb-downloader/node_modules/selenium-webdriver/lib/error.js:546:15) at parseHttpResponse (/home/vito/respaldo_proyectos_lin/p-software/about_bbb/test_mp4/bbb-downloader/node_modules/selenium-webdriver/lib/http.js:509:13) at /home/vito/respaldo_proyectos_lin/p-software/about_bbb/test_mp4/bbb-downloader/node_modules/selenium-webdriver/lib/http.js:441:30 at processTicksAndRejections (internal/process/task_queues.js:93:5) From: Task: WebDriver.createSession() at Function.createSession (/home/vito/respaldo_proyectos_lin/p-software/about_bbb/test_mp4/bbb-downloader/node_modules/selenium-webdriver/lib/webdriver.js:769:24) at Function.createSession (/home/vito/respaldo_proyectos_lin/p-software/about_bbb/test_mp4/bbb-downloader/node_modules/selenium-webdriver/firefox/index.js:521:41) at createDriver (/home/vito/respaldo_proyectos_lin/p-software/about_bbb/test_mp4/bbb-downloader/node_modules/selenium-webdriver/index.js:170:33) at Builder.build (/home/vito/respaldo_proyectos_lin/p-software/about_bbb/test_mp4/bbb-downloader/node_modules/selenium-webdriver/index.js:632:16) at Object. (/home/vito/respaldo_proyectos_lin/p-software/about_bbb/test_mp4/bbb-downloader/selenium-play-bbb-recording.js:21:6) at Module._compile (internal/modules/cjs/loader.js:1121:30) at Object.Module._extensions..js (internal/modules/cjs/loader.js:1160:10) at Module.load (internal/modules/cjs/loader.js:976:32) at Function.Module./load (internal/modules/cjs/loader.js:884:14) at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:67:12) { name: 'TimeoutError', remoteStacktrace: '' } video-rec: stopped Waiting for video to stop recording... video-rec STOPPED Jul 18 07:24 PM Done waiting for video recording to stop. Video recording stopped/

I’m using an ubuntu 18.04

Thanks a lot for the time

olberger avatar Jul 20 '20 08:07 olberger