Closed taoeffect closed 4 months ago
I'm also running into errors when joining a new user to existing group (via invite link), but didn't see the error above. Let me know if you need more logs or if this should be a separate issue.
Everything looks ok to the existing user, but there are pubsub and chelonia warnings in the application logs:
2024-06-24T06:18:14.717Z [warn] "[pubsub] Received ERROR response for sub request to z9brRu3VJMcq5qdXv26sc5aRFbN44zZfTq9nowwiNvpmDk8Krivr"
2024-06-24T06:18:14.717Z [warn] "[pubsub] Could not subscribe to z9brRu3VJMcq5qdXv26sc5aRFbN44zZfTq9nowwiNvpmDk8Krivr: Unknown channel id: z9brRu3VJMcq5qdXv26sc5aRFbN44zZfTq9nowwiNvpmDk8Krivr"
2024-06-24T06:24:44.908Z [warn] "[chelonia] publish attempt 1 of 5 failed. Waiting 870 msec before resending <op_ae|z9brRu3VFD3P9sjDK5geXqh46LJnZDxhBHQ2HevAvBxtWKPW8MEP of z9brRu3VLVeJGQu1GsoC9HLiakSSZ4sL76Nh911X4pc33juWgJD3>"
2024-06-24T06:24:45.834Z [warn] "[chelonia] publish attempt 2 of 5 failed. Waiting 1336 msec before resending <op_ae|z9brRu3VEXBbVKTN9tPFhr1ckNCUajWL2Hi55ynQKCNU5LnfS3MC of z9brRu3VLVeJGQu1GsoC9HLiakSSZ4sL76Nh911X4pc33juWgJD3>"
The invited user is stuck on the "Waiting for approval to join!" view, even though someone is online to send the key. Console shows 404 and missing signing key
Re-opening because Error 5 is still likely an issue
OK, it seems like Ricardo's fix from yesterday fixed all the issues!
Problem
Multiple different errors encountered when joining a new user to the existing group we have:
Error 1
UPDATE: ✅ Fixed in #2105
The relevant code is related to OP_KEYSHARE processing in
internals.js
, whereS
here is undefined:This is the same as #2093.
Error 2
Relevant code:
Error 3
Relevant code (
e[o]
is undefined):Error 4
Relevant code from
handleEvent
:NOTE: I get this error now on the testing website when I attempt to login as
greg
into the existing group we have, after 0.5.4 update that fixed Error 1 above:Error 5
Relevant code from (unknown), although I think we have an existing issue open for this, here
t
appears to beundefined
:More context:
Error 6
Not really an error but an observation, that the new account doesn't appear for the existing use
greg
in the list of users:No errors observed in console related to this either.
Solution
Fix all the errors.