奇怪的配置文件错误

时间:2015-11-17 13:56:02

标签: node.js amazon-web-services amazon-sns

我正在开发一个需要AWS(亚马逊网络服务)推送通知服务的应用程序。

我在节点服务器上运行它,当我运行curl http请求时出现此错误:

Registering user with deviceId: nodeserver
{ [Error: Missing credentials in config]
  message: 'Missing credentials in config',
  code: 'SigningError',
  time: Tue Nov 17 2015 13:52:20 GMT+0000 (GMT),
  originalError: 
   { message: 'Could not load credentials from any providers',
     code: 'CredentialsError',
     time: Tue Nov 17 2015 13:52:20 GMT+0000 (GMT),
     originalError: 
      { message: 'Connection timed out after 1000ms',
        code: 'TimeoutError',
        time: Tue Nov 17 2015 13:52:20 GMT+0000 (GMT) } } }

有人知道这个错误是什么,或者之前是否有人遇到过这种类型的错误并且知道如何修复它?

0 个答案:

没有答案