一些提示,以調查發生了什麼:
- 您應該使用Python2.7來運行這些腳本。您能否讓我知道您使用的是哪個版本和操作系統?
- 上週我們更新了FIGWAY。如果你之前做過,你能否再次克隆它?
- 你應該使用新的腳本在文件夾:/蟒蛇-IDAS4/ContextBroker
與以前的假設,你應該得到這樣的事情(只要該實體不上ContextBroker當時存在正在):
[email protected] ~/github/fiware-figway/python-IDAS4/ContextBroker $ python GetEntity.py Room
* Asking to http://130.206.80.40:1026/ngsi10/queryContext
* Headers: {'Fiware-Service': 'OpenIoT', 'content-type': 'application/json', 'accept': 'application/json', 'X-Auth-Token': 'NULL'}
* Sending PAYLOAD:
{
"entities": [
{
"type": "",
"id": "Room",
"isPattern": "false"
}
],
"attributes": []
}
...
* Status Code: 200
* Response:
{
"errorCode" : {
"code" : "404",
"reasonPhrase" : "No context element found"
}
}
你有配置文件的所有必填字段正確填寫?它位於python-IDAS4文件夾中。 – LeandroGuillen