-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Getting Failed to read the 'localStorage' property from Window
error with Jibri docker-compose.
#639
Comments
Additional Info: Using |
|
@netaskd thanks for looking into it. I'm using Traefik infront of web and traefik is forwarding request to web on port 80. So, nginx(web) isn't handling https. Do you think that's why I'm getting this error? Yes https://meet.example.in isn't accessible from container. Only http://meet.example.in is working. If you have any workaround then please suggest. It would be a great help. |
I'm running a
jitsi
setup usingdocker-swarm
but because ofswarm
hardware limitation I'm using docker-compose to run jibri. When I'm trying to start the recording I'm gettingRecording has stopped
error on the UI andorg.jitsi.jibri.selenium.JibriSelenium.run() An error occurred while joining the call: org.openqa.selenium.WebDriverException: <unknown>: Failed to read the 'localStorage' property from 'Window': Access is denied for this document
error in docker logs. I'm usingTraefik
in front ofweb
service andweb
service is listening onport 80
.jibri.yml file
jitsi-web
jibri logs
browser.0.txt logs
I went through few posts but they aren't clear about what to do in docker scenario. I'm using
jibri:latest
image tag. Please help.The text was updated successfully, but these errors were encountered: