Advertisement
Guest User

Untitled

a guest
Oct 17th, 2017
371
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 KB | None | 0 0
  1. this.attachedClients[socketId].openChannel = target.chan.id;
  2. ^
  3.  
  4. TypeError: Cannot set property 'openChannel' of undefined
  5. at Client.open (/home/irc/root/lounge/src/client.js:438:45)
  6. at Socket.<anonymous> (/home/irc/root/lounge/src/server.js:318:11)
  7. at emitOne (events.js:115:13)
  8. at Socket.emit (events.js:210:7)
  9. at /home/irc/root/lounge/node_modules/socket.io/lib/socket.js:503:12
  10. at _combinedTickCallback (internal/process/next_tick.js:131:7)
  11. at process._tickCallback (internal/process/next_tick.js:180:9)
  12. npm ERR! code ELIFECYCLE
  13. npm ERR! errno 1
  14. npm ERR! thelounge@2.5.0-rc.4 start: `node index start`
  15. npm ERR! Exit status 1
  16. npm ERR!
  17. npm ERR! Failed at the thelounge@2.5.0-rc.4 start script.
  18. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
  19.  
  20. npm ERR! A complete log of this run can be found in:
  21. npm ERR! /root/.npm/_logs/2017-10-15T21_31_53_395Z-debug.log
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement