I am using your library.
When I request localhost, it gives ENOTFOUND localhost error:
at Lookup._makeNotFoundError (/Users/roboticmobi/Documents/project/RoboticServerNode/node_modules/lookup-dns-cache/src/Lookup.js:299:23) at /Users/roboticmobi/Documents/project/RoboticServerNode/node_modules/lookup-dns-cache/src/Lookup.js:263:38 at /Users/roboticmobi/Documents/project/RoboticServerNode/node_modules/lookup-dns-cache/node_modules/async/dist/async.js:3874:9 at /Users/roboticmobi/Documents/project/RoboticServerNode/node_modules/lookup-dns-cache/node_modules/async/dist/async.js:473:16 at iteratorCallback (/Users/roboticmobi/Documents/project/RoboticServerNode/node_modules/lookup-dns-cache/node_modules/async/dist/async.js:1050:13) at /Users/roboticmobi/Documents/project/RoboticServerNode/node_modules/lookup-dns-cache/node_modules/async/dist/async.js:958:16 at /Users/roboticmobi/Documents/project/RoboticServerNode/node_modules/lookup-dns-cache/node_modules/async/dist/async.js:3871:13 at /Users/roboticmobi/Documents/project/RoboticServerNode/node_modules/lookup-dns-cache/src/Lookup.js:279:32 at /Users/roboticmobi/Documents/project/RoboticServerNode/node_modules/lookup-dns-cache/src/Lookup.js:123:24 at Immediate.<anonymous> (/Users/roboticmobi/Documents/project/RoboticServerNode/node_modules/lookup-dns-cache/src/ResolveTask.js:91:32) at processImmediate (internal/timers.js:456:21) { hostname: 'localhost', code: 'ENOTFOUND', errno: 'ENOTFOUND'
How can I fix ? thanks
I am using your library.
When I request localhost, it gives ENOTFOUND localhost error:
at Lookup._makeNotFoundError (/Users/roboticmobi/Documents/project/RoboticServerNode/node_modules/lookup-dns-cache/src/Lookup.js:299:23) at /Users/roboticmobi/Documents/project/RoboticServerNode/node_modules/lookup-dns-cache/src/Lookup.js:263:38 at /Users/roboticmobi/Documents/project/RoboticServerNode/node_modules/lookup-dns-cache/node_modules/async/dist/async.js:3874:9 at /Users/roboticmobi/Documents/project/RoboticServerNode/node_modules/lookup-dns-cache/node_modules/async/dist/async.js:473:16 at iteratorCallback (/Users/roboticmobi/Documents/project/RoboticServerNode/node_modules/lookup-dns-cache/node_modules/async/dist/async.js:1050:13) at /Users/roboticmobi/Documents/project/RoboticServerNode/node_modules/lookup-dns-cache/node_modules/async/dist/async.js:958:16 at /Users/roboticmobi/Documents/project/RoboticServerNode/node_modules/lookup-dns-cache/node_modules/async/dist/async.js:3871:13 at /Users/roboticmobi/Documents/project/RoboticServerNode/node_modules/lookup-dns-cache/src/Lookup.js:279:32 at /Users/roboticmobi/Documents/project/RoboticServerNode/node_modules/lookup-dns-cache/src/Lookup.js:123:24 at Immediate.<anonymous> (/Users/roboticmobi/Documents/project/RoboticServerNode/node_modules/lookup-dns-cache/src/ResolveTask.js:91:32) at processImmediate (internal/timers.js:456:21) { hostname: 'localhost', code: 'ENOTFOUND', errno: 'ENOTFOUND'How can I fix ? thanks