I’m sure it’s a bug either in the new get_forecast_extra service or in Node-Red.
I’m using a Node-Red service call to extract the detailed_description forecasts.
The output message of the call service node the payload object is misspelled “paylooad”.
I fixed this in my flow with a change node to change “paylooad” to “payload” and it works fine. But that really should be corrected.