Forecast Solar Error since 2 days

Good morning,

Since yesterday my forecast query (Node Red Victron) no longer returns any values but only an error.

The new installation of the subflow etc. was also unsuccessful.

Debug:

The function brings a warning with a number:

21.3.2024, 07:26:56node: Set error statusfunction : (warn)
1711002417369
21.3.2024, 07:26:56node: Scheunefunction : (error)
"TypeError: Cannot convert undefined or null to object"

I Use the subflow what is in here in node red Forum

@jojogommez Welcome to the forum

When asking for help it is a good idea to to be informative. No one but you know

  1. what device and OS are you running Node-RED on?
  2. what version of Node-RED and node.js are you running (you can get this from the NR startup log)
  3. what subflow are you talking about? (provide a link to the subflow)

In order to make code readable and usable it is necessary to surround your code with three backticks (also known as a left quote or backquote ```)

``` 
   code goes here 
```

You can edit and correct your post by clicking the pencil :pencil2: icon.

See this post for more details - How to share code or flow json