You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In addition to adjusting the docs, which I will do, I wonder about error handling in general. It is misleading to output a power value of 0, which could be a real value, instead an error should be raised. How can an error be raised in this case for this template? I checked some others but could not see a mechanism.
The API HTTP response is 200, perhaps an error would be raised if it wasn't?
Otherwise, a check should be done for success and an error raised if it is not true.
It is misleading to output a power value of 0, which could be a real value, instead an error should be raised. How can an error be raised in this case for this template? I checked some others but could not see a mechanism.
That's a good point. One approach could be for the templates to extract data using JQ and- if data not available return something else ("error" string) that will trigger an upstream parsing error that is then returned.
Token without quotes is interpreted as a number and encoded as float
Wondering where that does wrong. Anyway, using quotes to make this disambiguous in yaml is generally best practice and should not be required to be documented per template.
Describe the bug
pv value is always 0
Reason:
Solution:
ToDo:
Steps to reproduce
Configuration details
See above
Log details
What type of operating system are you running?
Linux
Nightly build
Version
No response
The text was updated successfully, but these errors were encountered: