是"代码":" not_found","消息":" ..." Python请求独有的?

时间:2015-08-07 05:16:50

标签: node.js amazon-ec2 http-status-code-404 python-requests

我试图跟踪404错误消息的来源,如下所示:

{
  "code": "not_found",
  "error": true,
  "message": "Cannot find web property with name [the name of the AWS EC2 host]"
}

This appears to be由Python的Requests库生成的格式。

但是,我们的应用程序没有Python(它的NodeJS),所以我很困惑。但是,它部署在我们直接控制之外的服务器上,所以谁知道呢? (我们无法在硬件上重现错误。)

那么,这个错误肯定源于一些Python应用程序吗?

奖励积分:任何想法"找不到网络资产"手段?这听起来像谷歌分析术语。

修改

完整的回复标题:

Accept-Ranges:bytes
Access-Control-Allow-Origin:*
Age:113430
Cache-Control:public,max-age=315360000
Connection:close
content-encoding:gzip
Content-Length:141
content-type:application/json; charset=utf-8
Date:Sat, 08 Aug 2015 11:13:28 GMT
Expires:Thu, 31 Dec 2037 23:55:55 GMT
Server:nginx
Vary:Accept-Encoding
Via:1.1 varnish
x-error-code:not_found
x-error-message:Cannot find web property with name ec2-54-66-245-125.ap-southeast-2.compute.amazonaws.com
X-Powered-By:Express
x-socrata-region:production
X-Varnish:1908749315 1908744066

0 个答案:

没有答案