tv
tv copied to clipboard
Interactive debug console
Please see following image:  error below: ``` WebSocket connection to 'ws://wuao.lan:60668/' failed: Connection closed before receiving a handshake response ``` I think it should get host name in client...
Hi guys! I've found Tv plugin as one of the best ideas to help developers avoid hell's console logs. I've set up and followed the guide to use Tv on...
TV is unable to make a secure websocket connection over https, reporting the following error: ``` WebSocket connection to 'wss://05745327c4b9:55044/' failed: Error in connection establishment: net::ERR_NAME_NOT_RESOLVED ``` The error points...
Fleshes out the statusCode error-handling so that it will offer some error information rather than crashing the server.
v17
Anyone using this? This module is not maintained to hapi.js standards given how many issues are still open over multiple years. Either we find someone to take care of it...
updated the plugin to work in hapi v17 - fixed some rendering issues - probably broke some frontend features - 10 tests are failing - plugin actually works though resolves...
tv is erroring out on nsp and snyk tests for vulnerabilities. https://snyk.io/vuln/npm:ws:20171108 https://nodesecurity.io/advisories/550 Corrected on Nov 8, 2017: https://github.com/websockets/ws/commit/c4fe46608acd61fbf7397eadc47378903f95b78a
Somethings the sever will throw error: ``` /Users/tangmonk/Documents/mygit/nodejs/my_project/admin/api/node_modules/.6.1.0@tv/lib/index.js:182 statusCode: request.response.statusCode, ^ TypeError: Cannot read property 'statusCode' of null at server.on (/Users/tangmonk/Documents/mygit/nodejs/my_project/admin/api/node_modules/.6.1.0@tv/lib/index.js:182:49) at invoke (/Users/tangmonk/Documents/mygit/nodejs/my_project/admin/api/node_modules/.1.2.5@podium/lib/index.js:239:30) at each (/Users/tangmonk/Documents/mygit/nodejs/my_project/admin/api/node_modules/.1.2.5@podium/lib/index.js:243:13) at Object.exports.parallel (/Users/tangmonk/Documents/mygit/nodejs/my_project/admin/api/node_modules/.2.1.1@items/lib/index.js:70:13)...