You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using the Basic Example that licode provides, the recording function is broken. If the "Toggle Recording" button is clicked, the server process fails (Erizo Agent), all users get disconnected and no recording file is generated. The following errors are registered in the logs:
Run latest docker image with default configuration: docker run --name licode -p 3000:3000 -p $MIN_PORT-$MAX_PORT:$MIN_PORT-$MAX_PORT/udp -p 3001:3001 -p 8080:8080 -e "MIN_PORT=$MIN_PORT" -e "MAX_PORT=$MAX_PORT" -e "PUBLIC_IP=$PUBLIC_IP" -e "NETWORK_INTERFACE=eth0" lynckia/licode:pre-v10.11
Configure secure access through HTTPS and WSS.
Connect to the Basic Sample.
Click "Toggle Recording".
Describe the results you received:
FATAL ERROR: v8::ToLocalChecked Empty MaybeLocal.
Describe the results you expected:
Recording started and a MKV file generated in /tmp.
Additional information you deem important (e.g. issue happens only occasionally):
Happens every time. With Chrome and also Firefox. With SinglePC enabled and disabled.
Licode commit/release where the issue is happening
pre-v10.11
Description
Using the Basic Example that licode provides, the recording function is broken. If the "Toggle Recording" button is clicked, the server process fails (Erizo Agent), all users get disconnected and no recording file is generated. The following errors are registered in the logs:
Steps to reproduce the issue:
docker run --name licode -p 3000:3000 -p $MIN_PORT-$MAX_PORT:$MIN_PORT-$MAX_PORT/udp -p 3001:3001 -p 8080:8080 -e "MIN_PORT=$MIN_PORT" -e "MAX_PORT=$MAX_PORT" -e "PUBLIC_IP=$PUBLIC_IP" -e "NETWORK_INTERFACE=eth0" lynckia/licode:pre-v10.11
Describe the results you received:
FATAL ERROR: v8::ToLocalChecked Empty MaybeLocal.
Describe the results you expected:
Recording started and a MKV file generated in /tmp.
Additional information you deem important (e.g. issue happens only occasionally):
Happens every time. With Chrome and also Firefox. With SinglePC enabled and disabled.
Licode commit/release where the issue is happening
pre-v10.11
Additional environment details (Local, AWS, Docker, etc.):
docker image: lynckia/licode:pre-v10.11
The text was updated successfully, but these errors were encountered: