jitsi / docker-jitsi-meet

Jitsi Meet on Docker
https://hub.docker.com/u/jitsi/
Apache License 2.0
3.08k stars 1.37k forks source link

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

Open 8bytestechnology opened 1 year ago

8bytestechnology commented 1 year ago

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 :

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

saghul commented 1 year ago

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

dimonic commented 2 months ago

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.