cfdp / opeka

Counseling chat service, built for providing anonymous help to young people at risk
https://curachat.com
GNU General Public License v3.0
10 stars 6 forks source link

warning: Tried to call method '<methodname>' for user <uid>, but the method does not exist on the client side #134

Open cfdp opened 6 years ago

cfdp commented 6 years ago

During a group chat a large number of these messages were seen in the log

2018-08-30T17:34:46.134Z - warning: Tried to call method 'updateRoomMemberCount' for user 54a6a93f-afb5-4345-982f-e9376f88408b, but the method does not exist on the client side.
2018-08-30T17:34:46.158Z - warning: Tried to call method 'updateStatus' for user 54a6a93f-afb5-4345-982f-e9376f88408b, but the method does not exist on the client side.

It seems that these connections never made it to a room i.e. they probably get to the #rooms page and then can't enter because the room is empty or paused.