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
The today refactor of the Weather Integration break the configured OpenWeather language setting.
Steps to Reproduce (for bugs)
[First Step]
[Second Step]
[and so on...]
Expected behavior
I'd expected the Dutch descriptions as configured in settings and stored in the database.
Actual behavior
All weather desciptions are in English.
Screenshots
[If applicable, add screenshots to help explain your problem]
Environment
Version Information (build date)
Provide the following line from your system:
$ ./birdnet-go
[Paste the output line here, which should look like this:]
BirdNET-Go build date: YYYY-MM-DDTHH:MM:SSZ, using config file: /path/to/config.yaml
System Information
Device:
Raspberry Pi (specify model, e.g., Raspberry Pi 4 Model B)
Other SBC (please specify)
PC/Server (please specify)
OS: [e.g. Raspberry Pi OS, Ubuntu, Debian]
OS Version: [e.g. Raspberry Pi OS Bullseye, Ubuntu 20.04.2 LTS]
Language setting is not ignored only when displaying earlier stored weather descriptions.
The refactored code also ignores during the databse storage of the latest weather info.
Issue Type
Description
The today refactor of the Weather Integration break the configured OpenWeather language setting.
Steps to Reproduce (for bugs)
Expected behavior
I'd expected the Dutch descriptions as configured in settings and stored in the database.
Actual behavior
All weather desciptions are in English.
Screenshots
[If applicable, add screenshots to help explain your problem]
Environment
Version Information (build date)
Provide the following line from your system:
System Information
For Non-Raspberry Pi Linux Users
Have you tested with the latest dev branch container image?
If not, first test with the latest dev branch container image and see if the issue is already fixed.
Additional context
Cause is the (hard)coded weather desription being deducted from the weather icon.
Possible Solution
Take the desciption as stored in the database Iinstead of deriving it hardcoded from the icon.
The text was updated successfully, but these errors were encountered: