bradtraversy / chatcord

Realtime chat app with rooms
1.16k stars 1.15k forks source link

TypeError: Cannot read property 'room' of undefined #38

Open simdie opened 3 years ago

simdie commented 3 years ago

There is an issue with sudden stoppage and disappearing of chat messages during users chatting. It can only get to normal once browser is refreshed.

Here is the error code:

TypeError: Cannot read property 'room' of undefined at Socket.socket.on.msg (/home/firszmuu/beyok.firstcla.net/server.js:51:16) at Socket.emit (events.js:198:13) at /home/firszmuu/beyok.firstcla.net/node_modules/socket.io/lib/socket.js:528:12 at process._tickCallback (internal/process/next_tick.js:61:11) /home/firszmuu/beyok.firstcla.net/server.js:51 io.to(user.room).emit('message', formatMessage(user.username, msg)); ^

Kindly assist

Jatan88 commented 2 years ago

Have u got solution to this problem?

tauseedzaman commented 2 years ago

I did not get any errors, make sure you have installed everything as given in the readme file