tv icon indicating copy to clipboard operation
tv copied to clipboard

Interactive debug console

Results 18 tv issues
Sort by recently updated
recently updated
newest added

Please see following image: ![image](https://cloud.githubusercontent.com/assets/3498786/22617393/02752220-eaff-11e6-8f8a-d40a6ef8ec1c.png) 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...

non-issue

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...

question

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...

question

Fleshes out the statusCode error-handling so that it will offer some error information rather than crashing the server.

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...

help wanted
discussion

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

bug
help wanted
security

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)...

question
help wanted