Advertisement
Guest User

Untitled

a guest
Sep 19th, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. .........../node_modules/socket.io/lib/transports/websocket.js:168
  2. var length = Buffer.byteLength(data)
  3. ^
  4. TypeError: Argument must be a string
  5. at WebSocket.write (.........../node_modules/socket.io/lib/transports/websocket.js:168:25)
  6. at WebSocket.flush (.........../node_modules/socket.io/lib/transports/websocket.js:197:10)
  7. at Socket.<anonymous> (.........../node_modules/socket.io/lib/transports/websocket.js:143:14)
  8. at Socket.emit (events.js:64:17)
  9. at Socket._onReadable (net.js:673:31)
  10. at IOWatcher.onReadable [as callback] (net.js:177:10)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement