Uncaught (in promise) Error: No QUIC connection available #520
Description
Hi
I am trying to launch quic agent through owt server. I am building owt server with quic agent from source as described in
https://github.com/open-webrtc-toolkit/owt-server/blob/master/doc/design/quic-agent.md
I got a warning when running scripts/pack.js --t quic-agent -t all --install-module --app-path ${webrtc-javascript-sdk-sample-conference-dist}
Warning: /home/oct18_build/owt-server/source/agent/addons/quicIO/build/Release/quicIO.node not exist
Is this normal, because I am not sure if --t quicio-agent is needed ?
then when I launch the server, the quic-agent is not launched correctly . I get the following errors in the dist/logs/quic-xx_0.log
2021-10-18 22:07:00.024 - ERROR: InternalConnectionRouter - Internal connection router detected error {"purpose":"portal","id":"[email protected]","type":"worker"}
Is this because of the quicIO.node error before ?
Now when I go to https://hostname:3004.quic.html I get the same error as
open-webrtc-toolkit/owt-server#1058
I am launching chrome with
google-chrome --enable-experimental-web-platform-features
I am not sure why I am getting the same error.
I am using the prebuilt certificate.pfx which is in github. Do I need to extract the fingerprint from this certificate and add it to the javascript sdk client ?
Can you please help with this issues.