jungle icon indicating copy to clipboard operation
jungle copied to clipboard

Cannot read property 'split' of undefined

Open peacemakr opened this issue 8 years ago • 0 comments

I used telnet 3000 ... then GET / and it throws this err

Running "connect:livereload" (connect) task
Started connect web server on http://0.0.0.0:3000

Running "watch" task
Waiting...
TypeError: Cannot read property 'split' of undefined
    at Object.livereload [as handle] (/jungle/node_modules/connect-livereload/index.js:91:48)
    at next (/jungle/node_modules/connect/lib/proto.js:174:15)
    at Function.app.handle (/jungle/node_modules/connect/lib/proto.js:182:3)
    at Server.app (/jungle/node_modules/connect/lib/connect.js:67:37)
    at emitTwo (events.js:87:13)
    at Server.emit (events.js:172:7)
    at HTTPParser.parserOnIncoming [as onIncoming] (_http_server.js:527:12)
    at HTTPParser.parserOnHeadersComplete (_http_common.js:88:23)

peacemakr avatar Dec 06 '16 02:12 peacemakr