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
When trying to deploy the newer version of eduMEET via edumeet-ansible playbooks with the following values:
edumeet_branch: dev
edumeet_tag: dev
config_template_version: dev
it deploys successfully, but the application is not accessible and shows the following error message:
Configuration error
The Edumeet configuration contains errors:
configuration param 'viewAspectRatio' not declared in the schema configuration param 'viewAspectRatios' not declared in the schema configuration param 'videoAspectRatio' not declared in the schema configuration param 'defaultResolution' not declared in the schema configuration param 'defaultFrameRate' not declared in the schema configuration param 'defaultScreenResolution' not declared in the schema configuration param 'defaultScreenSharingFrameRate' not declared in the schema configuration param 'simulcastEncodings' not declared in the schema configuration param 'defaultAudio.autoGainControl' not declared in the schema configuration param 'defaultAudio.echoCancellation' not declared in the schema configuration param 'defaultAudio.noiseSuppression' not declared in the schema configuration param 'defaultAudio.voiceActivatedUnmute' not declared in the schema configuration param 'defaultAudio.noiseThreshold' not declared in the schema configuration param 'centralAudioOptions.sampleRate' not declared in the schema configuration param 'centralAudioOptions.channelCount' not declared in the schema configuration param 'centralAudioOptions.volume' not declared in the schema configuration param 'centralAudioOptions.sampleSize' not declared in the schema configuration param 'centralAudioOptions.opusStereo' not declared in the schema configuration param 'centralAudioOptions.opusDtx' not declared in the schema configuration param 'centralAudioOptions.opusFec' not declared in the schema configuration param 'centralAudioOptions.opusPtime' not declared in the schema configuration param 'centralAudioOptions.opusMaxPlaybackRate' not declared in the schema
and that is weird because I can see those values after the deployment in configs/app/config.js
Manage to get it to work again by manually adding the IPv4 address of the host on server-config.js.j2 under listenIps
But audio is not working. Video and everything else is OK
Hi,
When trying to deploy the newer version of eduMEET via edumeet-ansible playbooks with the following values:
it deploys successfully, but the application is not accessible and shows the following error message:
and that is weird because I can see those values after the deployment in
configs/app/config.js
the application is publicly accessible through: https://edumeet.rash.al
Thanks for your support!
The text was updated successfully, but these errors were encountered: