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
File "/home/jp/BirdNET-Pi/birdnet/lib/python3.11/site-packages/streamlit/runtime/scriptrunner/script_runner.py", line 535, in _run_script
exec(code, module.dict)
File "/home/jp/BirdNET-Pi/scripts/plotly_streamlit.py", line 405, in
daysback_range, sunrise_list, sunrise_text_list = sunrise_sunset_scatter(day_hour_freq.index.tolist())
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/jp/BirdNET-Pi/scripts/plotly_streamlit.py", line 193, in sunrise_sunset_scatter
sun_rise = sun.get_local_sunrise_time(current_date)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The text was updated successfully, but these errors were encountered:
Describe the bug
On the Species Stats page, when changing the Resample resolution to "DAILY", an error is given.
To Reproduce
Steps to reproduce the behavior:
Your build
RPi 5, Wifi, usbMic, Timezone Amsterdam, latest update
error
TypeError: Sun.get_local_sunrise_time() missing 1 required positional argument: 'time_zone'Traceback:
File "/home/jp/BirdNET-Pi/birdnet/lib/python3.11/site-packages/streamlit/runtime/scriptrunner/script_runner.py", line 535, in _run_script
exec(code, module.dict)
File "/home/jp/BirdNET-Pi/scripts/plotly_streamlit.py", line 405, in
daysback_range, sunrise_list, sunrise_text_list = sunrise_sunset_scatter(day_hour_freq.index.tolist())
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/jp/BirdNET-Pi/scripts/plotly_streamlit.py", line 193, in sunrise_sunset_scatter
sun_rise = sun.get_local_sunrise_time(current_date)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The text was updated successfully, but these errors were encountered: