tannerkrewson / drawphone

Draw what you see, and guess what your friends drew
https://drawphone.tannerkrewson.com/
MIT License
270 stars 86 forks source link

Cannot read undefined properties of currentRound #124

Open tannerkrewson opened 2 years ago

tannerkrewson commented 2 years ago
2022-01-01T06:16:36.093756195Z app[web.1]: TypeError: Cannot read properties of undefined (reading 'currentRound')
2022-01-01T06:16:36.093819181Z app[web.1]:     at file:///app/server/routes/socketio.js:94:40
2022-01-01T06:16:36.093826349Z app[web.1]:     at Socket.<anonymous> (file:///app/server/routes/socketio.js:13:21)
2022-01-01T06:16:36.093833273Z app[web.1]:     at Socket.emit (node:events:390:28)
2022-01-01T06:16:36.093838701Z app[web.1]:     at Socket.emit (node:domain:475:12)
2022-01-01T06:16:36.093863703Z app[web.1]:     at Socket.emitUntyped (/app/node_modules/socket.io/dist/typed-events.js:69:22)
2022-01-01T06:16:36.093869772Z app[web.1]:     at /app/node_modules/socket.io/dist/socket.js:466:39
2022-01-01T06:16:36.093875598Z app[web.1]:     at processTicksAndRejections (node:internal/process/task_queues:78:11)

the server also crashed but i dont think this was why