Open hndrewaall opened 3 years ago
As a mitigation, we should try to configure Converse to reauthenticate (thus generating a new user) automatically
One user reported this state occurring after a soft reload in Chrome
I was able to reproduce the issue without a refresh, just waiting for a long time in a room with ~70 users. Some other potentially interesting messages precede the first restoration failure error:
converse.min.js:248 Uncaught (in promise) Error: Timeout error after 10000ms for the following IQ stanza: <iq id="470f8a8d-6252-4002-b843-c2f766dced53:sendIQ" to="ed9b6cf2-1ad2-4bda-9f5f-b2ba1dda2433@guest.party.jitsi" type="get" xmlns="jabber:client"><vCard xmlns="vcard-temp"/></iq>
at converse.min.js:248
[...]
converse.min.js:248 Uncaught (in promise) Error: Timeout error after 10000ms for the following IQ stanza: <iq id="550ad8b6-cd14-4d1c-92d5-9837dae8c231:sendIQ" to="08e66d1f-3462-48d5-bea7-775ef8eee5c1@guest.party.jitsi" type="get" xmlns="jabber:client"><vCard xmlns="vcard-temp"/></iq>
at converse.min.js:248
[...]
converse.min.js:248 Uncaught (in promise) Error: Timeout error after 10000ms for the following IQ stanza: <iq id="b74522bf-f25d-4e21-bb76-acf58b7d0687:sendIQ" to="6fa9c9ea-7f95-4e10-a609-3854eeac3bc9@guest.party.jitsi" type="get" xmlns="jabber:client"><vCard xmlns="vcard-temp"/></iq>
at converse.min.js:248
[...]
websocket.js:124 WebSocket connection to 'wss://enter.thesatanic.estate/socket.io/?EIO=3&transport=websocket&sid=302632daf4084fa8940292e030eb69a6' failed: Received a broken close frame containing invalid UTF-8.
../../node_modules/engine.io-client/lib/transports/websocket.js.WS.doOpen @ websocket.js:124
../../node_modules/engine.io-client/lib/transport.js.Transport.open @ transport.js:84
../../node_modules/engine.io-client/lib/socket.js.Socket.probe @ socket.js:402
../../node_modules/engine.io-client/lib/socket.js.Socket.onOpen @ socket.js:423
../../node_modules/engine.io-client/lib/socket.js.Socket.onHandshake @ socket.js:484
../../node_modules/engine.io-client/lib/socket.js.Socket.onPacket @ socket.js:446
(anonymous) @ socket.js:278
../../node_modules/component-emitter/index.js.Emitter.emit @ index.js:145
../../node_modules/engine.io-client/lib/transport.js.Transport.onPacket @ transport.js:149
callback @ polling.js:144
(anonymous) @ browser.js:603
../../node_modules/engine.io-parser/lib/browser.js.exports.decodePayloadAsBinary @ browser.js:602
../../node_modules/engine.io-parser/lib/browser.js.exports.decodePayload @ browser.js:373
../../node_modules/engine.io-client/lib/transports/polling.js.Polling.onData @ polling.js:148
(anonymous) @ polling-xhr.js:129
../../node_modules/component-emitter/index.js.Emitter.emit @ index.js:145
../../node_modules/engine.io-client/lib/transports/polling-xhr.js.Request.onData @ polling-xhr.js:303
../../node_modules/engine.io-client/lib/transports/polling-xhr.js.Request.onLoad @ polling-xhr.js:370
xhr.onreadystatechange @ polling-xhr.js:256
react_devtools_backend.js:2557 2021-05-03T03:55:51.534Z WARNING: Could not restore session for jid: 2e59c163-c473-4090-84a2-b7637d15d0dc@guest.party.jitsi/F6mARNVp Error message: _restore: no restoreable session.
overrideMethod @ react_devtools_backend.js:2557
[...]
messages like this are visible in console:
Possibly related, messages like this are visible in prosody:
We should try to reproduce with latest upstream prosody version and jitsi meet patches