docker-jitsi-meet icon indicating copy to clipboard operation
docker-jitsi-meet copied to clipboard

Cannot set presence extension: not connected [hostname=jitsi.<mydomain>.com id=shard0]

Open 8bytestechnology opened this issue 1 year ago • 2 comments

i have followed https://www.cynkra.com/blog/2020-11-02-jitsi-load-balanced/ for second bridge and getting below error. Runnings with docker installation :

  • On main server all are default configuration with generated password [everything workings fine when we browse jitsi..com even by connecting mutiple user ] and public url, DOCKER_HOST_ADDRESS=

  • On Bridge server only jvg as mentioned above mentioned portal configuration with main server password and DOCKER_HOST_ADDRESS=

note: jitsi..com is working fine own default video bridge .. but when i stop and create run on another server is showing below error Error:- docker-jitsi-meet-jvb-1 | JVB 2023-07-04 19:19:58.578 WARNING: [25] [hostname=jitsi..com id=shard0] MucClient.setPresenceExtensions#467: Cannot set presence extension: not connected. docker-jitsi-meet-jvb-1 | JVB 2023-07-04 19:20:03.579 WARNING: [25] [hostname=jitsi..com id=shard0] MucClient.setPresenceExtensions#467: Cannot set presence extension: not connected. .... ... after some time out out message

8bytestechnology avatar Jul 04 '23 19:07 8bytestechnology

Did you make sure the second JVB is in the same netwrk?

saghul avatar Jul 07 '23 09:07 saghul

I appear to have the same issue, but I am not using docker, and I have just setup a single instance.

JVB 2024-08-24 18:25:30.824 WARNING: [1] ColibriWebSocketService.<init>#51: Websockets enabled, but no domains specified: URLs=[wss://meet.salientsecurity.ca:443/colibri-ws/default-id], Relay URLs=[]
JVB 2024-08-24 18:25:30.828 WARNING: [23] [hostname=localhost id=shard] MucClient.setPresenceExtensions#467: Cannot set presence extension: not connected.

It looks like hostname is not right, but I don't know where to correct that.

dimonic avatar Aug 24 '24 22:08 dimonic