Using the latest version of CircuitPython (10.0.3) and the latest version of the code.py from the main branch, I'm seeing an error "AttributeError: 'MoonData' object has no attribute 'end_utc_seconds' attributed to this line of code:
https://github.com/adafruit/Adafruit_Learning_System_Guides/blob/main/Matrix_Portal/Matrix_Portal_Moon_Clock/code.py#L335
Fetching from the weatherapi via a browser (https://api.met.no/weatherapi/sunrise/3.0/moon...) shows a successful response. Perhaps the structure of the data has changed recently?
This error started happening this morning for me.
Using the latest version of CircuitPython (10.0.3) and the latest version of the code.py from the main branch, I'm seeing an error "AttributeError: 'MoonData' object has no attribute 'end_utc_seconds' attributed to this line of code:
https://github.com/adafruit/Adafruit_Learning_System_Guides/blob/main/Matrix_Portal/Matrix_Portal_Moon_Clock/code.py#L335
Fetching from the weatherapi via a browser (https://api.met.no/weatherapi/sunrise/3.0/moon...) shows a successful response. Perhaps the structure of the data has changed recently?
This error started happening this morning for me.