Last active
June 15, 2016 02:45
-
-
Save ChALkeR/b720b21c377809e0eb2796aa5df42bfa to your computer and use it in GitHub Desktop.
grep for ENOTFOUND in npm modules, as of 2016-01-28, sorted by downloads per month
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2894315 npm-3.5.3.tgz/lib/utils/error-message.js:182: case 'ENOTFOUND': | |
2186638 bower-1.7.7.tgz/lib/util/download.js:15: 'ENOTFOUND' | |
2186638 bower-1.7.7.tgz/lib/core/resolverFactory.js:195: throw createError('Package ' + source + ' not found', 'ENOTFOUND'); | |
1291810 aws-sdk-2.2.32.tgz/lib/event_listeners.js:388: if (err.code === 'NetworkingError' && err.errno === 'ENOTFOUND') { | |
1291810 aws-sdk-2.2.32.tgz/lib/event_listeners.js:387: add('ENOTFOUND_ERROR', 'httpError', function ENOTFOUND_ERROR(err) { | |
1119256 node-gyp-3.2.1.tgz/lib/install.js:226: if (err.code === 'ENOTFOUND') { | |
448473 browser-sync-2.11.1.tgz/lib/server/proxy-server.js:106: if (_.contains(["ENOTFOUND", "ECONNREFUSED"], err.code)) { | |
411440 request-replay-1.0.3.tgz/test/test.js:76: expect(['ENOTFOUND', 'EADDRINFO']).to.contain(replay.error.code); | |
411440 request-replay-1.0.3.tgz/test/test.js:65: expect(['ENOTFOUND', 'EADDRINFO']).to.contain(error.code); | |
411440 request-replay-1.0.3.tgz/test/test.js:23: expect(['ENOTFOUND', 'EADDRINFO']).to.contain(error.code); | |
411440 request-replay-1.0.3.tgz/index.js:10: 'ENOTFOUND', | |
383236 mysql-2.10.2.tgz/lib/protocol/constants/errors.js:34:exports.EE_FILENOTFOUND = 29; | |
383236 mysql-2.10.2.tgz/lib/protocol/constants/errors.js:1209:exports[29] = 'EE_FILENOTFOUND'; | |
355285 needle-0.11.0.tgz/test/url_spec.js:59: err.code.should.eql('ENOTFOUND'); | |
355285 needle-0.11.0.tgz/test/url_spec.js:43: err.code.should.eql('ENOTFOUND'); | |
355285 needle-0.11.0.tgz/test/errors_spec.js:85: errorific.code.should.match(/ENOTFOUND|EADDRINFO/) | |
355285 needle-0.11.0.tgz/test/errors_spec.js:76: it('error should be ENOTFOUND or EADDRINFO', function(done) { | |
355285 needle-0.11.0.tgz/test/errors_spec.js:41: err.code.should.match(/ENOTFOUND|EADDRINFO/) | |
355285 needle-0.11.0.tgz/test/errors_spec.js:39: it('error should be ENOTFOUND', function(done){ | |
273479 is-retry-allowed-1.0.0.tgz/index.js:13: 'ENOTFOUND', | |
157751 get-uri-2.0.0.tgz/test/https.js:62: assert.equal('ENOTFOUND', err.code); | |
157751 get-uri-2.0.0.tgz/test/https.js:58: it('should return ENOTFOUND for bad filenames', function (done) { | |
157751 get-uri-2.0.0.tgz/test/http.js:58: assert.equal('ENOTFOUND', err.code); | |
157751 get-uri-2.0.0.tgz/test/http.js:54: it('should return ENOTFOUND for bad filenames', function (done) { | |
157751 get-uri-2.0.0.tgz/test/ftp.js:80: assert.equal('ENOTFOUND', err.code); | |
157751 get-uri-2.0.0.tgz/test/ftp.js:76: it('should return ENOTFOUND for bad filenames', function (done) { | |
157751 get-uri-2.0.0.tgz/test/file.js:51: assert.equal('ENOTFOUND', err.code); | |
157751 get-uri-2.0.0.tgz/test/file.js:47: it('should return ENOTFOUND for bad filenames', function (done) { | |
157751 get-uri-2.0.0.tgz/notfound.js:23: this.code = 'ENOTFOUND'; | |
132700 sequelize-3.18.0.tgz/lib/dialects/postgres/connection-manager.js:91: case 'ENOTFOUND': | |
132700 sequelize-3.18.0.tgz/lib/dialects/mysql/connection-manager.js:81: case 'ENOTFOUND': | |
132700 sequelize-3.18.0.tgz/lib/dialects/mssql/connection-manager.js:93: case 'ENOTFOUND': | |
77691 amqp-0.2.4.tgz/test/test-connection-array.js:29: assert(e.code === 'ENOTFOUND'); | |
77691 amqp-0.2.4.tgz/test/test-connection-array.js:28: // If we get an error, it should be ENOTFOUND (bad dns); | |
69351 webdriverio-3.4.0.tgz/lib/utils/Logger.js:79: } else if(data.err && data.err.code === 'ENOTFOUND') { | |
47541 phonegap-5.4.1.tgz/spec/phonegap/util/network.spec.js:37: e.code = 'ENOTFOUND'; | |
47541 phonegap-5.4.1.tgz/spec/phonegap/util/network.spec.js:36: var e = new Error('getaddrinfo ENOTFOUND google.com'); | |
47541 phonegap-5.4.1.tgz/lib/phonegap/util/network.js:24: if (e && e.code === 'ENOTFOUND') { | |
42211 node-cache-3.0.1.tgz/lib/node_cache.js:337: "ENOTFOUND": "Key not found", | |
34452 requestretry-1.6.0.tgz/strategies/NetworkError.js:3:var RETRIABLE_ERRORS = ['ECONNRESET', 'ENOTFOUND', 'ESOCKETTIMEDOUT', 'ETIMEDOUT', 'ECONNREFUSED', 'EHOSTUNREACH', 'EPIPE', 'EAI_AGAIN']; | |
20165 arrow-1.7.22.tgz/lib/cloud/index.js:181: if (err.code === 'ENOTFOUND') { | |
18453 es-0.5.1.tgz/lib/request.js:124: (err.code === 'ENOTFOUND' || | |
18433 google-closure-compiler-20160125.0.0.tgz/contrib/nodejs/dns.js:122:dns.NOTFOUND = 'ENOTFOUND'; | |
18397 swagger-node-express-2.1.3.tgz/swagger-ui/lib/swagger.js:1516: if (error.code === 'ENOTFOUND' || error.code === 'ECONNREFUSED') { | |
18059 atom-package-manager-1.6.0.tgz/lib/theme-converter.js:30: if (error.code === 'ENOTFOUND') { | |
16962 nodegit-0.9.0.tgz/lib/enums.js:237: ENOTFOUND: -3, | |
16419 native-dns-0.7.0.tgz/test/client.js:319: test.strictEqual(err.errno, 'ENOTFOUND'); | |
15695 native-dns-packet-0.1.1.tgz/consts.js:165:exports.NOTFOUND = 'ENOTFOUND'; | |
14371 mountebank-1.5.0-beta.1069.tgz/src/models/tcp/tcpProxy.js:97: if (error.code === 'ENOTFOUND') { | |
14371 mountebank-1.5.0-beta.1069.tgz/src/models/http/httpProxy.js:149: if (error.code === 'ENOTFOUND') { | |
14264 diff-dom-2.0.0.tgz/venv/src/node-v4.1.1/test/parallel/test-net-dns-error.js:28: assert.equal(err.code, 'ENOTFOUND'); | |
14264 diff-dom-2.0.0.tgz/venv/src/node-v4.1.1/test/parallel/test-net-dns-error.js:23: assert.equal(err.code, 'ENOTFOUND'); | |
14264 diff-dom-2.0.0.tgz/venv/src/node-v4.1.1/test/parallel/test-net-better-error-messages-port-hostname.js:11: assert.equal(e.code, 'ENOTFOUND'); | |
14264 diff-dom-2.0.0.tgz/venv/src/node-v4.1.1/test/parallel/test-http-dns-error.js:41: assert.equal(err.code, 'ENOTFOUND'); | |
14264 diff-dom-2.0.0.tgz/venv/src/node-v4.1.1/test/parallel/test-http-dns-error.js:34: assert.equal(err.code, 'ENOTFOUND'); | |
14264 diff-dom-2.0.0.tgz/venv/src/node-v4.1.1/test/internet/test-http-dns-fail.js:28: assert.strictEqual(e.code, 'ENOTFOUND'); | |
14264 diff-dom-2.0.0.tgz/venv/src/node-v4.1.1/test/internet/test-dns.js:352: assert.strictEqual(err.code, 'ENOTFOUND'); // Silly error code... | |
14264 diff-dom-2.0.0.tgz/venv/src/node-v4.1.1/test/internet/test-dns.js:348: case 'ENOTFOUND': | |
14264 diff-dom-2.0.0.tgz/venv/src/node-v4.1.1/test/internet/test-dns.js:332: assert.strictEqual(err.code, 'ENOTFOUND'); // Silly error code... | |
14264 diff-dom-2.0.0.tgz/venv/src/node-v4.1.1/test/internet/test-dns.js:318: assert.strictEqual(err.code, 'ENOTFOUND'); // Silly error code... | |
14264 diff-dom-2.0.0.tgz/venv/src/node-v4.1.1/test/internet/test-dns.js:305: assert.strictEqual(err.code, 'ENOTFOUND'); | |
14264 diff-dom-2.0.0.tgz/venv/src/node-v4.1.1/test/internet/test-dns.js:228: assert.strictEqual(err.errno, 'ENOTFOUND'); | |
14264 diff-dom-2.0.0.tgz/venv/src/node-v4.1.1/lib/dns.js:329:exports.NOTFOUND = 'ENOTFOUND'; | |
14264 diff-dom-2.0.0.tgz/venv/src/node-v4.1.1/lib/dns.js:21: err = 'ENOTFOUND'; | |
14264 diff-dom-2.0.0.tgz/venv/src/node-v4.1.1/lib/dns.js:17: // the true error to the user. ENOTFOUND is not even a proper POSIX error! | |
11560 amqp-dl-0.2.4-0.tgz/test/test-connection-array.js:29: assert(e.code === 'ENOTFOUND'); | |
11560 amqp-dl-0.2.4-0.tgz/test/test-connection-array.js:28: // If we get an error, it should be ENOTFOUND (bad dns); | |
11200 strong-mesh-client-2.0.1.tgz/proxy/boot/manager-host.js:245: if(msg && (msg.indexOf('ENOTFOUND') > -1 || msg.indexOf('ECONNREFUSED') > -1) ) { | |
11183 dredd-1.0.4.tgz/test/unit/reporters/cli-reporter-test.coffee:145: connectionErrors = ['ECONNRESET', 'ENOTFOUND', 'ESOCKETTIMEDOUT', 'ETIMEDOUT', 'ECONNREFUSED', 'EHOSTUNREACH', 'EPIPE'] | |
11183 dredd-1.0.4.tgz/test/unit/reporters/apiary-reporter-test.coffee:427: connectionErrors = ['ECONNRESET', 'ENOTFOUND', 'ESOCKETTIMEDOUT', 'ETIMEDOUT', 'ECONNREFUSED', 'EHOSTUNREACH', 'EPIPE'] | |
11183 dredd-1.0.4.tgz/test/unit/dredd-test.coffee:391: return cb {code: 'ENOTFOUND'} | |
11183 dredd-1.0.4.tgz/test/integration/cli-test.coffee:249: #['ECONNRESET', 'ENOTFOUND', 'ESOCKETTIMEDOUT', 'ETIMEDOUT', 'ECONNREFUSED', 'EHOSTUNREACH', 'EPIPE'] | |
11183 dredd-1.0.4.tgz/lib/reporters/cli-reporter.js:91: connectionErrors = ['ECONNRESET', 'ENOTFOUND', 'ESOCKETTIMEDOUT', 'ETIMEDOUT', 'ECONNREFUSED', 'EHOSTUNREACH', 'EPIPE']; | |
11183 dredd-1.0.4.tgz/lib/reporters/apiary-reporter.js:21:CONNECTION_ERRORS = ['ECONNRESET', 'ENOTFOUND', 'ESOCKETTIMEDOUT', 'ETIMEDOUT', 'ECONNREFUSED', 'EHOSTUNREACH', 'EPIPE']; | |
11183 dredd-1.0.4.tgz/lib/dredd.js:35:CONNECTION_ERRORS = ['ECONNRESET', 'ENOTFOUND', 'ESOCKETTIMEDOUT', 'ETIMEDOUT', 'ECONNREFUSED', 'EHOSTUNREACH', 'EPIPE']; | |
10679 appcelerator-4.2.2.tgz/lib/util.js:523: else if (err.code === 'ENOTFOUND') { | |
10679 appcelerator-4.2.2.tgz/lib/use.js:85: if (err.code === 'ENOTFOUND' || err.code === 'ENOENT') { | |
9804 commonjs-everywhere-0.9.7.tgz/node/lib/dns.js:34: errorno = 'ENOTFOUND'; | |
9804 commonjs-everywhere-0.9.7.tgz/node/lib/dns.js:199:exports.NOTFOUND = 'ENOTFOUND'; | |
9131 mdns-2.2.11.tgz/lib/resolver_sequence_tasks.js:203: errorno = 'ENOTFOUND' | |
9123 snyk-1.8.4.tgz/lib/error.js:34: ENOTFOUND: errors.connect, | |
8192 node-resque-1.3.0.tgz/test/core/worker.js:70: error.message.should.match(/getaddrinfo ENOTFOUND/); | |
8192 node-resque-1.3.0.tgz/test/core/scheduler.js:71: error.message.should.match(/getaddrinfo ENOTFOUND/); | |
8192 node-resque-1.3.0.tgz/test/core/queue.js:38: error.message.should.match(/getaddrinfo ENOTFOUND/); | |
8192 node-resque-1.3.0.tgz/test/core/connection.js:39: error.message.should.match(/getaddrinfo ENOTFOUND/); | |
7281 nuclide-commons-0.0.35.tgz/lib/dns_utils.js:14: if (e.code === 'ENOTFOUND') { | |
7104 azure-cli-0.9.14.tgz/lib/commands/asm/sql.js:383: if ((e.code == "ENOTFOUND")) { | |
6973 realize-package-specifier-3.0.1.tgz/test/basic.js:48: callback(new Error("EFILENOTFOUND")) | |
6973 realize-package-specifier-3.0.1.tgz/test/basic.js:39: callback(new Error("EFILENOTFOUND")) | |
6973 realize-package-specifier-3.0.1.tgz/test/basic.js:36: callback(new Error("EFILENOTFOUND")) | |
6537 ionic-app-lib-0.6.5.tgz/lib/upload.js:266: if(err.code === 'ENOTFOUND' || err.code === 'EPIPE') { | |
6537 ionic-app-lib-0.6.5.tgz/lib/resources.js:452: if (err.code == 'ENOTFOUND') { | |
6320 cheerio-httpcli-0.6.2.tgz/test/error.js:38: assert(err.errno, 'ENOTFOUND'); | |
6036 useless-0.0.87.tgz/server/base/util.js:119: host: 'www.cian.ru', // if you encounter "getaddrinfo ENOTFOUND" error, probably your 'host' is not correct (DNS failure) | |
5820 npm-windows-upgrade-1.2.2.tgz/src/upgrade.js:98: if (err && err.code === 'ENOTFOUND') { | |
5820 npm-windows-upgrade-1.2.2.tgz/lib/upgrade.js:101: if (err && err.code === 'ENOTFOUND') { | |
5595 testcafe-hammerhead-5.0.0.tgz/lib/request-pipeline/destination-request/index.js:47: return err.message && err.message.indexOf('ENOTFOUND') > -1; | |
4787 28-3.0.4.tgz/lib/config.js:144: if(error.getCode() === 'ENOTFOUND') { | |
4665 nuclide-server-0.0.35.tgz/spec/NuclideSocket-spec.js:95: it('on ENOTFOUND, emits NETWORK_AWAY error, when the server can not be located', () => { | |
4665 nuclide-server-0.0.35.tgz/lib/NuclideSocket.js:319: case 'ENOTFOUND': | |
4665 nuclide-server-0.0.35.tgz/lib/NuclideSocket.js:312: // ['ENOTFOUND', 'ECONNREFUSED', 'ECONNRESET', 'ETIMEDOUT'] | |
4654 particle-cli-1.10.0.tgz/commands/WirelessCommand/index.js:883: if (err.code === 'ENOTFOUND') { | |
4654 particle-cli-1.10.0.tgz/commands/WirelessCommand/index.js:412: if (err.code === 'ENOTFOUND') { | |
3772 appc-cli-titanium-4.2.39.tgz/hook/titanium.js:885: if (/ENOTFOUND/.test(err.message)) { | |
3772 appc-cli-titanium-4.2.39.tgz/hook/titanium.js:433: if (/ENOTFOUND/.test(err.message)) { | |
3730 proxy-0.2.4.tgz/proxy.js:324: } else if ('ENOTFOUND' == err.code) { | |
3730 proxy-0.2.4.tgz/proxy.js:243: } else if ('ENOTFOUND' == err.code) { | |
3548 closurecompiler-externs-1.0.4.tgz/dns.js:120:dns.NOTFOUND = 'ENOTFOUND'; | |
3475 bipio-0.4.64.tgz/tools/setup.js:443: if (err && err.code !== 'ENOTFOUND') { | |
3475 bipio-0.4.64.tgz/src/models/domain.js:162: if (err.errno == 'ENOTFOUND' || err.errno == 'ENODATA') { | |
3475 bipio-0.4.64.tgz/src/lib/dao.js:135: if (err && err.code !== 'ENOTFOUND') { | |
3392 project-honeypot-0.0.0.tgz/index.js:14: if (err.code === 'ENOTFOUND') { | |
3156 promised-mongo-1.2.0.tgz/test/Database-connect.js:23: expect(e.message).to.contain('getaddrinfo ENOTFOUND invaliddomain'); | |
3044 ghost-0.7.5.tgz/core/server/mail/index.js:98: if (data.error && data.error.errno === 'ENOTFOUND') { | |
3022 slumber-0.8.0.tgz/tests/test.js:563: assert.equal(err.errno, 'ENOTFOUND'); | |
3022 slumber-0.8.0.tgz/tests/test.js:562: assert.equal(err.code, 'ENOTFOUND'); | |
3022 slumber-0.8.0.tgz/tests/test.coffee:384: assert.equal err.errno, 'ENOTFOUND' | |
3022 slumber-0.8.0.tgz/tests/test.coffee:383: assert.equal err.code, 'ENOTFOUND' | |
2995 cortex-6.2.3.tgz/lib/util/server-error.js:12: ENOTFOUND: { | |
2574 appium-express-1.2.0.tgz/test/server-specs.js:76: await server(() => {}, 8181, 'lolcathost').should.be.rejectedWith(/ENOTFOUND/); | |
2529 next-update-1.2.1.tgz/src/registry.js:132: var cannotConnect = (/ENOTFOUND/).test(str); | |
2339 cm-janus-0.5.0.tgz/test/spec/janus-http-client.js:43: assert.include(error.message, 'ENOTFOUND'); | |
2298 quest-0.3.4.tgz/test/get.coffee:29: assert.equal err?.code, "ENOTFOUND" | |
2215 keybase-0.8.25.tgz/lib/req.js:134: case 'ENOTFOUND': | |
2121 webdriverjs-1.7.5.tgz/lib/utils/Logger.js:58: } else if(data.err && data.err.code === 'ENOTFOUND') { | |
2023 restling-0.9.1.tgz/spec/test.js:194: .that.contain('getaddrinfo ENOTFOUND'); | |
2023 restling-0.9.1.tgz/spec/test.js:190: it('should return a rejected promise with error ENOTFOUND', function(){ | |
2023 restling-0.9.1.tgz/spec/test.js:154: .that.contain('getaddrinfo ENOTFOUND'); | |
2023 restling-0.9.1.tgz/spec/test.js:150: it('should return a rejected promise with error ENOTFOUND', function(){ | |
1976 resume-cli-0.4.8.tgz/lib/settings/delete-user.js:23: if (err && err.code === 'ENOTFOUND') { | |
1976 resume-cli-0.4.8.tgz/lib/settings/change-theme.js:25: if (error && error.code === 'ENOTFOUND') { | |
1976 resume-cli-0.4.8.tgz/lib/settings/change-password.js:22: if (error && error.code === 'ENOTFOUND') { | |
1976 resume-cli-0.4.8.tgz/lib/publish/publish-resume.js:44: } else if (err && err.code === 'ENOTFOUND') { | |
1945 juttle-0.3.1.tgz/test/adapters/http.spec.js:319: expect(result.errors[0]).to.contain('Error: getaddrinfo ENOTFOUND'); | |
1927 unexpected-mitm-8.2.0.tgz/test/unexpectedMitm.js:963: expectedError.code = expectedError.errno = 'ENOTFOUND'; | |
1927 unexpected-mitm-8.2.0.tgz/test/unexpectedMitm.js:962: expectedError = new Error('getaddrinfo ENOTFOUND'); | |
1927 unexpected-mitm-8.2.0.tgz/test/unexpectedMitm.js:959: expectedError.code = expectedError.errno = 'ENOTFOUND'; | |
1927 unexpected-mitm-8.2.0.tgz/test/unexpectedMitm.js:953: expectedError = new Error('getaddrinfo ENOTFOUND www.icwqjecoiqwjecoiwqjecoiwqjceoiwq.com'); | |
1898 mongo-edu-0.2.53.tgz/lib/videos.js:222: if (err.message.match(/Command failed: python|ENETDOWN|ENOTFOUND|EAI_AGAIN/) && retry > 0) { | |
1882 inliner-1.8.0.tgz/lib/errors.js:2: ENOTFOUND: 'The URL could not be loaded, possibly a typo, ' + | |
1791 mountebank-test-1.4.954.tgz/src/models/tcp/tcpProxy.js:75: if (error.code === 'ENOTFOUND') { | |
1791 mountebank-test-1.4.954.tgz/src/models/http/httpProxy.js:119: if (error.code === 'ENOTFOUND') { | |
1755 uproxy-lib-36.0.0.tgz/src/cloud/social/shim/dns.js:286: errorno = 'ENOTFOUND'; | |
1755 uproxy-lib-36.0.0.tgz/src/cloud/social/shim/dns.js:256: onanswer(records.length > 0 ? 0 : 'ENOTFOUND', records); | |
1677 tj-npm-1.3.23.tgz/lib/utils/error-handler.js:227: case "ENOTFOUND": | |
1590 coap-0.13.0.tgz/test/proxy.js:220: expect(res.payload.toString()).to.contain('ENOTFOUND'); | |
1590 coap-0.13.0.tgz/lib/agent.js:84: if(!hasDNSbug || err.code !== 'ENOTFOUND') | |
1552 product-monitor-2.1.2.tgz/lib/plugins/core-endpoints/api/statusOf.js:27: ENOTFOUND: 'DNS lookup failed on address', | |
1530 ms-users-1.5.0.tgz/lib/actions/register.js:55: return dns.resolveMxAsync(tld).catchReturn({ code: 'ENOTFOUND' }, []).catchReturn({ code: 'ENODATA' }, []).then(addresses => { | |
1487 mozu-metadata-2.3.6.tgz/utils/get-action-defs.js:13: if (error.code === "ENOTFOUND") { | |
1443 testcafe-15.1.3.tgz/hammerhead/lib/server.js:58: return err.message && err.message.indexOf("ENOTFOUND") > -1; | |
1416 jsonapi-server-1.3.0.tgz/lib/routes/relationships.js:28: code: "ENOTFOUND", | |
1416 jsonapi-server-1.3.0.tgz/lib/routes/related.js:31: code: "ENOTFOUND", | |
1416 jsonapi-server-1.3.0.tgz/lib/routes/helper.js:51: code: "ENOTFOUND", | |
1416 jsonapi-server-1.3.0.tgz/lib/MemoryHandler.js:54: code: "ENOTFOUND", | |
1408 open-graph-scraper-1.0.1.tgz/app.js:126: if(err && (err.code == 'ENOTFOUND' || err.code == 'EHOSTUNREACH')){ | |
1372 vigour-wrapper-2.2.11.tgz/lib/builder/tizentv/checkiconspath.js:53: var error = new Error('ENOTFOUND') | |
1372 vigour-wrapper-2.2.11.tgz/lib/builder/samsungtv/checkiconspath.js:54: var error = new Error('ENOTFOUND') | |
1349 remon-1.0.2.tgz/detectors/require.js:125: if (err.code === 'ENOTFOUND') { | |
1344 jpush-sdk-3.2.1.tgz/lib/JPush/JPush.js:328: } else if (err.code == 'ENOTFOUND') { | |
1277 citizen-0.7.15.tgz/lib/server.js:580: case 'ENOTFOUND': | |
1277 citizen-0.7.15.tgz/lib/server.js:501: case 'ENOTFOUND': | |
1272 guanlecoja-0.6.1.tgz/vendors.js:64965: throw createError('Package ' + source + ' not found', 'ENOTFOUND'); | |
1262 kevoree-kevscript-3.2.0.tgz/lib/statements/typeDef.js:37: if (err.code === 'ENOTFOUND') { | |
1262 kevoree-kevscript-3.2.0.tgz/browser/kevoree-kevscript.js:2677: if (err.code === 'ENOTFOUND') { | |
1212 socksv5-0.0.6.tgz/lib/server.js:245: case 'ENOTFOUND': | |
1159 apiaxle-proxy-1.12.35.tgz/apiaxle-proxy.js:46: ENOTFOUND: function() { | |
1145 closure-builder-1.0.28.tgz/build_compilers.js:115: if (error && error.code == 'ENOTFOUND') { | |
1138 http-request-0.7.0.tgz/test/head.test.js:126: assert.strictEqual(err.code, 'ENOTFOUND'); | |
1138 http-request-0.7.0.tgz/test/get.test.js:200: assert.strictEqual(err.code, 'ENOTFOUND'); | |
1130 hangupsjs-1.3.0.tgz/src/auth.coffee:113: # ENOTFOUND is ok, we just return null and deal with | |
1124 neuropil-7.0.2.tgz/lib/command/unpublish.js:36: code: 'ENOTFOUND', | |
1119 volos-oauth-apigee-0.11.1.tgz/lib/apigeeruntime.js:117: if (err.code === 'ENOTFOUND' || err.code === 'CLASSIFICATION_FAILED') { | |
1089 facebook-node-sdk-0.2.0.tgz/test/requestutil.test.js:70: assert.equal(e.code, 'ENOTFOUND'); | |
1088 geoservices-1.1.0.tgz/test/geocode-test.js:129: assert.equal(err.code, "ENOTFOUND"); | |
1087 cuddle-0.0.52.tgz/index.js:371: 'ENOTFOUND', | |
1071 rocky-0.4.10.tgz/test/http.js:955: expect(spy.args[1][0].message).to.match(/ENOTFOUND/) | |
1071 rocky-0.4.10.tgz/test/http.js:949: .expect(/ENOTFOUND/) | |
1058 speed-test-1.7.0.tgz/cli.js:144: if (err.code === 'ENOTFOUND') { | |
1031 http-get-0.5.10.tgz/tests/request-dns-error.js:16: assert.strictEqual(err.code, 'ENOTFOUND'); | |
1016 seed-0.4.4.tgz/lib/seed/errors/store.js:6: , code: 'ENOTFOUND' | |
1016 seed-0.4.4.tgz/lib/seed/errors/model.js:18: , code: 'ENOTFOUND' | |
975 batchelorjs-1.0.5.tgz/lib/util/Const.js:7: ENOTFOUND: "Api host didn't respond (not exist)", | |
975 batchelorjs-1.0.5.tgz/lib/util/Const.js:18: ENOTFOUND: "ENOTFOUND" | |
975 batchelorjs-1.0.5.tgz/lib/util/Const.js:130: body: BODY_RESPONSE.ENOTFOUND, | |
975 batchelorjs-1.0.5.tgz/lib/util/Const.js:129: ENOTFOUND: { | |
970 spm-client-1.0.1.tgz/lib/request.js:48: if (err.code === 'ECONNREFUSED' || err.code === 'ENOTFOUND') { | |
951 cocaine-0.12.1-r16.tgz/lib/client/locator.js:174: err.code = 'ENOTFOUND' | |
934 ssbplug-phoenix-4.5.13.tgz/src/app-ui/modals.js:117: if (~msg.indexOf('ENOTFOUND')) | |
934 ssbplug-phoenix-4.5.13.tgz/js/home.js:35915: if (~msg.indexOf('ENOTFOUND')) | |
925 kevoree-core-8.2.2.tgz/browser/kevoree-core.js:7641: if (err.code === 'ENOTFOUND') { | |
919 istanbul-cobertura-badger-1.2.1.tgz/lib/downloader.js:90: if (error.code === "ENOTFOUND") { | |
896 bower-prerelease-1.7.8.tgz/lib/lib/util/download.js:15: 'ENOTFOUND' | |
896 bower-prerelease-1.7.8.tgz/lib/lib/core/resolverFactory.js:195: throw createError('Package ' + source + ' not found', 'ENOTFOUND'); | |
874 resilient-0.3.3.tgz/test/discovery-refresh-servers.js:412: expect(err.error.code).to.match(/ESOCKETTIMEDOUT|ETIMEDOUT|ENOTFOUND/) | |
874 resilient-0.3.3.tgz/test/discovery-refresh-servers.js:231: expect(err.error.code).to.match(/ESOCKETTIMEDOUT|ETIMEDOUT|ENOTFOUND/) | |
835 mdns2-2.1.4.tgz/lib/resolver_sequence_tasks.js:186: errorno = 'ENOTFOUND' | |
824 tcpie-3.0.4.tgz/tcpie.js:111: if (err.code === "ENOTFOUND") | |
801 larvitbase-0.1.14.tgz/base.js:400: if (err.code === 'ENOTFOUND') { | |
787 3vot-cloud-0.0.73.tgz/utils/log.js:77: else if(getLevel() < 3 && message.stack && message.stack.indexOf("ENOTFOUND") && message.stack.indexOf("ETIMEDOUT") || message.stack.indexOf("ECONNREFUSED") > -1 || message.stack.indexOf("ECONNRESET") > -1 ) { | |
783 npmd-resolve-7.9.1.tgz/resolve.js:30: console.error('npmd: network is ENOTFOUND. fallback to offline resolution') | |
783 npmd-resolve-7.9.1.tgz/resolve.js:29: if(err && err.code === 'ENOTFOUND') { | |
783 npmd-resolve-7.9.1.tgz/bin.js:2355: console.error('npmd: network is ENOTFOUND. fallback to offline resolution') | |
783 npmd-resolve-7.9.1.tgz/bin.js:2354: if(err && err.code === 'ENOTFOUND') { | |
766 pdf-viewer-0.8.1.tgz/test/downloadutils.js:73: if (typeof err === 'object' && err.errno === 'ENOTFOUND' && | |
735 nuclide-0.114.0.tgz/pkg/nuclide/server/lib/NuclideSocket.js:320: case 'ENOTFOUND': | |
735 nuclide-0.114.0.tgz/pkg/nuclide/server/lib/NuclideSocket.js:313: // ['ENOTFOUND', 'ECONNREFUSED', 'ECONNRESET', 'ETIMEDOUT'] | |
735 nuclide-0.114.0.tgz/pkg/nuclide/commons/lib/dns_utils.js:5: if (e.code === 'ENOTFOUND') { | |
735 node-telegram-bot-0.1.9.tgz/lib/Bot.js:66: if (err.code === 'ENOTFOUND' && attempt < self.maxAttempts) { | |
735 node-telegram-bot-0.1.9.tgz/lib/Bot.js:100: if (err.code === 'ENOTFOUND' && attempt < self.maxAttempts) { | |
730 postgres-migrate-1.0.1.tgz/test/lib/databaseUpToDate.spec.js:98: return expect(promise, 'to be rejected with', /ENOTFOUND/); | |
717 iframely-0.9.2.tgz/modules/api/views.js:84: if (error == 404 || error.code == 'ENOTFOUND') { | |
717 iframely-0.9.2.tgz/modules/api/views.js:390: if (error == 404 || error.code == 'ENOTFOUND') { | |
717 iframely-0.9.2.tgz/modules/api/views.js:301: if (error == 404 || error.code == 'ENOTFOUND') { | |
717 iframely-0.9.2.tgz/modules/api/views.js:221: if (error == 404 || error.code == 'ENOTFOUND') { | |
717 iframely-0.9.2.tgz/lib/utils.js:220: if ((typeof error === 'string' && error.indexOf('ENOTFOUND') > -1) || | |
717 iframely-0.9.2.tgz/lib/plugins/system/htmlparser/htmlparser.js:25: if (error.code === 'ENOTFOUND') { | |
715 kinesis-1.2.2.tgz/index.js:379: 'ENOTFOUND', | |
705 taco-cli-1.2.0.tgz/cli/remote.js:299: else if (error.code === "ENOTFOUND") { | |
705 taco-cli-1.2.0.tgz/cli/remoteBuild/remoteBuildClientHelper.js:229: else if (requestError.code === "ENOTFOUND") { | |
701 mrphealthcheck-0.1.15.tgz/lib/http.js:15: if (error.code == 'ECONNABORTED' || error.code == 'ENOTFOUND') { | |
700 wordpress-1.1.2.tgz/lib/wordpress.js:82: if ( error && error.code === "ENOTFOUND" && error.syscall === "getaddrinfo" ) { | |
694 chrome-net-3.1.1.tgz/index.js:1116: '-105': 'ENOTFOUND', | |
687 twitch-irc-1.2.7.tgz/libraries/socket.js:73: if (!errorEvent && err.code !== 'ENOTFOUND') { | |
687 twitch-irc-1.2.7.tgz/libraries/errors.js:33: 'ENOTFOUND': 'Cannot get your address informations.', | |
687 finch-1.3.10.tgz/lib/runner.js:283: case "ENOTFOUND": | |
683 guvnor-3.5.17.tgz/test/lib/remote/RemoteDaemonTest.js:198: testErrorHandler('ENOTFOUND', 'HOSTNOTFOUND', done) | |
683 guvnor-3.5.17.tgz/lib/remote/RemoteDaemon.js:141: } else if (error.code === 'ENOTFOUND') { | |
676 unpm-1.3.5.tgz/lib/controllers/getTarball.js:15: if(err.code === 'ENOTFOUND' || err.code === 'ENOENT' || err.notFound) { | |
676 ampm-1.6.13.tgz/model/logging.js:240: if (error.code === 'ENOTFOUND') { | |
668 appc-pubsub-0.0.34.tgz/lib/index.js:326: if (/^(ETIMEDOUT|ENOTFOUND|ECONNREFUSED|ECONNRESET|ESOCKETTIMEDOUT)$/.test(err.code)) { | |
641 azure-iothub-1.0.0-preview.11.tgz/lib/_registry_test.js:30: assert.include(err.message, 'getaddrinfo ENOTFOUND bad'); | |
641 azure-iothub-1.0.0-preview.11.tgz/lib/registry_http_simulated.js:23: done(new Error('getaddrinfo ENOTFOUND bad')); | |
611 azure-iot-device-1.0.0-preview.11.tgz/lib/http_simulated.js:27: done(new Error('getaddrinfo ENOTFOUND bad')); | |
611 azure-iot-device-1.0.0-preview.11.tgz/lib/_client_test.js:57: assert.include(err.message, 'getaddrinfo ENOTFOUND bad'); | |
596 vtex-0.14.0.tgz/lib/auth/utils.js:16: if (error.code === 'ENOTFOUND') { | |
596 vtex-0.14.0.tgz/bin/vtex-watch.js:62: if (error.code === 'ENOTFOUND') { | |
582 strider-gitlab-1.2.2.tgz/test/test_api.js:242: //Currently due to an issue with nock/superagent interaction we get a TypeError thrown instead of ENOTFOUND | |
577 npd-0.2.0.tgz/lib/resolver-factory.js:167: throw errors.create('Package ' + source + ' not found', 'ENOTFOUND'); | |
573 awesomebox-0.5.3.tgz/lib/app/index.coffee:16: when 'ENOTFOUND' | |
540 fastimage-1.0.2.tgz/lib/errors.js:43: case "ENOTFOUND": | |
536 appc-request-ssl-1.0.34.tgz/fetch.js:71: if ((err && (err.code === 'ENOTFOUND' || err.code === 'ETIMEDOUT')) || (resp && resp.statusCode===404)) { | |
530 gardr-validator-1.0.0.tgz/test/rule/codeUsage.test.js:46: 'errno': 'ENOTFOUND', | |
530 gardr-validator-1.0.0.tgz/test/rule/codeUsage.test.js:45: 'code': 'ENOTFOUND', | |
526 bagofrequest-0.1.2.tgz/lib/bagofrequest.js:21: * { errorCodes: ['ENOTFOUND'] || true/false, statusCodes: [ 503 ], scale: 0.5, delay: 1000, maxRetries: 10 } | |
518 stringy.io-0.0.39.tgz/tests/test-08-api.js:96: chai.expect(err.code).to.equal("ENOTFOUND") | |
518 stringy.io-0.0.39.tgz/tests/test-08-api.js:81: // the callback gets a non-null err value (in this case "ENOTFOUND" | |
508 kestrel-cli-1.4.2.tgz/src/index.js:128: if (err.code == 'ENOTFOUND') { | |
508 kestrel-cli-1.4.2.tgz/bin/index.js:313: if (err.code == 'ENOTFOUND') { | |
504 cozy-dev-1.0.25.tgz/lib/application.js:320: if ((err != null) && err.code === 'ENOTFOUND') { | |
495 fantastiq-1.5.0.tgz/test/QueueCLient.spec.js:51: assert.strictEqual(err.code, 'ENOTFOUND'); | |
480 elvn-0.25.11.tgz/lib/sync.js:259: case 'ENOTFOUND': | |
475 mockingjays-1.10.2.tgz/src/http_client.js:32: case 'ENOTFOUND': | |
469 upt-1.5.7.tgz/src/test/core/resolverFactory.js:589: expect(err.code).to.equal('ENOTFOUND'); | |
469 upt-1.5.7.tgz/src/test/core/resolverFactory.js:544: expect(err.code).to.equal('ENOTFOUND'); | |
469 upt-1.5.7.tgz/src/lib/core/resolverFactory.js:144: throw createError('Package ' + source + ' not found', 'ENOTFOUND'); | |
461 node-svm-2.1.7.tgz/lib/evaluators/index.js:22: throw createError('No evaluator found for given configuration', 'ENOTFOUND'); | |
461 node-svm-2.1.7.tgz/lib/commands/train.js:36: throw createError('Data set not found', 'ENOTFOUND'); | |
461 node-svm-2.1.7.tgz/lib/commands/evaluate.js:81: throw createError('Test set not found', 'ENOTFOUND'); | |
461 node-svm-2.1.7.tgz/lib/commands/evaluate.js:66: throw createError('Model not found', 'ENOTFOUND'); | |
460 is-fail-0.1.1.tgz/test/is-fail.js:12: { error: { code: 'ENOTFOUND' }, expect: true }, | |
460 is-fail-0.1.1.tgz/lib/errors.js:27: return err.code === 'ENOTFOUND' | |
457 ldnode-0.2.17.tgz/lib/handlers/proxy.js:31: var status = err.code === 'ENOTFOUND' ? 404 : 500 | |
451 amqp-node4-0.2.4-0.tgz/test/test-connection-array.js:29: assert(e.code === 'ENOTFOUND'); | |
451 amqp-node4-0.2.4-0.tgz/test/test-connection-array.js:28: // If we get an error, it should be ENOTFOUND (bad dns); | |
438 yapm-2.4.2.tgz/lib/utils/error-handler.js:302: case "ENOTFOUND": | |
425 locators-0.3.11.tgz/test/request.mocha.coffee:88: expect(err.message).to.equal('getaddrinfo ENOTFOUND www.test-endpoint.com www.test-endpoint.com:8080') | |
422 prey-1.3.9.tgz/lib/agent/plugins/retry-failed-reports/index.js:6: if (err && (err.code == 'EADDRINFO' || err.code == 'ENOTFOUND')) | |
422 prey-1.3.9.tgz/lib/agent/plugins/control-panel/api/request.js:23: var codes = ['ENETDOWN', 'ENETUNREACH', 'EADDRINFO', 'ENOTFOUND', 'EHOSTUNREACH']; | |
422 prey-1.3.9.tgz/lib/agent/plugins/campfire/index.js:18: var codes = ['ENETDOWN', 'EADDRINFO', 'ENOTFOUND', 'ECONNRESET']; | |
422 prey-1.3.9.tgz/lib/agent/index.js:199: var codes = ['ENETDOWN', 'ENETUNREACH', 'EADDRINFO', 'ENOTFOUND']; | |
411 vm2-1.0.1.tgz/src/sandbox.coffee:91: throw new VMError "Module '' not found.", "ENOTFOUND" | |
411 vm2-1.0.1.tgz/src/sandbox.coffee:140: throw new VMError "Module '#{modulename}' not found", "ENOTFOUND" | |
411 vm2-1.0.1.tgz/lib/sandbox.js:138: throw new VMError("Module '" + modulename + "' not found", "ENOTFOUND"); | |
411 vm2-1.0.1.tgz/lib/sandbox.js:100: throw new VMError("Module '' not found.", "ENOTFOUND"); | |
409 cocoons.io-0.5.12.tgz/lib/fs/cloaking-engine.js:220: if (error.code == 'ENOTFOUND') { | |
399 alphamail-1.1.5.tgz/lib/alphamail/restclient.js:152: case 'ENOTFOUND': | |
393 kevoree-group-ws-5.3.1.tgz/browser/kevoree-group-ws.js:8251: if (err.code === 'ENOTFOUND') { | |
391 cape-baboon-1.3.2.tgz/test/cape-baboon.js:71: .replyWithError('ENOTFOUND') | |
387 piwik-tracker-0.1.2.tgz/test/index.test.js:85: param.should.match(/^(404|getaddrinfo ENOTFOUND)/); | |
385 evilscan-1.0.1.tgz/main.js:223: if (err.code == 'ENOTFOUND') { | |
385 evilscan-1.0.1.tgz/libs/options.js:25: if (err.code=='ENOTFOUND') { | |
384 manger-2.0.7.tgz/test/errors.js:19: 'getaddrinfo ENOTFOUND', | |
381 segmentio-integration-3.2.0.tgz/lib/retries.js:46: || err.code == 'ENOTFOUND'; | |
380 volos-quota-apigee-0.13.0.tgz/lib/apigeequota.js:144: if (err.code === 'ENOTFOUND') { | |
375 crawler-ninja-0.2.2.tgz/plugins/audit-plugin.js:10:var ERROR_DNS_LOOKUP = "ENOTFOUND"; | |
373 dat-replicator-3.3.0.tgz/index.js:116: if (err.code == 'ENOTFOUND') return pull.destroy(new Error('Could not find a dat there. Are you sure the URL is right?')) | |
372 hyperproxy-0.6.1.tgz/index.js:281: ENOTFOUND: function (opts) { | |
370 freedom-social-xmpp-0.4.6.tgz/lib/dns.js:286: errorno = 'ENOTFOUND'; | |
370 freedom-social-xmpp-0.4.6.tgz/lib/dns.js:256: onanswer(records.length > 0 ? 0 : 'ENOTFOUND', records); | |
348 airbud-3.4.0.tgz/test/test-airbud.coffee:166: err.should.have.property("message").that.match /getaddrinfo ENOTFOUND/ | |
335 node-red-contrib-slack-0.1.1.tgz/slackpost.js:118: if(error === 'ENOTFOUND') { | |
334 yaxy-0.1.15.tgz/lib/yaxy.js:432: if (err.code == 'ENOTFOUND') { | |
334 hyperlink-2.3.0.tgz/lib/index.js:147: if (code === 'ENOTFOUND') { | |
327 tile-reduce-3.1.0.tgz/test/test.remote.js:98: t.ok(err.message.indexOf('getaddrinfo ENOTFOUND') === 0, 'HTTP address not found'); | |
325 ninja-toolbelt-0.2.14.tgz/test/internet.js:14: // (e.g. ENOTFOUND) | |
324 nrtv-make-request-0.25.0.tgz/make-request.js:48: case 'ENOTFOUND': | |
319 core-error-predicates-1.1.0.tgz/index.js:70: "EAISOCKTYPE", "ESHUTDOWN", "ENOTFOUND"); | |
319 core-error-predicates-1.1.0.tgz/index.js:62:addError("AddressNotFoundError", "ENOTFOUND"); | |
315 iobroker.ical-1.1.1.tgz/main.js:138: adapter.log.warn('Error reading from URL "' + url + '": ' + ((err && err.code == "ENOTFOUND") ? 'address not found!' : err)); | |
306 lego-1.2.6.tgz/lib/sdk/yuan.js:64: if (err.code === 'ECONNREFUSED' || err.code === 'ENOTFOUND') { | |
306 captain-0.1.17.tgz/lib/helpers.js:235: if(err.code == 'ENOTFOUND') { | |
295 bower-art-1.0.5-beta.tgz/test/core/resolverFactory.js:611: expect(err.code).to.equal('ENOTFOUND'); | |
295 bower-art-1.0.5-beta.tgz/test/core/resolverFactory.js:568: expect(err.code).to.equal('ENOTFOUND'); | |
295 bower-art-1.0.5-beta.tgz/lib/core/resolverFactory.js:160: throw createError('Package ' + source + ' not found', 'ENOTFOUND'); | |
288 pasties-validator-web-0.0.18.tgz/test/report/analysis.test.js:36: "errno": "ENOTFOUND", | |
288 pasties-validator-web-0.0.18.tgz/test/report/analysis.test.js:35: "code": "ENOTFOUND", | |
285 bower-canary-1.3.0.tgz/test/core/resolverFactory.js:610: expect(err.code).to.equal('ENOTFOUND'); | |
285 bower-canary-1.3.0.tgz/test/core/resolverFactory.js:565: expect(err.code).to.equal('ENOTFOUND'); | |
285 bower-canary-1.3.0.tgz/lib/core/resolverFactory.js:143: throw createError('Package ' + source + ' not found', 'ENOTFOUND'); | |
284 request-retry-stream-1.1.3.tgz/index.js:98: 'ENOTFOUND', | |
281 dispobiz-node-wordpress-0.1.21.tgz/index.js:712: case 'ENOTFOUND' : console.log(msg + 'connexion sql -> le champs HOST renseigné est incorrect'); break; | |
275 pult-2.1.2.tgz/lib/index.js:47: if (err && err.code == 'ENOTFOUND') done(null, false); | |
270 skyline-sequelize-0.12.5.tgz/lib/dialects/postgres/connection-manager.js:64: case 'ENOTFOUND': | |
270 skyline-sequelize-0.12.5.tgz/lib/dialects/mysql/connection-manager.js:53: case 'ENOTFOUND': | |
270 skyline-sequelize-0.12.5.tgz/lib/dialects/mssql/connection-manager.js:83: case 'ENOTFOUND': | |
270 mdoq-http-0.5.1.tgz/test/http.test.js:93: expect(err.code).to.equal('ENOTFOUND'); | |
268 unloq-0.2.51.tgz/lib/transport.js:111: case 'ENOTFOUND': | |
265 under-0.2.0.tgz/lib/proxy.js.REMOTE.58692.js:27: 'ENOTFOUND': 503, | |
265 under-0.2.0.tgz/lib/proxy.js.LOCAL.58692.js:27: 'ENOTFOUND': 503, | |
265 under-0.2.0.tgz/lib/proxy.js.BASE.58692.js:27: 'ENOTFOUND': 503, | |
265 under-0.2.0.tgz/lib/proxy.js.BACKUP.58692.js:27: 'ENOTFOUND': 503, | |
265 under-0.2.0.tgz/lib/proxy.js:27: 'ENOTFOUND': 503, | |
263 dronebl-1.2.0.tgz/index.js:7: if (error.code === 'ENOTFOUND') { | |
263 dronebl-1.2.0.tgz/index.js:17: if (error.code === 'ENOTFOUND') { | |
262 seed-mongodb-0.6.0.tgz/test/model.js:83: err.code.should.equal('ENOTFOUND'); | |
262 seed-mongodb-0.6.0.tgz/test/model.js:176: err.code.should.equal('ENOTFOUND'); | |
252 rpclib-0.2.2.tgz/tests/clientTests.js:72: test.equal(err.socketError.code, 'ENOTFOUND'); | |
252 dnsbl-lookup-0.3.3.tgz/index.js:78: if(err.code==='ENOTFOUND' ){ | |
248 star-0.3.5.tgz/lib/watch.js:35: return e.code >= 400 && e.code < 500 || e.code === 'ENOTFOUND'; | |
248 star-0.3.5.tgz/lib/watch.js:157: // FIXME: fix 'ENOTFOUND' error | |
248 star-0.3.5.tgz/lib/trace.js:125: return e.code >= 400 && e.code < 500 || e.code === 'ENOTFOUND'; | |
248 star-0.3.5.tgz/lib/query.js:33: return e.code >= 400 && e.code < 500 || e.code === 'ENOTFOUND'; | |
248 spiderweb-0.0.14.tgz/spiderweb.js:404: if (err.message.indexOf('ENOTFOUND') > -1) { | |
248 aqua-1.0.0.tgz/externs/nodejs/dns.js:120:dns.NOTFOUND = 'ENOTFOUND'; | |
235 kido-connector-1.1.3.tgz/test/index.js:1023: assert.strictEqual(err.message, "getaddrinfo ENOTFOUND"); | |
234 browserid-verify-0.1.2.tgz/test/unknown-url.js:19: t.equal(err.errno, 'ENOTFOUND', 'If the host is unresolvable'); | |
229 doji-0.1.6.tgz/lib/doji.js:214: if (e.message.match(/ENOTFOUND/)) { | |
227 p2p-0.10.2.tgz/test/PeerTests.js:259: assert.that(err.code).is.equalTo('ENOTFOUND'); | |
227 muzzley-client-0.5.4.tgz/lib/index.js:155: if (error.code === 'ETIMEOUT' || error.code === 'ECONNREFUSED' || error.code === 'ENOTFOUND') { | |
219 smart-router-0.2.5.tgz/test/smartrouter_error_test.js:97: var error_msg_expected = /Error while connecting to RabbitMQ: Error: getaddrinfo (ENOENT|ENOTFOUND). Will try to reconnect in 10000/; | |
219 smart-router-0.2.5.tgz/test/smartrouter_error_test.js:126: var error_msg_expected = /^Error while connecting to RabbitMQ: Error: getaddrinfo (ENOENT|ENOTFOUND). Will try to reconnect in 100/; | |
219 gulp-htmlone-0.1.9.tgz/test/js/firebase-debug.js:9374: if (e && e["code"] && (e["code"] === "ENOTFOUND" || e["code"] === "ENETDOWN")) { | |
216 scuff-1.3.0.tgz/index.js:25: if (err && (err.message === 'ENOTFOUND' || err.message === 'ESOCKETTIMEDOUT' || err.message === 'ETIMEDOUT' || err.code === 'ENOTFOUND' || err.message === 'socket hang up' || err.code === 'ECONNRESET')) { | |
209 qrs-mime-0.1.15.tgz/bin/cli.js:224: if (err && err.error && err.error.code === 'ENOTFOUND') { | |
209 mq-connection-1.1.2.tgz/test/integration.test.js:39: expect(err.code).to.equal("ENOTFOUND"); | |
207 rail-0.9.0.tgz/test/test-issues.js:53: assert.strictEqual(err.code, 'ENOTFOUND'); | |
207 rail-0.9.0.tgz/test/test-issues.js:46: test('ENOTFOUND', function(done) { | |
207 ps-dock-0.4.3.tgz/lib/notify_api.js:95: case 'ENOTFOUND': | |
206 codegradxlib-1.0.15.tgz/spec/00-when-spec.js:43: // error: {["message"], code: '', errno: 'ENOTFOUND', syscall: } } | |
205 tutor-0.7.1.tgz/lib/formatters.js:10: } else if (err.errno === 'ENOTFOUND') { | |
205 lego-client-0.0.8.tgz/lib/request.js:48: if (err.code === 'ECONNREFUSED' || err.code === 'ENOTFOUND') { | |
201 generator-aip-science-app-0.3.1.tgz/generators/common/templates/lib/swagger/swagger.js:1539: if (error.code === 'ENOTFOUND' || error.code === 'ECONNREFUSED') { | |
196 rget-jsftp-0.1.5.tgz/test/rget-test.js:80: if (err.code === 'ENOTFOUND') { | |
194 passport-sessiontoken-0.1.1.tgz/app.js:51: error.name = 'ENOTFOUND'; | |
191 crawler-ninja-expired-1.0.12.tgz/index.js:8:var ERROR_DNS_LOOKUP = "ENOTFOUND"; | |
190 scrapyard-0.1.0.tgz/scrapyard.js:115: if (err.hasOwnProperty('code') && ["ECONNREFUSED","ENOTFOUND"].indexOf(err.code) >= 0) return debug("[err!] irrecoverable error %s - %s", err.code, options.url) || fn(err); | |
188 restler-bluebird-0.2.2.tgz/test/reslter-bluebird.test.js:66: expect(err.code).to.be.equal('ENOTFOUND'); | |
186 qsftp-0.6.2.tgz/tests/warez/uploadToSftpServer.tests.js:49: assert.equal(err.message, 'getaddrinfo ENOTFOUND') | |
182 sc-1.0.1.tgz/tcpproxy.js:88: } else if (err.code == "ENOTFOUND") { | |
182 jsonapi-store-mongodb-1.2.0.tgz/lib/mongoHandler.js:97: code: "ENOTFOUND", | |
181 whoosh-0.3.6.tgz/tests/whoosh.tests.js:35: assert.equal(err.message, 'getaddrinfo ENOTFOUND') | |
180 metatag-crawler-2.0.3.tgz/test/invalid-url.js:19: expect(crawlError.code).to.equal('ENOTFOUND'); | |
179 p4-oo-2.0.2.tgz/test/index.js:234: expect(err.message).to.equal('happy ENOTFOUND'); | |
179 p4-oo-2.0.2.tgz/test/index.js:231: throws.push(new Error('happy ENOTFOUND')); | |
176 cost-1.2.3.tgz/lib/get-from-remote-path.js:56: case 'ENOTFOUND': return new Error('address does not exist'); | |
176 capsela-0.6.3.tgz/testing/rigs/HttpClientRig.js:84: mockRequest.emit('error', new Error("ENOTFOUND, Domain name not found")); | |
175 recite-0.4.0.tgz/src/drivers/NodeDriver.js:83: if (error.code === 'ENOTFOUND') { | |
174 crafity-storage-0.1.3.tgz/lib/providers/CouchDB.Provider.js:414: if (err.syscall === 'getaddrinfo' && (err.description === 'getaddrinfo ENOTFOUND' || err.description === 'getaddrinfo ENOENT')) { | |
173 xtc-cli-0.4.1.tgz/bin/xtc-cli.js:436: if (err.message === 'getaddrinfo ENOTFOUND') { | |
173 xtc-cli-0.4.1.tgz/bin/xtc-cli.js:220: if (err.message === 'getaddrinfo ENOTFOUND') { | |
171 search-google-geocode-0.0.13.tgz/parser/index.js:92: case 'ENOTFOUND': | |
171 search-geonames-0.0.10.tgz/parser/wiki.js:110: case 'ENOTFOUND': | |
171 search-geonames-0.0.10.tgz/parser/geonames.js:85: case 'ENOTFOUND': | |
171 gq-aws-sdk-1.0.7.tgz/lib/event_listeners.js:388: if (err.code === 'NetworkingError' && err.errno === 'ENOTFOUND') { | |
171 gq-aws-sdk-1.0.7.tgz/lib/event_listeners.js:387: add('ENOTFOUND_ERROR', 'httpError', function ENOTFOUND_ERROR(err) { | |
170 vzaar-0.1.0.tgz/examples/who_am_i_spec.js:29: assert.equal(data, 'Error: getaddrinfo ENOTFOUND'); | |
170 psql-api-0.9.11.tgz/js/kicontroller.js:95: if (err.errno == 'ENOTFOUND'){ | |
170 psql-api-0.9.11.tgz/js/intcommands.js:617: if (err.errno == 'ENOTFOUND'){ | |
170 dispofi-node-wordpress-0.3.4.tgz/index.js:595: case 'ENOTFOUND' : console.log(msg + 'connexion sql -> le champs HOST renseigné est incorrect'); break; | |
169 jsonapi-store-relationaldb-1.0.3.tgz/lib/sqlHandler.js:476: code: "ENOTFOUND", | |
169 jsonapi-store-relationaldb-1.0.3.tgz/lib/sqlHandler.js:444: code: "ENOTFOUND", | |
169 jsonapi-store-relationaldb-1.0.3.tgz/lib/sqlHandler.js:394: code: "ENOTFOUND", | |
168 jarvis-test-2.0.3.tgz/example/node/AsyncTests.js:46: expectedError.code = 'ENOTFOUND'; | |
168 jarvis-test-2.0.3.tgz/example/node/AsyncTests.js:45: var expectedError = new Error('ENOTFOUND, Domain name not found'); | |
166 ljswitchboard-version_manager-0.0.12.tgz/lib/version_manager.js:484: if (error.code === 'ENOTFOUND') { | |
163 feed-discover-1.0.5.tgz/bin/feed-discover.js:60: error.code = 'ENOTFOUND' | |
163 feed-discover-1.0.5.tgz/bin/feed-discover.js:34: error.code === 'ENOTFOUND' ? | |
162 webdriverio-master-2.5.0-beta.tgz/lib/utils/Logger.js:67: } else if(data.err && data.err.code === 'ENOTFOUND') { | |
162 evermore-0.2.3.tgz/lib/evermore/service/service.js:140: if (err && err.code == 'ENOTFOUND') { | |
162 dingle-nodejs-0.3.5.tgz/request.js:91: if (error.code == 'ENOTFOUND'){ | |
162 dingle-nodejs-0.3.5.tgz/request.js:195: if (error.code == 'ENOTFOUND'){ | |
161 gitteh-0.17.4.tgz/lib/bindings/bindings.js:77:Gitteh.error.GIT_ENOTFOUND = undefined; | |
160 rabbitbroker-0.0.11.tgz/spec/connection.spec.js:285: data.err.should.have.property('message','getaddrinfo ENOTFOUND'); | |
157 object-storage-0.6.2.tgz/test/object-storage.test.js:143: error.message.should.equal('getaddrinfo ENOTFOUND'); | |
155 cozy-desktop-0.7.0.tgz/backend/app.js:87: if (err.code === 'ENOTFOUND') { | |
153 ponyshow-cli-0.0.10.tgz/lib/main.js:133: if (err && err.code == "ENOTFOUND") { | |
143 wwwdude-0.1.0.tgz/test/wwwdude-networkerrors.js:40: _testClientErrs(beforeExit, 'ENOTFOUND, Domain name not found', 'http://wrong.tld.foo.bar:63424'); | |
142 domain-check-1.2.0.tgz/lib/check.js:15: results[domain] = (err && err.code === 'ENOTFOUND') ? true : false; | |
137 bitcoind-latency-benchmark-0.1.1.tgz/bitcoind-latency-benchmark.js:158: } else if (err.code === 'ENOTFOUND') { | |
136 e2e-0.0.7.tgz/end-to-end/lib/closure-compiler/contrib/nodejs/dns.js:122:dns.NOTFOUND = 'ENOTFOUND'; | |
135 swagger-node-express-callback-1.0.4.tgz/swagger-ui/lib/swagger.js:1568: if (error.code === 'ENOTFOUND' || error.code === 'ECONNREFUSED') { | |
135 finch-core-1.3.3.tgz/lib/service/handlers/error.js:21: case "ENOTFOUND": | |
132 uri-monitor-0.5.0-0.tgz/test/main.coffee:165: it 'on ENOTFOUND .result is a NetworkError', -> | |
130 koa-forward-request-0.5.1.tgz/index.js:76: if (err.code === 'ENOTFOUND') { | |
130 azure-iot-device-amqp-1.0.0-preview.11.tgz/lib/_client_test_integration.js:40: assert.include(err.message, 'getaddrinfo ENOTFOUND bad'); | |
128 sequelize-oracle-3.3.2-0.0.tgz/lib/dialects/postgres/connection-manager.js:63: case 'ENOTFOUND': | |
128 sequelize-oracle-3.3.2-0.0.tgz/lib/dialects/mysql/connection-manager.js:53: case 'ENOTFOUND': | |
128 sequelize-oracle-3.3.2-0.0.tgz/lib/dialects/mssql/connection-manager.js:78: case 'ENOTFOUND': | |
128 boss-remote-1.1.2.tgz/test/lib/RemoteDaemonTest.js:182: testErrorHandler('ENOTFOUND', 'HOSTNOTFOUND', done) | |
128 boss-remote-1.1.2.tgz/lib/RemoteDaemon.js:117: } else if(error.code == 'ENOTFOUND') { | |
127 urls-md-2.0.0.tgz/index.js:20: if (err && err.code === 'ENOTFOUND') { | |
127 gulp-fontello-retry-0.4.2.tgz/index.js:19: retry_request_on_error_code: ['ECONNRESET', 'ENOTFOUND'], | |
126 nmo-1.2.0.tgz/src/utils.js:126: if (err && (err.code === 'ECONNREFUSED' || err.code === 'ENOTFOUND')) { | |
126 nmo-1.2.0.tgz/src/couch-config.js:162: if (err.code === 'ECONNREFUSED' || err.code === 'ENOTFOUND') { | |
126 nmo-1.2.0.tgz/src/activetasks.js:92: if (err.code === 'ECONNREFUSED' || err.code === 'ENOTFOUND') { | |
126 nmo-1.2.0.tgz/lib/utils.js:162: if (err && (err.code === 'ECONNREFUSED' || err.code === 'ENOTFOUND')) { | |
126 nmo-1.2.0.tgz/lib/couch-config.js:191: if (err.code === 'ECONNREFUSED' || err.code === 'ENOTFOUND') { | |
126 nmo-1.2.0.tgz/lib/activetasks.js:112: if (err.code === 'ECONNREFUSED' || err.code === 'ENOTFOUND') { | |
125 proxysite-0.3.0.tgz/src/proxy.coffee:171: if e and e.code in ['ECONNREFUSED', 'ENOTFOUND'] | |
125 circlecidemo-0.0.9.tgz/lib/http.js:15: if (error.code == 'ECONNABORTED' || error.code == 'ENOTFOUND') { | |
121 simple-realurl-1.1.1.tgz/test/realurl_test.js:112: test.equal(error.message, 'getaddrinfo ENOTFOUND', 'should give ENOTFOUND message'); | |
120 needle-retry-x-0.11.2.tgz/test/url_spec.js:59: err.code.should.eql('ENOTFOUND'); | |
120 needle-retry-x-0.11.2.tgz/test/url_spec.js:43: err.code.should.eql('ENOTFOUND'); | |
120 needle-retry-x-0.11.2.tgz/test/errors_spec.js:85: errorific.code.should.match(/ENOTFOUND|EADDRINFO/) | |
120 needle-retry-x-0.11.2.tgz/test/errors_spec.js:76: it('error should be ENOTFOUND or EADDRINFO', function(done) { | |
120 needle-retry-x-0.11.2.tgz/test/errors_spec.js:41: err.code.should.match(/ENOTFOUND|EADDRINFO/) | |
120 needle-retry-x-0.11.2.tgz/test/errors_spec.js:39: it('error should be ENOTFOUND', function(done){ | |
119 hubot-jira-servant-1.2.0.tgz/src/utils.js:39: if (err.code === 'ENOTFOUND') { | |
118 horntell-0.3.2.tgz/src/Horntell/Http/Request.js:93: if(response.code === 'ENOTFOUND') | |
115 citong-db-0.0.4.tgz/exception.js:27: static get DB_ERROR_CONNECT() { return "db error: ENOTFOUND"; } | |
115 citong-db-0.0.4.tgz/database_table_base.js:580: if (e.code == 'ENOTFOUND' || e.code == 'ETIMEDOUT' || e.code == 'PROTOCOL_SEQUENCE_TIMEOUT') | |
115 citong-db-0.0.4.tgz/database_connection.js:87: if (e.code == 'ENOTFOUND' || e.code == 'ETIMEDOUT' || e.code == 'PROTOCOL_SEQUENCE_TIMEOUT') | |
114 moekit-3.6.6.tgz/lib/sdk/yuan.js:64: if (err.code === 'ECONNREFUSED' || err.code === 'ENOTFOUND') { | |
110 ponyshow-0.1.1.tgz/lib/main.js:144: if (err && err.code == "ENOTFOUND") { | |
109 recastjs-0.1.14.tgz/lib/recast.js:5303: // ENOTFOUND on getaddrinfo seems to be node.js specific, so using EHOSTUNREACH | |
109 recastjs-0.1.14.tgz/lib/recast.js:5124: // ENOTFOUND on getaddrinfo seems to be node.js specific, so using ECONNREFUSED | |
109 mysql-api-0.0.11.tgz/test/index.js:80: assert.equal(error.errno, "ENOTFOUND"); | |
107 microflo-emscripten-0.3.28.tgz/microflo-runtime.js:4935: // ENOTFOUND on getaddrinfo seems to be node.js specific, so using EHOSTUNREACH | |
107 microflo-emscripten-0.3.28.tgz/microflo-runtime.js:4756: // ENOTFOUND on getaddrinfo seems to be node.js specific, so using ECONNREFUSED | |
107 cloudron-surfer-2.0.2.tgz/cli/actions.js:68: if (error && error.code === 'ENOTFOUND') { | |
107 authrocket-0.0.7.tgz/src/authrocket.js:68: if (err === 'ENOTFOUND') { | |
107 authrocket-0.0.7.tgz/src/authrocket.js:52: if (error === 'ENOTFOUND') { | |
106 pixl-request-1.0.5.tgz/request.js:316: if (msg.match(/ENOTFOUND/)) msg = "DNS: Failed to lookup IP from hostname: " + options.hostname; | |
106 cachetree-redis-2.1.0.tgz/test/store.js:188: assert.strictEqual(err.message, 'Redis connection to bad.local:6379 failed - getaddrinfo ENOTFOUND'); | |
106 cachetree-redis-2.1.0.tgz/test/store.js:181: assert.strictEqual(err.message, 'Redis connection to bad.local:6379 failed - getaddrinfo ENOTFOUND'); | |
105 search-osm-geocode-0.0.8.tgz/parser/index.js:14: case 'ENOTFOUND': | |
105 boing-1.0.7.tgz/lib/index.js:20: if (err.code === 'ENOTFOUND') { | |
103 tie.js-0.2.1.tgz/lib/request.js:153: case 'ENOTFOUND': | |
101 awesomebox-core-0.3.0.tgz/lib/awesomebox.coffee:101: throw new Error('box.data could not connect to ' + url) if err.code is 'ENOTFOUND' | |
101 arrowbreaker-sup-1.2.1.tgz/app/mailer/specs/functions.js:147: new_status: 'ENOTFOUND', | |
101 arrowbreaker-sup-1.2.1.tgz/app/mailer/specs/functions.js:136: { url: 'http://enome.be', new_status: 'ENOTFOUND', old_status: 100 }, | |
101 arrowbreaker-sup-1.2.1.tgz/app/mailer/specs/functions.js:133: it('returns a warning if new result changed to ENOTFOUND ', function () { | |
101 arrowbreaker-sup-1.2.1.tgz/app/client/filters.js:7: if (input.status === 'ENOTFOUND' || input.status === 'ECONNREFUSED' || input.status === 'ETIMEDOUT' || input.status.toString().indexOf('5') === 0) { | |
101 arrowbreaker-sup-1.2.1.tgz/app/client/filters.js:36: if (input.status === 'ENOTFOUND') { | |
99 connect-bower-1.0.1.tgz/main.js:96: case "ENOTFOUND": | |
98 outdated-0.1.0.tgz/index.js:84: if (err && err.code === 'ENOTFOUND') { | |
97 wecloudmessage-api-0.0.7.tgz/MessageClient.js:81: } else if (err.code == 'ENOTFOUND') { | |
97 mariastream-0.3.1.tgz/test/simple/client.js:67: t.equal(err.message, 'getaddrinfo ENOTFOUND'); | |
97 couchdb-merge-1.0.3.tgz/index.js:73: if (e && e.code === 'ENOTFOUND') return next(new Error('could not connect to ' + (script.host + ':' + script.port))); | |
96 ssh-tunnel-manager-0.9.6.tgz/lib/sshTunnel.js:129: if (err.code === 'ENOTFOUND') { | |
95 npm2-2.0.0.tgz/lib/utils/error-handler.js:231: case "ENOTFOUND": | |
94 jspm-bower-0.0.3.tgz/bower.js:94: if(err.code === 'ENOTFOUND') { | |
94 jspm-bower-0.0.3.tgz/bower.js:66: if(err.code === 'ENOTFOUND') { | |
93 naver-npm-6.0.0.tgz/lib/utils/error-message.js:182: case 'ENOTFOUND': | |
93 iso-http-0.0.5.tgz/js/node/Http.spec.js:20: expect(err.message).toEqual('getaddrinfo ENOTFOUND foo.bar.baz'); | |
93 disburse-0.5.0.tgz/src/lib/errorLibrary.js:7: return err && err.message === 'getaddrinfo ENOTFOUND'; | |
93 disburse-0.5.0.tgz/src/lib/errorLibrary.js:4: * @param {object} err Error that might be a getaddrinfo ENOTFOUND | |
92 nodeadmin-0.1.1.tgz/middleware/auth/authcontroller.js:25: } else if (e.errno === 'ENOTFOUND') { | |
92 needle-podsystem-0.0.6.tgz/test/errors_spec.js:87: err.code.should.match(/ENOTFOUND|EADDRINFO/) | |
92 needle-podsystem-0.0.6.tgz/test/errors_spec.js:85: it('error should be ENOTFOUND', function(done){ | |
92 needle-podsystem-0.0.6.tgz/test/errors_spec.js:131: error.code.should.match(/ENOTFOUND|EADDRINFO/) | |
92 needle-podsystem-0.0.6.tgz/test/errors_spec.js:122: it('error should be ENOTFOUND or EADDRINFO', function(done){ | |
91 webdriverio-algolia-fork-launcher-3.4.2.tgz/lib/utils/Logger.js:79: } else if(data.err && data.err.code === 'ENOTFOUND') { | |
91 daproxy-0.0.6.tgz/lib/proxy.js:225: case ('ENOTFOUND'): | |
90 hyrule-1.2.2.tgz/lib/facade.js:15: } else if(err && err.code != "ENOTFOUND") { | |
90 hyrule-1.2.2.tgz/lib/facade.js:13: if (err && err.code == "ENOTFOUND") { | |
90 copy-cli-1.2.1.tgz/lib/get-from-remote-path.js:28: case 'ENOTFOUND': return new Error('address does not exist'); | |
89 lwm2m-node-lib-0.4.1.tgz/lib/lwm2m-client.js:194: if (error.code === 'ENOTFOUND') { | |
88 node-open-geocoder-1.2.1.tgz/test/index.js:79: assert.equal(/^getaddrinfo ENOTFOUND/.test(err.message), true); | |
88 microtest-0.2.3.tgz/test/fixture/mysql_client.js:51: var connectionError = err.code && err.code.match(/ECONNREFUSED|ENOTFOUND/); | |
88 jsonreq-0.1.0.tgz/test.js:20:/* 14 */ err: /ENOTFOUND/ | |
88 jsonreq-0.1.0.tgz/test_.js:14: err: /ENOTFOUND/, | |
88 cloudpub-0.1.2.tgz/domain.coffee:36: if err.code == 'ENOTFOUND' | |
87 link-check-2.0.0.tgz/test/link-check.test.js:68: expect(result.err.code).to.be('ENOTFOUND'); | |
87 greenqloud-awssum-0.0.6.tgz/examples/amazon/cloudsearch/search.js:39: fmt.msg("searching for something - expecting failure (ENOTFOUND ie. no search Domain(Id/Name))"); | |
86 kara-0.0.5.tgz/test/redis-test.js:76: assert.strictEqual(err.message, "Redis connection to redis.fake.test:6379 failed - getaddrinfo ENOTFOUND"); | |
86 ghost-qiniu-0.5.10-0.1.tgz/core/server/mail.js:95: if (data.error.errno === 'ENOTFOUND') { | |
85 omg-bookmarks-0.1.2.tgz/omg-add.js:79: } else if (error.code === 'ENOTFOUND') { | |
84 event-store-client-0.0.5.tgz/test/connection.js:33: assert.equal(err.code, "ENOTFOUND", "Expected to get an ENOTFOUND error as the host does not exist"); | |
83 sawrocket-xmpp-0.3.0.tgz/sawrocket-xmpp.browser.js:17129:exports.NOTFOUND = 'ENOTFOUND'; | |
82 node-pgp-search-0.1.4.tgz/index.js:32:// , "pgp.archreactor.org" getaddrinfo ENOTFOUND | |
82 cortex-canary-6.2.4.tgz/lib/util/server-error.js:12: ENOTFOUND: { | |
79 gitflow-publisher-bower-1.0.6.tgz/gitflow-publisher-bower.js:51: if (stdout.indexOf('bower ENOTFOUND') !== -1) { | |
79 dn-0.1.0.tgz/index.js:57:dn.DNS_NS_ENOTFOUND = 'No name servers found for domain'; | |
79 dn-0.1.0.tgz/index.js:484: if (err && err.code === 'ENOTFOUND') { | |
77 sleepylib-1.0.2.tgz/z/trixy/mysql/test/system/test-client-connection-error.js:7: ENOTFOUND = netConstants.ENOTFOUND; | |
77 sleepylib-1.0.2.tgz/z/trixy/mysql/test/system/test-client-connection-error.js:12: assert.ok(err.errno & (ECONNREFUSED | ENOTFOUND)); | |
77 sleepylib-1.0.2.tgz/z/trixy/mysql/lib/mysql/client.js:53: if (err.errno & (netConstants.ECONNREFUSED | netConstants.ENOTFOUND)) { | |
77 seed-redis-0.5.3.tgz/test/store.js:230: err.should.have.property('code', 'ENOTFOUND'); | |
77 scs-sdk-0.1.4.tgz/test/node_http_client.spec.coffee:20: expect(err.code).to.equal('ENOTFOUND') | |
77 rosnodejs-0.1.1.tgz/lib/packages.js:91: var error = new Error('ENOTFOUND - Package ' + packageName + ' not found'); | |
77 rosnodejs-0.1.1.tgz/lib/packages.js:82: var error = new Error('ENOTFOUND - Package ' + packageName + ' not found'); | |
77 npm-2-2.14.16.tgz/lib/utils/error-handler.js:304: case "ENOTFOUND": | |
77 fiziico-test-4.0.1.tgz/lib/dialects/postgres/connection-manager.js:64: case 'ENOTFOUND': | |
77 fiziico-test-4.0.1.tgz/lib/dialects/mysql/connection-manager.js:53: case 'ENOTFOUND': | |
77 fiziico-test-4.0.1.tgz/lib/dialects/mssql/connection-manager.js:78: case 'ENOTFOUND': | |
76 stackit-0.0.6.tgz/app/ssh.js:43: if(err.code == "ENOTFOUND") { | |
76 pgsql-api-1.0.0.tgz/test/index.js:46: assert.equal(error.code, "ENOTFOUND"); | |
76 dnserrors-1.0.0.tgz/test/dnsErrors.js:13: expect(err.code, 'to equal', 'ENOTFOUND'); | |
76 dnserrors-1.0.0.tgz/lib/dnsErrorCodesMap.js:5: ENOTFOUND: 404, | |
75 moruga-0.1.6.tgz/lib/proxy.js:75: if (err.errno == 'ENOTFOUND') { | |
74 talker-notifier-0.3.1.tgz/index.js:42: if (err.code === 'ETIMEDOUT' || err.code === 'ENOTFOUND') { | |
74 generator-mpnodeapp-0.1.3.tgz/app/templates/_src/model/users.coffee:76: "ENOTFOUND": [ 404, "User not found." ]<% if( usesessions ){ %> | |
74 generator-mpnodeapp-0.1.3.tgz/app/templates/_src/model/_rest_tunnel.coffee:353: "ENOTFOUND": [ 404, "Element of `#{ @name }` not found" ] | |
74 generator-mpnodeapp-0.1.3.tgz/app/templates/_src/model/_rest_tunnel.coffee:223: @_handleError( cb, "ENOTFOUND" ) | |
74 fann-lite-2015.8.1.tgz/fann.js:5102: // ENOTFOUND on getaddrinfo seems to be node.js specific, so using EHOSTUNREACH | |
74 fann-lite-2015.8.1.tgz/fann.js:4923: // ENOTFOUND on getaddrinfo seems to be node.js specific, so using ECONNREFUSED | |
73 node-libsms-0.0.2.tgz/lib/providers/sms_gupshup.js:68: if(error.code=="ENOTFOUND") | |
73 node-libsms-0.0.2.tgz/lib/providers/sms_gupshup.js:16: if(error.code=="ENOTFOUND") | |
73 node-libsms-0.0.2.tgz/lib/node-sms.js:59: if(error.code=="ENOTFOUND") | |
72 samp-rcon-0.1.3.tgz/main.js:84: if (err.code === 'ENOTFOUND') { | |
72 samp-rcon-0.1.3.tgz/cli.js:63: if (err.code === 'ENOTFOUND') { | |
72 ghost-upyun-0.5.10.tgz/core/server/mail.js:95: if (data.error.errno === 'ENOTFOUND') { | |
71 restling-jad-0.9.5.tgz/spec/test.js:194: .that.contain('getaddrinfo ENOTFOUND'); | |
71 restling-jad-0.9.5.tgz/spec/test.js:190: it('should return a rejected promise with error ENOTFOUND', function(){ | |
71 restling-jad-0.9.5.tgz/spec/test.js:154: .that.contain('getaddrinfo ENOTFOUND'); | |
71 restling-jad-0.9.5.tgz/spec/test.js:150: it('should return a rejected promise with error ENOTFOUND', function(){ | |
71 omegapm-0.0.5.tgz/lib/utils/error-handler.js:288: case "ENOTFOUND": | |
69 zenit-package-manager-1.4.13.tgz/lib/theme-converter.js:30: if (error.code === 'ENOTFOUND') { | |
69 node-logstash-0.0.5.tgz/test/test_211_reverse_dns.js:12: errno: 'ENOTFOUND', | |
69 node-logstash-0.0.5.tgz/test/test_211_reverse_dns.js:11: code: 'ENOTFOUND', | |
69 liferay-ddmtool-0.8.11.tgz/lib/getData.js:44: if (err.code === 'ENOTFOUND') { errStr = 'Host not found'; } | |
69 findhit-sequelize-2.0.0-rc2-p3.tgz/lib/dialects/postgres/connection-manager.js:61: case 'ENOTFOUND': | |
69 findhit-sequelize-2.0.0-rc2-p3.tgz/lib/dialects/mysql/connection-manager.js:48: case 'ENOTFOUND': | |
69 cordova-chrome-net-1.0.3.tgz/index.js:1163: '-105': 'ENOTFOUND', | |
68 needle-retry-1.1.0.tgz/test/test.js:191: t.equal(error.errno, 'ENOTFOUND'); | |
68 needle-retry-1.1.0.tgz/test/test.js:177: t.equal(error.errno, 'ENOTFOUND'); | |
67 nodegit-build-1.0.2.tgz/lib/enums.js:214: ENOTFOUND: -3, | |
65 ssh-transport-stream-1.0.0.tgz/cli.js:18: if (err.code === 'ENOTFOUND') return console.error('Could not connect to that url.') | |
65 software.bytepushers.common-js-0.0.6.tgz/node/npm/lib/utils/error-handler.js:225: case "ENOTFOUND": | |
65 hubiquitus-node-0.5.3.tgz/lib/server_connectors/xmpp_connection.js:267: else if(error.code == 'ENOTFOUND') | |
64 neo4j-transactions-1.0.2.tgz/lib/Transaction.js:58: if (err.code === 'ENOTFOUND') { | |
64 neo4j-transactions-1.0.2.tgz/lib/Transaction.js:145: if (err.code === 'ENOTFOUND') { | |
64 neo4j-transactions-1.0.2.tgz/lib/Client.js:85: if (err && err.code === 'ENOTFOUND') { | |
64 dredd-bench-0.2.1.tgz/test/unit/reporters/cli-reporter-test.coffee:145: connectionErrors = ['ECONNRESET', 'ENOTFOUND', 'ESOCKETTIMEDOUT', 'ETIMEDOUT', 'ECONNREFUSED', 'EHOSTUNREACH', 'EPIPE'] | |
64 dredd-bench-0.2.1.tgz/test/unit/reporters/apiary-reporter-test.coffee:427: connectionErrors = ['ECONNRESET', 'ENOTFOUND', 'ESOCKETTIMEDOUT', 'ETIMEDOUT', 'ECONNREFUSED', 'EHOSTUNREACH', 'EPIPE'] | |
64 dredd-bench-0.2.1.tgz/test/unit/dredd-test.coffee:391: return cb {code: 'ENOTFOUND'} | |
64 dredd-bench-0.2.1.tgz/test/integration/cli-test.coffee:249: #['ECONNRESET', 'ENOTFOUND', 'ESOCKETTIMEDOUT', 'ETIMEDOUT', 'ECONNREFUSED', 'EHOSTUNREACH', 'EPIPE'] | |
64 dredd-bench-0.2.1.tgz/lib/reporters/cli-reporter.js:91: connectionErrors = ['ECONNRESET', 'ENOTFOUND', 'ESOCKETTIMEDOUT', 'ETIMEDOUT', 'ECONNREFUSED', 'EHOSTUNREACH', 'EPIPE']; | |
64 dredd-bench-0.2.1.tgz/lib/reporters/apiary-reporter.js:21:CONNECTION_ERRORS = ['ECONNRESET', 'ENOTFOUND', 'ESOCKETTIMEDOUT', 'ETIMEDOUT', 'ECONNREFUSED', 'EHOSTUNREACH', 'EPIPE']; | |
64 dredd-bench-0.2.1.tgz/lib/dredd.js:35:CONNECTION_ERRORS = ['ECONNRESET', 'ENOTFOUND', 'ESOCKETTIMEDOUT', 'ETIMEDOUT', 'ECONNREFUSED', 'EHOSTUNREACH', 'EPIPE']; | |
64 clay-webdriverio-3.0.0-rc2-clay.tgz/lib/utils/Logger.js:64: } else if(data.err && data.err.code === 'ENOTFOUND') { | |
63 lanetix-setup-dev-1.0.3.tgz/ui/constants/transform-response.js:6: var FILENOTFOUND_MESSAGE = 'Not Found'; | |
63 lanetix-setup-dev-1.0.3.tgz/ui/constants/transform-response.js:21: return FILENOTFOUND_MESSAGE; | |
63 lanetix-setup-dev-1.0.3.tgz/ui/constants/transform-response.js:20: if (data === FILENOTFOUND_MESSAGE) { | |
62 ortoo-feedparser-0.11.0.tgz/test/parseUrl404.js:24: assert.ok(error.message === 'getaddrinfo ENOENT' || error.message === 'getaddrinfo ENOTFOUND'); | |
62 ortoo-feedparser-0.11.0.tgz/test/parseUrl404.js:13: assert.ok(error.message === 'getaddrinfo ENOENT' || error.message === 'getaddrinfo ENOTFOUND'); | |
62 decorquest-0.0.4.tgz/examples/errorquest.js:58: Error: getaddrinfo ENOTFOUND | |
61 typepress-cli-0.2.6.tgz/lib/util/dirs.js:20: exit(errors.ENOTFOUND, package); | |
61 typepress-cli-0.2.6.tgz/lib/errors.js:66: ENOTFOUND: { | |
61 typepress-cli-0.2.6.tgz/lib/commands/rm/rm.js:39: exit(errors.ENOTFOUND, file); | |
61 koa-multifetch-0.6.1.tgz/test/httpClient.js:34: cb({code: 'ENOTFOUND'}); | |
61 koa-multifetch-0.6.1.tgz/lib/httpClient.js:33: case 'ENOTFOUND': | |
60 elflord-0.1.1.tgz/lib/client/commands.js:15: case 'ENOTFOUND': | |
60 biojs-vis-blast-0.1.5.tgz/node/test/simple/test-net-dns-error.js:48: assert.equal(err.code, 'ENOTFOUND'); | |
60 biojs-vis-blast-0.1.5.tgz/node/test/simple/test-net-dns-error.js:43: assert.equal(err.code, 'ENOTFOUND'); | |
60 biojs-vis-blast-0.1.5.tgz/node/test/simple/test-http-dns-error.js:56: assert.equal(err.code, 'ENOTFOUND'); | |
60 biojs-vis-blast-0.1.5.tgz/node/test/simple/test-http-dns-error.js:49: assert.equal(err.code, 'ENOTFOUND'); | |
60 biojs-vis-blast-0.1.5.tgz/node/test/internet/test-http-dns-fail.js:48: assert.strictEqual(e.code, 'ENOTFOUND'); | |
60 biojs-vis-blast-0.1.5.tgz/node/test/internet/test-dns.js:603: assert.strictEqual(err.code, 'ENOTFOUND'); // Silly error code... | |
60 biojs-vis-blast-0.1.5.tgz/node/test/internet/test-dns.js:599: case 'ENOTFOUND': | |
60 biojs-vis-blast-0.1.5.tgz/node/test/internet/test-dns.js:583: assert.strictEqual(err.code, 'ENOTFOUND'); // Silly error code... | |
60 biojs-vis-blast-0.1.5.tgz/node/test/internet/test-dns.js:569: assert.strictEqual(err.code, 'ENOTFOUND'); // Silly error code... | |
60 biojs-vis-blast-0.1.5.tgz/node/test/internet/test-dns.js:556: assert.strictEqual(err.code, 'ENOTFOUND'); | |
60 biojs-vis-blast-0.1.5.tgz/node/test/internet/test-dns.js:432: assert.strictEqual(err.errno, 'ENOTFOUND'); | |
60 biojs-vis-blast-0.1.5.tgz/node/lib/dns.js:40: err = 'ENOTFOUND'; | |
60 biojs-vis-blast-0.1.5.tgz/node/lib/dns.js:36: // the true error to the user. ENOTFOUND is not even a proper POSIX error! | |
60 biojs-vis-blast-0.1.5.tgz/node/lib/dns.js:319:exports.NOTFOUND = 'ENOTFOUND'; | |
59 worksmith_sftp-0.2.2.tgz/tests/tasks/connect.tests.js:35: assert.equal(err.message, 'getaddrinfo ENOTFOUND') | |
59 polyphony-0.1.4.tgz/polyphony-debug.js:4679: // ENOTFOUND on getaddrinfo seems to be node.js specific, so using EHOSTUNREACH | |
59 polyphony-0.1.4.tgz/polyphony-debug.js:4500: // ENOTFOUND on getaddrinfo seems to be node.js specific, so using ECONNREFUSED | |
59 node-redis-queue-web-demo-0.0.4.tgz/app/index.js:104: if (msg === 'getaddrinfo ENOTFOUND') msg = 'Website not found'; | |
59 naver-bower-0.0.3.tgz/test/core/resolverFactory.js:611: expect(err.code).to.equal('ENOTFOUND'); | |
59 naver-bower-0.0.3.tgz/test/core/resolverFactory.js:568: expect(err.code).to.equal('ENOTFOUND'); | |
59 naver-bower-0.0.3.tgz/lib/core/resolverFactory.js:143: throw createError('Package ' + source + ' not found', 'ENOTFOUND'); | |
59 enemy-territory-query-0.0.4.tgz/enemy-territory-query.js:96: if (err.code === 'ENOTFOUND') { | |
59 enemy-territory-query-0.0.4.tgz/enemy-territory-query.js:47: if (err.code === 'ENOTFOUND') { | |
59 blockify-1.4.3.tgz/test/core/resolverFactory.js:610: expect(err.code).to.equal('ENOTFOUND'); | |
59 blockify-1.4.3.tgz/test/core/resolverFactory.js:565: expect(err.code).to.equal('ENOTFOUND'); | |
59 blockify-1.4.3.tgz/lib/core/resolverFactory.js:143: throw createError('Package ' + source + ' not found', 'ENOTFOUND'); | |
58 repo-npm-0.0.3.tgz/lib/utils/error-handler.js:228: case "ENOTFOUND": | |
58 mcstat-0.1.2.tgz/mcstat.js:123: case 'ENOTFOUND': | |
57 sd-zookeeper-0.0.5.tgz/lib/errors/notfounderror.js:13: this.code = code || 'ENOTFOUND'; | |
57 nwk-1.2.0.tgz/lib/utils/error-handler.js:289: case "ENOTFOUND": | |
57 lr-aws-sdk-2.1.7-lr3.tgz/lib/event_listeners.js:354: if (err.code === 'NetworkingError' && err.errno === 'ENOTFOUND') { | |
57 lr-aws-sdk-2.1.7-lr3.tgz/lib/event_listeners.js:353: add('ENOTFOUND_ERROR', 'httpError', function ENOTFOUND_ERROR(err) { | |
56 qurl-0.0.2.tgz/lib/error.js:25: if (err.code === 'ENOTFOUND') { | |
54 kwc-wordpress-0.1.4.tgz/lib/wordpress.js:63: if ( error && error.code === "ENOTFOUND" && error.syscall === "getaddrinfo" ) { | |
53 superagent-failover-0.1.2.tgz/index.js:83: 'ENOTFOUND', 'ECONNREFUSED', 'ECONNRESET', 'ETIMEDOUT', 'EADDRINFO', 'ESOCKETTIMEDOUT' | |
53 jsg-0.0.3.tgz/testdata/node_core_modules/dns.js:37: err = 'ENOTFOUND'; | |
53 jsg-0.0.3.tgz/testdata/node_core_modules/dns.js:33: // the true error to the user. ENOTFOUND is not even a proper POSIX error! | |
53 jsg-0.0.3.tgz/testdata/node_core_modules/dns.js:254:exports.NOTFOUND = 'ENOTFOUND'; | |
52 monkey-proxy-1.2.0.tgz/proxy.js:404: } else if ('ENOTFOUND' == err.code) { | |
52 monkey-proxy-1.2.0.tgz/proxy.js:315: } else if ('ENOTFOUND' == err.code) { | |
52 fritzgrowl-0.0.3.tgz/src/fritzgrowl.js:109: } else if (err.code === 'ENOTFOUND') { | |
51 omen-0.1.1.tgz/lib/peer.js:123: }, error.code === 'ENOTFOUND' ? 1e5 : 1e2) | |
51 chromify-0.0.2.tgz/builtins/dns.js:35: errorno = 'ENOTFOUND' | |
51 chromify-0.0.2.tgz/builtins/dns.js:219:exports.NOTFOUND = 'ENOTFOUND'; | |
50 node-red-node-swaggerclient-0.1.2.tgz/js/swagger-client.js:3250: if (error.code === 'ENOTFOUND' || error.code === 'ECONNREFUSED') { | |
50 firebase-react-native-0.0.3.tgz/firebase-debug.js:9364: if (e && e["code"] && (e["code"] === "ENOTFOUND" || e["code"] === "ENETDOWN")) { | |
49 prome-sync-2.7.2.tgz/lib/server/proxy-server.js:110: if (_.contains(["ENOTFOUND", "ECONNREFUSED"], err.code)) { | |
49 gmetric-mod-0.2.5.tgz/test/gmetric.js:565: e.code.should.equal('ENOTFOUND') | |
49 ebooker-1.0.3.tgz/index.js:73: if ((err.message) == 'getaddrinfo ENOTFOUND') { | |
49 ebooker-1.0.3.tgz/index.js:63: if ((err.message) == 'getaddrinfo ENOTFOUND') { | |
48 wordpress-client-0.5.3.tgz/lib/wordpress-client.js:195: if (error /*&& error.code === "ENOTFOUND" && error.syscall === "getaddrinfo"*/) { | |
48 dnssearch-1.0.1.tgz/src/domainSearch.js:20: var eNotFound = _error && _error.code === 'ENOTFOUND', | |
47 viaf-wrapper-0.1.2.tgz/apiRequest.js:293: if (error.errno === 'ENOTFOUND'){ | |
47 viaf-wrapper-0.1.2.tgz/apiRequest.js:155: if (error.errno === 'ENOTFOUND'){ | |
47 subway-0.3.5.tgz/subway.js:47: // resolve Fatal error: getaddrinfo ENOTFOUND | |
47 nmcns-0.1.3.tgz/mocha/tests.js:31725:exports.NOTFOUND = 'ENOTFOUND'; | |
47 lounger-0.0.1.tgz/lib/isonline.js:14: if (err && (err.code === 'ECONNREFUSED' || err.code === 'ENOTFOUND')) { | |
47 filternet-0.0.2.tgz/lib/proxy.js:227: if (error.code === 'ENOTFOUND') { | |
47 emozjpeg-0.0.3.tgz/libturbojpeg.js:4622: // ENOTFOUND on getaddrinfo seems to be node.js specific, so using EHOSTUNREACH | |
47 emozjpeg-0.0.3.tgz/libturbojpeg.js:4443: // ENOTFOUND on getaddrinfo seems to be node.js specific, so using ECONNREFUSED | |
47 emozjpeg-0.0.3.tgz/libjpeg.js:4606: // ENOTFOUND on getaddrinfo seems to be node.js specific, so using EHOSTUNREACH | |
47 emozjpeg-0.0.3.tgz/libjpeg.js:4427: // ENOTFOUND on getaddrinfo seems to be node.js specific, so using ECONNREFUSED | |
47 browser-sync-x-2.7.5.tgz/lib/server/proxy-server.js:110: if (_.contains(["ENOTFOUND", "ECONNREFUSED"], err.code)) { | |
45 node-core-lib-0.11.11.tgz/dns.js:37: err = 'ENOTFOUND'; | |
45 node-core-lib-0.11.11.tgz/dns.js:33: // the true error to the user. ENOTFOUND is not even a proper POSIX error! | |
45 node-core-lib-0.11.11.tgz/dns.js:254:exports.NOTFOUND = 'ENOTFOUND'; | |
45 moviepi-1.1.42.tgz/lib/checkOnline.js:6: if (err && err.code == "ENOTFOUND") { | |
44 upstate-0.2.0.tgz/plugins/templating.js:12: if (err.code === 'ENOTFOUND') { | |
44 upstate-0.2.0.tgz/lib/templating.js:14: err.code = 'ENOTFOUND'; | |
44 exodom-0.3.3.tgz/api.js.LOCAL.5634.js:27: if (err.code === 'ENOTFOUND') { | |
44 exodom-0.3.3.tgz/api.js.BACKUP.5634.js:28: if (err.code === 'ENOTFOUND') { | |
44 exodom-0.3.3.tgz/api.js:27: if (err.code === 'ENOTFOUND') { | |
44 bower-file-1.3.11.tgz/test/core/resolverFactory.js:610: expect(err.code).to.equal('ENOTFOUND'); | |
44 bower-file-1.3.11.tgz/test/core/resolverFactory.js:565: expect(err.code).to.equal('ENOTFOUND'); | |
44 bower-file-1.3.11.tgz/lib/core/resolverFactory.js:143: throw createError('Package ' + source + ' not found', 'ENOTFOUND'); | |
43 udpchat-2.0.0.tgz/index.js:39: if (err && err.code === 'ENOTFOUND') return console.log('could not deliver message :(') | |
43 statsdc-0.2.1.tgz/test/statsdc.spec.js:31: expect(err).to.match(/ENOTFOUND/); | |
43 nec-sdk-1.0.2.tgz/lib/event_listeners.js:354: if (err.code === 'NetworkingError' && err.errno === 'ENOTFOUND') { | |
43 nec-sdk-1.0.2.tgz/lib/event_listeners.js:353: add('ENOTFOUND_ERROR', 'httpError', function ENOTFOUND_ERROR(err) { | |
43 flush-all-0.1.1.tgz/node-v0.13/test/simple/test-net-dns-error.js:48: assert.equal(err.code, 'ENOTFOUND'); | |
43 flush-all-0.1.1.tgz/node-v0.13/test/simple/test-net-dns-error.js:43: assert.equal(err.code, 'ENOTFOUND'); | |
43 flush-all-0.1.1.tgz/node-v0.13/test/simple/test-http-dns-error.js:56: assert.equal(err.code, 'ENOTFOUND'); | |
43 flush-all-0.1.1.tgz/node-v0.13/test/simple/test-http-dns-error.js:49: assert.equal(err.code, 'ENOTFOUND'); | |
43 flush-all-0.1.1.tgz/node-v0.13/test/internet/test-http-dns-fail.js:48: assert.strictEqual(e.code, 'ENOTFOUND'); | |
43 flush-all-0.1.1.tgz/node-v0.13/test/internet/test-dns.js:603: assert.strictEqual(err.code, 'ENOTFOUND'); // Silly error code... | |
43 flush-all-0.1.1.tgz/node-v0.13/test/internet/test-dns.js:599: case 'ENOTFOUND': | |
43 flush-all-0.1.1.tgz/node-v0.13/test/internet/test-dns.js:583: assert.strictEqual(err.code, 'ENOTFOUND'); // Silly error code... | |
43 flush-all-0.1.1.tgz/node-v0.13/test/internet/test-dns.js:569: assert.strictEqual(err.code, 'ENOTFOUND'); // Silly error code... | |
43 flush-all-0.1.1.tgz/node-v0.13/test/internet/test-dns.js:556: assert.strictEqual(err.code, 'ENOTFOUND'); | |
43 flush-all-0.1.1.tgz/node-v0.13/test/internet/test-dns.js:432: assert.strictEqual(err.errno, 'ENOTFOUND'); | |
43 flush-all-0.1.1.tgz/node-v0.13/lib/dns.js:39: err = 'ENOTFOUND'; | |
43 flush-all-0.1.1.tgz/node-v0.13/lib/dns.js:35: // the true error to the user. ENOTFOUND is not even a proper POSIX error! | |
43 flush-all-0.1.1.tgz/node-v0.13/lib/dns.js:319:exports.NOTFOUND = 'ENOTFOUND'; | |
43 couchmin-0.0.2.tgz/test/couchmin.add.spec.js:45: assert.ok(/ENOTFOUND/i.test(err.message)); | |
42 jsonapi-store-elasticsearch-1.0.0.tgz/lib/elasticsearchHandler.js:306: code: "ENOTFOUND", | |
42 jsonapi-store-elasticsearch-1.0.0.tgz/lib/elasticsearchHandler.js:283: code: "ENOTFOUND", | |
42 jsonapi-store-elasticsearch-1.0.0.tgz/lib/elasticsearchHandler.js:272: code: "ENOTFOUND", | |
42 jsonapi-store-elasticsearch-1.0.0.tgz/lib/elasticsearchHandler.js:214: code: "ENOTFOUND", | |
42 jsonapi-store-elasticsearch-1.0.0.tgz/lib/elasticsearchHandler.js:192: code: "ENOTFOUND", | |
42 icarus-0.2.0-alpha.tgz/lib/common/error.js:24: case 'ENOTFOUND': | |
41 jsonnet-0.5.0-beta.tgz/lib/libjsonnet.js:4975: // ENOTFOUND on getaddrinfo seems to be node.js specific, so using EHOSTUNREACH | |
41 jsonnet-0.5.0-beta.tgz/lib/libjsonnet.js:4796: // ENOTFOUND on getaddrinfo seems to be node.js specific, so using ECONNREFUSED | |
41 elasticsearch-memcached-0.1.1.tgz/rest.js:72: (err.code === 'ENOTFOUND' || | |
41 awesomebox-cli-0.0.2.tgz/lib/awesomebox-cli.coffee:16: when 'ENOTFOUND' | |
40 nodegit-atom-0.5.2.tgz/lib/enums.js:237: ENOTFOUND: -3, | |
39 portforward-1.0.1.tgz/lib/portforward.js:52: if(err.code == 'ENOTFOUND'){ | |
39 npm-error-handler-0.1.1.tgz/index.js:228: case "ENOTFOUND": | |
39 nodejs-externs-0.10.1.tgz/externs/dns.js:120:dns.NOTFOUND = 'ENOTFOUND'; | |
38 wf-yaxy-0.1.1.tgz/lib/yaxy.js:304: if (err.code == 'ENOTFOUND') { | |
38 uc-swagger-tools-0.8.1.tgz/middleware/swagger-ui/lib/swagger.js:1531: if (error.code === 'ENOTFOUND' || error.code === 'ECONNREFUSED') { | |
38 tibia-status-0.0.3.tgz/src/index.js:50: if(err.code == 'ENOTFOUND') { | |
38 node-core-test-simple-0.11.11.tgz/test-net-dns-error.js:48: assert.equal(err.code, 'ENOTFOUND'); | |
38 node-core-test-simple-0.11.11.tgz/test-net-dns-error.js:43: assert.equal(err.code, 'ENOTFOUND'); | |
38 node-core-test-simple-0.11.11.tgz/test-http-dns-error.js:56: assert.equal(err.code, 'ENOTFOUND'); | |
38 node-core-test-simple-0.11.11.tgz/test-http-dns-error.js:49: assert.equal(err.code, 'ENOTFOUND'); | |
38 iotivity-0.0.3.tgz/lib/node-coap/agent.js:71: if(err.code !== 'ENOTFOUND') | |
38 ionic-app-lib-no-cordova-mock-0.0.2.tgz/lib/upload.js:264: if(err.code === 'ENOTFOUND' || err.code === 'EPIPE') { | |
38 grump-0.0.2.tgz/cmds/search.js:21: if (err.code === "ENOTFOUND") { | |
38 grump-0.0.2.tgz/cmds/run.js:28: if (err.code === "ENOTFOUND") { | |
38 chewer-1.0.1.tgz/test/core/resolverFactory.js:528: expect(err.code).to.equal('ENOTFOUND'); | |
38 chewer-1.0.1.tgz/test/core/resolverFactory.js:483: expect(err.code).to.equal('ENOTFOUND'); | |
38 chewer-1.0.1.tgz/lib/core/resolverFactory.js:123: throw createError('Package ' + source + ' not found', 'ENOTFOUND'); | |
37 portable-js-0.0.3.tgz/misc/node/dns.js:42: err = 'ENOTFOUND'; | |
37 portable-js-0.0.3.tgz/misc/node/dns.js:38: // the true error to the user. ENOTFOUND is not even a proper POSIX error! | |
37 portable-js-0.0.3.tgz/misc/node/dns.js:321:exports.NOTFOUND = 'ENOTFOUND'; | |
37 portable-js-0.0.3.tgz/misc/io/dns.js:334:exports.NOTFOUND = 'ENOTFOUND'; | |
37 portable-js-0.0.3.tgz/misc/io/dns.js:21: err = 'ENOTFOUND'; | |
37 portable-js-0.0.3.tgz/misc/io/dns.js:17: // the true error to the user. ENOTFOUND is not even a proper POSIX error! | |
37 npm-msys2-3.1.3.tgz/lib/utils/error-handler.js:353: case 'ENOTFOUND': | |
37 async-mysql-1.0.1.tgz/tests/main.js:41: expect(e.message).to.equal('Error: getaddrinfo ENOTFOUND INVALID_HOST INVALID_HOST:3306'); | |
36 socksv5-frenchie4111-0.0.6.tgz/lib/server.js:250: case 'ENOTFOUND': | |
36 sequelize-fork-2.0.8.tgz/lib/dialects/postgres/connection-manager.js:63: case 'ENOTFOUND': | |
36 sequelize-fork-2.0.8.tgz/lib/dialects/mysql/connection-manager.js:53: case 'ENOTFOUND': | |
36 sequelize-fork-2.0.8.tgz/lib/dialects/mssql/connection-manager.js:78: case 'ENOTFOUND': | |
36 cns-bower-1.3.13.tgz/test/core/resolverFactory.js:608: expect(err.code).to.equal('ENOTFOUND'); | |
36 cns-bower-1.3.13.tgz/test/core/resolverFactory.js:565: expect(err.code).to.equal('ENOTFOUND'); | |
36 cns-bower-1.3.13.tgz/lib/core/resolverFactory.js:150: throw createError('Package ' + source + ' not found', 'ENOTFOUND'); | |
35 npm-beta-1.4.8.tgz/lib/utils/error-handler.js:231: case "ENOTFOUND": | |
35 kreepy-0.0.2.tgz/engine.js:265: if (err.code == "ENOTFOUND") | |
35 couchdb-remove-conflicts-1.0.1.tgz/lib/delete-all-conflicts.js:14: if (error && error.code === 'ENOTFOUND') { | |
35 cares-1.0.1.tgz/lib/cares.js:46: errorno = 'ENOTFOUND'; | |
35 cares-1.0.1.tgz/lib/cares.js:377:exports.NOTFOUND = 'ENOTFOUND'; | |
35 appc-cache-0.0.2.tgz/lib/index.js:197: if (/^(ETIMEDOUT|ENOTFOUND|ECONNREFUSED)$/.test(err.code)) { | |
34 persha-0.2.0.tgz/node-lib/dns.js:40: err = 'ENOTFOUND'; | |
34 persha-0.2.0.tgz/node-lib/dns.js:36: // the true error to the user. ENOTFOUND is not even a proper POSIX error! | |
34 persha-0.2.0.tgz/node-lib/dns.js:319:exports.NOTFOUND = 'ENOTFOUND'; | |
34 bitcsv-x-0.3.0.tgz/bitcsv.js:63: callback("INPUTFILENOTFOUND", null); | |
34 bitcsv-x-0.3.0.tgz/bitcsv.js:150: if(err == "INPUTFILENOTFOUND"){ | |
34 anx-cli-0.1.8.tgz/index.js:221: if (err.code === 'ENOTFOUND') { // {"code":"ENOTFOUND","errno":"ENOTFOUND","syscall":"getaddrinfo"} | |
33 patrick-client-0.0.2.tgz/lib/client.js:28: if (err.code == 'ENOTFOUND') { | |
33 patrick-client-0.0.2.tgz/lib/client.js:133: if (err.code == 'ENOTFOUND') { | |
33 mysql-restful-0.8.1.tgz/js/myst.js:67: if (err.code == 'ENOTFOUND'){ | |
33 mysql-restful-0.8.1.tgz/js/kicontroller.js:89: if (err.errno == 'ENOTFOUND'){ | |
33 mysql-restful-0.8.1.tgz/js/intcommands.js:628: if (err.code == 'ENOTFOUND'){ | |
33 kevoree-comp-msgsender-1.0.0.tgz/browser/kevoree-comp-msgsender.js:11127: if (err.code === 'ENOTFOUND') { | |
33 dogeatdog-amqp-1.0.1.tgz/test/test-connection-array.js:29: assert(e.code === 'ENOTFOUND'); | |
33 dogeatdog-amqp-1.0.1.tgz/test/test-connection-array.js:28: // If we get an error, it should be ENOTFOUND (bad dns); | |
33 awslogger-1.0.1.tgz/apiRequest.js:97: 'ENOTFOUND', | |
32 tosck-0.1.0.tgz/test/index.js:93: assert.strictEqual(/getaddrinfo ENOTFOUND/.test(err.message), true); | |
32 jenkins-js-handlebars-1.0.0-alpha-2.tgz/node/npm/lib/utils/error-handler.js:225: case "ENOTFOUND": | |
32 gbouquet-browser-sync-2.7.7.tgz/lib/server/proxy-server.js:109: if (_.contains(["ENOTFOUND", "ECONNREFUSED"], err.code)) { | |
31 node-logstash-capriza-0.0.11.tgz/test/test_211_reverse_dns.js:12: errno: 'ENOTFOUND', | |
31 node-logstash-capriza-0.0.11.tgz/test/test_211_reverse_dns.js:11: code: 'ENOTFOUND', | |
30 generator-erscsb-0.0.2.tgz/app/templates/_src/models/redishash.coffee:145: "ENOTFOUND": [ 404, "Element of `#{ @groupname }` not found" ] | |
30 generator-erscsb-0.0.2.tgz/app/templates/_src/models/redishash.coffee:106: @_handleError( cb, "ENOTFOUND" ) | |
30 apitance-0.1.0-beta.1.tgz/src/steps/expectations.js:14: '404': 'ENOTFOUND' | |
30 apitance-0.1.0-beta.1.tgz/src/steps/expectations.js:13: 'not found': 'ENOTFOUND', | |
29 einzelnd-0.0.2.tgz/test/helpers_test.js:58: expect(e.toString()).to.equal('Error: getaddrinfo ENOTFOUND'); | |
29 dnsjs-0.1.1.tgz/mocha/tests.js:14085:exports.NOTFOUND = 'ENOTFOUND'; | |
29 appc-registry-0.0.2.tgz/test/login_test.js:33: err.code.should.equal('ENOTFOUND'); | |
28 generator-sails-polymer-0.0.0.tgz/app/templates/swagger/lib/swagger.js:1494: if(error.code === 'ENOTFOUND' || error.code === 'ECONNREFUSED' ) { | |
28 bower-auth-1.2.7.tgz/test/core/resolverFactory.js:533: expect(err.code).to.equal('ENOTFOUND'); | |
28 bower-auth-1.2.7.tgz/test/core/resolverFactory.js:488: expect(err.code).to.equal('ENOTFOUND'); | |
28 bower-auth-1.2.7.tgz/lib/core/resolverFactory.js:123: throw createError('Package ' + source + ' not found', 'ENOTFOUND'); | |
28 aws-sdk-multi-user-2.1.15.tgz/lib/event_listeners.js:354: if (err.code === 'NetworkingError' && err.errno === 'ENOTFOUND') { | |
28 aws-sdk-multi-user-2.1.15.tgz/lib/event_listeners.js:353: add('ENOTFOUND_ERROR', 'httpError', function ENOTFOUND_ERROR(err) { | |
27 x-appc-registry-0.0.2.tgz/test/login_test.js:33: err.code.should.equal('ENOTFOUND'); | |
27 tellki-rabbitmq-performance-monitor-0.0.5.tgz/lib/rabbitmq_performance_monitor.js:302: if(e.code === 'ENOTFOUND' || e.code === 'ECONNREFUSED') | |
26 mockney-0.2.0.tgz/test/test.js:102: t.equal(err.message, 'getaddrinfo ENOTFOUND'); | |
26 jenkins-handlebars-runtime-1.0.0-alpha-1.tgz/node/npm/lib/utils/error-handler.js:225: case "ENOTFOUND": | |
25 pezhu-0.0.0.tgz/Downloads/node-v0.9.11/test/simple/test-net-dns-error.js:43: assert.equal(err.code, 'ENOTFOUND'); | |
25 pezhu-0.0.0.tgz/Downloads/node-v0.9.11/test/simple/test-http-dns-error.js:56: assert.equal(err.code, 'ENOTFOUND'); | |
25 pezhu-0.0.0.tgz/Downloads/node-v0.9.11/test/simple/test-http-dns-error.js:49: assert.equal(err.code, 'ENOTFOUND'); | |
25 pezhu-0.0.0.tgz/Downloads/node-v0.9.11/test/internet/test-http-dns-fail.js:48: assert.strictEqual(e.code, 'ENOTFOUND'); | |
25 pezhu-0.0.0.tgz/Downloads/node-v0.9.11/test/internet/test-dns.js:310: assert.strictEqual(err.errno, 'ENOTFOUND'); | |
25 pezhu-0.0.0.tgz/Downloads/node-v0.9.11/lib/dns.js:34: errorno = 'ENOTFOUND'; | |
25 pezhu-0.0.0.tgz/Downloads/node-v0.9.11/lib/dns.js:198:exports.NOTFOUND = 'ENOTFOUND'; | |
25 mss-sdk-2.0.0.tgz/test/node_http_client.spec.coffee:20: expect(err.code).to.equal('ENOTFOUND') | |
25 boss-mdns-2.2.4.tgz/lib/resolver_sequence_tasks.js:202: errorno = 'ENOTFOUND' | |
25 aname-poll-0.1.0.tgz/index.js:33: if (err.code == 'ENOTFOUND') { | |
24 spm2-2.2.8.tgz/lib/sdk/yuan.js:81: if (err.code === 'ECONNREFUSED' || err.code === 'ENOTFOUND') { | |
24 nice-http-0.1.0-alfa.tgz/src/dns.js:39: ex.errno = 'ENOTFOUND'; | |
24 nice-http-0.1.0-alfa.tgz/src/dns.js:38: ex.code = 'ENOTFOUND'; | |
24 nice-http-0.1.0-alfa.tgz/src/dns.js:37: var ex = new Error(syscall + ' ENOTFOUND'); | |
24 nice-http-0.1.0-alfa.tgz/src/dns.js:33: // the true error to the user. ENOTFOUND is not even a proper POSIX error! | |
24 nice-http-0.1.0-alfa.tgz/src/dns.js:252:exports.NOTFOUND = 'ENOTFOUND'; | |
24 couchdb_raw-0.1.0.tgz/index.js:145: } else if (err.code === 'ENOTFOUND') { | |
24 alok-1.0.0.tgz/npm/lib/utils/error-handler.js:302: case "ENOTFOUND": | |
23 ococv-1.0.0.tgz/npm/lib/utils/error-handler.js:354: case 'ENOTFOUND': | |
23 etcd-sd-0.1.0.tgz/lib/errors/notfounderror.js:13: this.code = code || 'ENOTFOUND'; | |
22 thaumaturgy-0.5.0.tgz/lib/npm3/lib/utils/error-handler.js:353: case 'ENOTFOUND': | |
22 thaumaturgy-0.5.0.tgz/lib/npm2/lib/utils/error-handler.js:302: case "ENOTFOUND": | |
22 reworse-1.0.0.tgz/lib/notification-handler.test.js:67: code: "ENOTFOUND", | |
22 reworse-1.0.0.tgz/lib/notification-handler.test.js:47: code: "ENOTFOUND", | |
22 reworse-1.0.0.tgz/lib/notification-handler.js:58: message.code === "ENOTFOUND" && | |
22 rekip-0.1.0.tgz/test/rekip_test.js:21: test.equal( oError.code, "ENOTFOUND", "should be 'ENOTFOUND'." ); | |
22 jpush-api-nodejs-client-0.1.0.tgz/lib/JPush/JPush.js:275: } else if (err.code == 'ENOTFOUND') { | |
22 dns-lookup-0.0.2.tgz/test/index.js:47: expect(error.code).to.be.equal('ENOTFOUND'); | |
22 dns-lookup-0.0.2.tgz/test/index.js:44: it('returns error with code ENOTFOUND', function () { | |
22 dns-lookup-0.0.2.tgz/index.js:24: if (err.code === 'ENOTFOUND' && family === 6) { | |
21 vyvoidmodule-1.0.1.tgz/npm/lib/utils/error-handler.js:288: case "ENOTFOUND": | |
21 slackstream-0.2.1.tgz/test/index.js:73: expect(e.code).to.equal('ENOTFOUND'); | |
21 showredirect-0.0.0.tgz/index.js:28: if (error.code === 'ENOTFOUND') { | |
21 netasqcomm-0.2.0.tgz/lib/netasqcomm.js:1314: code: 'EFILENOTFOUND' | |
21 moduloteste-1.0.0.tgz/realize-package-specifier/test/basic.js:48: callback(new Error("EFILENOTFOUND")) | |
21 moduloteste-1.0.0.tgz/realize-package-specifier/test/basic.js:39: callback(new Error("EFILENOTFOUND")) | |
21 moduloteste-1.0.0.tgz/realize-package-specifier/test/basic.js:36: callback(new Error("EFILENOTFOUND")) | |
21 moduloteste-1.0.0.tgz/node-gyp/lib/install.js:233: if (err.code === 'ENOTFOUND') { | |
21 mg-api-node-1.0.0.tgz/test/test.js:58: expect(err.code).to.be.a('string').and.to.equal('ENOTFOUND'); | |
21 jpush-sdk-yijie-3.2.1.tgz/lib/JPush/JPush.js:333: } else if (err.code == 'ENOTFOUND') { | |
21 iboot-0.1.0.tgz/index.js:113: if (err.errno === 'ENOTFOUND') { | |
21 butterup-0.0.1.tgz/lib/ssh.js:34: if (err.errno == "ENOTFOUND") { | |
20 npm-for-cnpm-2.6.0.tgz/lib/utils/error-handler.js:288: case "ENOTFOUND": | |
20 node-natives-0.10.25.tgz/dns.js:34: errorno = 'ENOTFOUND'; | |
20 node-natives-0.10.25.tgz/dns.js:199:exports.NOTFOUND = 'ENOTFOUND'; | |
20 node-movielens-1.0.0.tgz/index.js:94: errno: 'ENOTFOUND', | |
20 node-movielens-1.0.0.tgz/index.js:93: code: 'ENOTFOUND', | |
20 node-movielens-1.0.0.tgz/index.js:92: { [Error: getaddrinfo ENOTFOUND movielensx.org] | |
20 guanlecoja_test-0.6.0.tgz/vendors.js:12780: throw createError('Package ' + source + ' not found', 'ENOTFOUND'); | |
20 firstdata-0.1.0.tgz/test/errors.test.js:23: err.code.should.eql('ENOTFOUND') | |
20 baucis-decorators-example-1.0.1.tgz/client/api-docs/lib/swagger-client.js:3251: if (error.code === 'ENOTFOUND' || error.code === 'ECONNREFUSED') { | |
19 sequelize-g-1.0.0.tgz/lib/dialects/postgres/connection-manager.js:62: case 'ENOTFOUND': | |
19 sequelize-g-1.0.0.tgz/lib/dialects/mysql/connection-manager.js:52: case 'ENOTFOUND': | |
19 sequelize-g-1.0.0.tgz/lib/dialects/mssql/connection-manager.js:72: case 'ENOTFOUND': | |
19 newname-1.0.0.tgz/package/lib/utils/error-handler.js:288: case "ENOTFOUND": | |
19 lister-1.0.0.tgz/npm/lib/utils/error-handler.js:288: case "ENOTFOUND": | |
19 ilego-1.1.3.tgz/lib/sdk/yuan.js:64: if (err.code === 'ECONNREFUSED' || err.code === 'ENOTFOUND') { | |
19 gujing-1.0.0.tgz/npm/lib/utils/error-handler.js:302: case "ENOTFOUND": | |
19 aws-sdk-constructor-0.0.0.tgz/lib/event_listeners.js:354: if (err.code === 'NetworkingError' && err.errno === 'ENOTFOUND') { | |
19 aws-sdk-constructor-0.0.0.tgz/lib/event_listeners.js:353: add('ENOTFOUND_ERROR', 'httpError', function ENOTFOUND_ERROR(err) { | |
18 versions-as-a-service-1.0.0.tgz/server/git-repos/common.js:19: if(error.code === 'ENOTFOUND' || error.code === 'ETIMEDOUT') { | |
18 sequelize_custom-0.1.0.tgz/lib/dialects/postgres/connection-manager.js:62: case 'ENOTFOUND': | |
18 sequelize_custom-0.1.0.tgz/lib/dialects/mysql/connection-manager.js:52: case 'ENOTFOUND': | |
18 sequelize_custom-0.1.0.tgz/lib/dialects/mssql/connection-manager.js:77: case 'ENOTFOUND': | |
18 phanes-sql-1.0.0.tgz/lib/dialects/postgres/connection-manager.js:62: case 'ENOTFOUND': | |
18 phanes-sql-1.0.0.tgz/lib/dialects/mysql/connection-manager.js:52: case 'ENOTFOUND': | |
18 phanes-sql-1.0.0.tgz/lib/dialects/mssql/connection-manager.js:77: case 'ENOTFOUND': | |
18 npme-auth-github-1.2.1.tgz/test/authorize-test.js:133: Code.expect(err.message).to.match(/getaddrinfo ENOTFOUND/); | |
18 come_n_read-1.0.0.tgz/swagger-ui/lib/swagger-client.js:2918: if (error.code === 'ENOTFOUND' || error.code === 'ECONNREFUSED') { | |
16 node-iotivity-0.0.1.tgz/lib/node-coap/agent.js:71: if(err.code !== 'ENOTFOUND') | |
16 clay-sequelize-1.7.11.tgz/lib/dialects/postgres/connector-manager.js:109: case 'ENOTFOUND': | |
16 clay-sequelize-1.7.11.tgz/lib/dialects/mysql/connector-manager.js:314: case 'ENOTFOUND': | |
15 sequelize-multi-tenant-1.0.0.tgz/lib/dialects/postgres/connection-manager.js:62: case 'ENOTFOUND': | |
15 sequelize-multi-tenant-1.0.0.tgz/lib/dialects/mysql/connection-manager.js:52: case 'ENOTFOUND': | |
15 sequelize-multi-tenant-1.0.0.tgz/lib/dialects/mssql/connection-manager.js:72: case 'ENOTFOUND': | |
14 netdown-0.0.1.tgz/index.js:2: var codes = ['ENETDOWN', 'ENETUNREACH', 'EADDRINFO', 'ENOTFOUND']; | |
? Haraka-2.7.2.tgz/tests/plugins/mail_from.is_resolvable.js:44: err.code='ENOTFOUND'; | |
? Haraka-2.7.2.tgz/tests/plugins/connect.fcrdns.js:60: err.code = 'ENOTFOUND'; | |
? Haraka-2.7.2.tgz/tests/plugins/connect.fcrdns.js:56: 'ENOTFOUND reject.no_rdns=1': function (test) { | |
? Haraka-2.7.2.tgz/tests/plugins/connect.fcrdns.js:49: err.code = 'ENOTFOUND'; | |
? Haraka-2.7.2.tgz/tests/plugins/connect.fcrdns.js:45: 'ENOTFOUND reject.no_rdns=0': function (test) { | |
? Haraka-2.7.2.tgz/spf.js:503: case 'ENOTFOUND': | |
? Haraka-2.7.2.tgz/spf.js:473: case 'ENOTFOUND': | |
? Haraka-2.7.2.tgz/spf.js:422: case 'ENOTFOUND': | |
? Haraka-2.7.2.tgz/spf.js:377: case 'ENOTFOUND': | |
? Haraka-2.7.2.tgz/spf.js:176: case 'ENOTFOUND': | |
? Haraka-2.7.2.tgz/plugins/mail_from.is_resolvable.js:143: case 'ENOTFOUND': | |
? Haraka-2.7.2.tgz/plugins/helo.checks.js:536: case 'queryAaaa ENOTFOUND': | |
? Haraka-2.7.2.tgz/plugins/helo.checks.js:509: e.code = 'ENOTFOUND'; | |
? Haraka-2.7.2.tgz/plugins/helo.checks.js:406: if (err.code === 'ENOTFOUND' || err.code === 'ENODATA') { | |
? Haraka-2.7.2.tgz/plugins/dns_list_base.js:56: if (err.code === 'ENOTFOUND') { // unlisted | |
? Haraka-2.7.2.tgz/plugins/data.uribl.js:287: if (err.code === 'ENOTFOUND') return next(); | |
? Haraka-2.7.2.tgz/plugins/connect.fcrdns.js:173: case 'ENOTFOUND': | |
? Haraka-2.7.2.tgz/plugins/connect.fcrdns.js:111: case 'queryAaaa ENOTFOUND': | |
? Haraka-2.7.2.tgz/outbound.js:890: if (err.code === dns.NXDOMAIN || err.code === 'ENOTFOUND') { | |
? Haraka-2.7.2.tgz/dkim.js:309: case 'ENOTFOUND': | |
? gitProvider-0.0.4.tgz/index.js:63: if (err.gitError === gitteh.error.GIT_ENOTFOUND) { |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment