简体   繁体   English

FIWARE- Quantumleap | 获取历史数据时出错 (422)

[英]FIWARE- Quantumleap | Error getting Historical Data (422)

I am trying to use echart widget for wirecloud display.我正在尝试使用 echart 小部件进行线云显示。 The logic of the wiring is: quantumleapsource -->quantumleap 2 echart --> echart.接线逻辑为:quantumleapsource -->quantumleap 2 echart --> echart。

I keeping the two errors below:我保留以下两个错误:

1. Error getting Historical Data (422): {"description":"The parameter value '1637496000000' for parameter **fromDate** or **toDate** is not valid.","error":"<class 'exceptions.exceptions.InvalidParameterValue'>"}

2. Error creating subscription in the context broker server: Connection Error

I have tried different date formats like: 2021-11-21T12:00:00Z, 2021-11-21T16:00:44.600+00:00, 2021-11-16T16:00:44.600.我尝试过不同的日期格式,例如:2021-11-21T12:00:00Z、2021-11-21T16:00:44.600+00:00、2021-11-16T16:00:44.600。 But the error persists.但错误仍然存在。 What could be wrong?有什么问题吗? Or How can use echart in wirecloud?或者如何在wirecloud中使用echart?

The issue with the historical data(422) has already been dealt with in https://github.com/Ficodes/quantumleap-source-operator/pull/19 The subscription error is solved by ensuring the context broker and NGSI proxy is up and running.历史数据(422)的问题已经在https://github.com/Ficodes/quantumleap-source-operator/pull/19中得到解决订阅错误通过确保上下文代理和 NGSI 代理已启动来解决跑步。 Also key in the correct IP addresses.还要键入正确的 IP 地址。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM