rsdevigo / jungle

A GUI for Kong Admin API - http://getkong.org/
Apache License 2.0
125 stars 27 forks source link

Cannot read property 'split' of undefined #38

Open peacemakr opened 7 years ago

peacemakr commented 7 years ago

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)