- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我的 meteor 目前正在我的本地主机上运行。
我添加了 meteor 电子邮件包meteor add email
在 server/server.js
我添加了(我的密码有很多特殊字符(@#$%^&),如果这有什么区别的话):
process.env.MAIL_URL="smtp://myusername%40gmail.com:mypassword@smtp.gmail.com:465/";
Email.send({
from: "meteor.email.2014@gmail.com",
to: "myusername@gmail.com",
subject: "Meteor Can Send Emails via Gmail",
text: "Its pretty easy to send emails via gmail."
});
W20140607-11:37:24.449(8)? (STDERR)
W20140607-11:37:24.452(8)? (STDERR) /home/wdi2p2/.meteor/tools/6f23056589/lib/node_modules/fibers/future.js:206
W20140607-11:37:24.453(8)? (STDERR) throw(ex);
W20140607-11:37:24.459(8)? (STDERR) ^
W20140607-11:37:24.466(8)? (STDERR) Error: getaddrinfo ENOTFOUND
W20140607-11:37:24.468(8)? (STDERR) at Object.Future.wait (/home/wdi2p2/.meteor/tools/6f23056589/lib/node_modules/fibers/future.js:326:15)
W20140607-11:37:24.469(8)? (STDERR) at smtpSend (packages/email/email.js:94)
W20140607-11:37:24.469(8)? (STDERR) at Object.Email.send (packages/email/email.js:155)
W20140607-11:37:24.470(8)? (STDERR) at app/server/server.js:3:7
W20140607-11:37:24.471(8)? (STDERR) at app/server/server.js:10:3
W20140607-11:37:24.474(8)? (STDERR) at /home/wdi2p2/Workspace/WDI/VLP/home-photo-pros/.meteor/local/build/programs/server/boot.js:155:10
W20140607-11:37:24.474(8)? (STDERR) at Array.forEach (native)
W20140607-11:37:24.475(8)? (STDERR) at Function._.each._.forEach (/home/wdi2p2/.meteor/tools/6f23056589/lib/node_modules/underscore/underscore.js:79:11)
W20140607-11:37:24.475(8)? (STDERR) at /home/wdi2p2/Workspace/WDI/VLP/home-photo-pros/.meteor/local/build/programs/server/boot.js:82:5
W20140607-11:37:24.476(8)? (STDERR) - - - - -
W20140607-11:37:24.477(8)? (STDERR) at errnoException (dns.js:37:11)
W20140607-11:37:24.477(8)? (STDERR) at Object.onanswer [as oncomplete] (dns.js:124:16)
=> Exited with code: 8
it('times out on invalid host', function (done) {
Sntp.time({ host: 'error', timeout: 10000 }, function (err, time) {
expect(err).to.exist;
expect(time).to.not.exist;
expect(err.message).to.equal('getaddrinfo ENOTFOUND');
done();
});
});
最佳答案
getaddrinfo ENOTFOUND
通常是 DNS 错误(地址未找到)
可能是您的密码混淆了域的含义。
您的密码中是否有 @
?尝试对其进行 URL 编码(仅限密码)。
关于 meteor 电子邮件不起作用 - 错误 : getaddrinfo ENOTFOUND,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24093421/
对于我来说,Bower 安装对于多个软件包似乎一直失败。我尝试删除以下(可嵌套的)包提及,然后对其他人失败。 我试过设置 git 设置 - git config --global url."https
我刚刚安装了 heroku,我正在使用 powershell 登录,但我不断收到此消息: enotfound: getaddrinfoo enotfound api.heroku.com api.he
我的步骤如下: 下载heroku-osx.pkg,并安装它。 $ heroku login 使用我的账号和密码 克隆了 ruby-getting-started:$ git clone https
有没有人遇到这个错误: ENOTFOUND: getaddrinfo ENOTFOUND rendezvous.runtime.heroku.com rendezvous.runtime.heroku
我是新手,正在学习使用 API。我在使用 axios 时收到 POST 请求错误。 在docs我想交互的 API,他们给出了 curl 示例。 curl -X POST https://ssuploa
我已经初始化了一个 nuxt 项目,当我尝试使用 npm run dev 或 yarn dev 命令运行它时,它返回了这个错误: build [================== ] 91
我正在尝试安装https://github.com/catarse/catarse VPS 上的脚本(在我的本地计算机上工作正常),当我输入命令 bower install 时出现错误: bower
使用Node.js尝试获取以下网页的html内容时: eternagame.wikia.com/wiki/EteRNA_Dictionary 我收到以下错误: events.js:72 thr
我的 meteor 目前正在我的本地主机上运行。 我添加了 meteor 电子邮件包 meteor add email 在 server/server.js 我添加了(我的密码有很多特殊字符(@#$%
我有请求功能并尝试集成 Firebase 的宽度云功能。 var http = require("https"); function addUserToMailchimpList(email)
我收到此错误: getaddrinfo ENOTFOUND localhost Error: getaddrinfo ENOTFOUND localhost at errnoException
什么会导致下面屏幕截图中出现的错误? 最佳答案 在/etc/hosts 中添加 127.0.0.1 localhost 解决了问题 谢谢 关于android - 错误 : getaddrinfo EN
我安装了 bower npm install -g Bower bower --version 1.3.9 bower 搜索 jquery bower ENOTFOUND 请求 https://bow
我有一个与服务器通信的 bluemix Node js 应用程序。我有测试和生产环境。在开发环境中,我们与测试服务器通信,我收到一个 Node js 错误。 当我将服务器 URL 更改为生产服务器时,
我一直在我的日志中得到这个: problem with request: getaddrinfo ENOTFOUND api.paypal.com api.paypal.com:443 { [Erro
我是 firebird 数据库的新手。 我已经创建了一个数据库“a”和一个表“STUDENT”。 我正在尝试使用这个 npm 包连接到数据库 https://www.npmjs.com/package
我有一个简单的 Node.js 机器人,它每秒向 rest API 发出一个 HTTP 请求。 如果返回的数据是正确的,那么我将构建一个 URL,并在其中进行 HTTP POST。 一切正常,但在运行
我有一个链接列表,在处理一些数据之前我需要检查这些链接。使用 http.get 检查 header 返回错误: events.js:72 throw er; // Unhandle
我正在尝试执行 API.AI 教程来为 Google Assistant 构建天气机器人(这里的那个:https://dialogflow.com/docs/getting-started/basic
我在 cli Node 脚本中使用 axios。我注意到有时在控制台内会记录此错误: Error: getaddrinfo ENOTFOUND www.foobar.com at GetAdd
我是一名优秀的程序员,十分优秀!