Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🐛 [BirdNET-Pi] BirdNET-Analyzer stopped #1706

Closed
UlrichThiess opened this issue Jan 8, 2025 · 11 comments
Closed

🐛 [BirdNET-Pi] BirdNET-Analyzer stopped #1706

UlrichThiess opened this issue Jan 8, 2025 · 11 comments
Labels
bug Something isn't working

Comments

@UlrichThiess
Copy link

Description

I receive many mails with BirdNET-Analyzer stopped
I've updated to the latest version.
I receive to many files in queue.

Reproduction steps

Nothing changed on the configuration since month. :-)

Addon Logs

INFO:server:12.0;15.0-('Human_Human', 0.0)
[server][INFO] 12.0;15.0-('Human_Human', 0.0)
Wed Jan  8 21:57:40 CET 2025 INFO: 33 wav files waiting in /home/pi/BirdSongs/StreamData, birdnet_recording state is active, birdnet_analysis state is active
Wed Jan  8 21:57:40 CET 2025 WARNING: Too many files in queue, restarting birdnet_analysis
INFO:birdnet_analysis:Caught shutdown signal 15
[birdnet_analysis][INFO] Caught shutdown signal 15
INFO:birdnet_analysis:Caught shutdown signal 15
[birdnet_analysis][INFO] Caught shutdown signal 15
INFO:birdnet_analysis:handle_reporting_queue done
[birdnet_analysis][INFO] handle_reporting_queue done
INFO:utils.birdnet_to_mqtt:Connected to MQTT Broker!
INFO:server:LOADING TF LITE MODEL...
[server][INFO] LOADING TF LITE MODEL...
INFO: Created TensorFlow Lite XNNPACK delegate for CPU.
INFO:server:LOADING DONE!
[server][INFO] LOADING DONE!
INFO:birdnet_analysis:backlog is 33
[birdnet_analysis][INFO] backlog is 33
INFO:birdnet_analysis:Analyzing /home/pi/BirdSongs/StreamData/2025-01-08-birdnet-RTSP_1-10:42:11.wav
[birdnet_analysis][INFO] Analyzing /home/pi/BirdSongs/StreamData/2025-01-08-birdnet-RTSP_1-10:42:11.wav
INFO:server:READING AUDIO DATA...
[server][INFO] READING AUDIO DATA...
INFO:server:READING DONE! READ 5 CHUNKS.
[server][INFO] READING DONE! READ 5 CHUNKS.
INFO:server:ANALYZING AUDIO...
[server][INFO] ANALYZING AUDIO...
INFO:server:loaded META model
[server][INFO] loaded META model
INFO:server:DONE! Time 0.64 SECONDS
[server][INFO] DONE! Time 0.64 SECONDS
INFO:server:0.0;3.0-('Turdus iliacus_Rotdrossel', 0.79408175)
[server][INFO] 0.0;3.0-('Turdus iliacus_Rotdrossel', 0.79408175)
INFO:server:3.0;6.0-('Turdus obscurus_Weißbrauendrossel', 0.15174718)
[server][INFO] 3.0;6.0-('Turdus obscurus_Weißbrauendrossel', 0.15174718)
INFO:server:6.0;9.0-('Anas platyrhynchos_Stockente', 0.13105863)
[server][INFO] 6.0;9.0-('Anas platyrhynchos_Stockente', 0.13105863)
INFO:server:9.0;12.0-('Anas platyrhynchos_Stockente', 0.09172718)
[server][INFO] 9.0;12.0-('Anas platyrhynchos_Stockente', 0.09172718)
INFO:server:12.0;15.0-('Setophaga coronata_Kronenwaldsänger', 0.1313593)
[server][INFO] 12.0;15.0-('Setophaga coronata_Kronenwaldsänger', 0.1313593)
INFO:birdnet_analysis:Analyzing /home/pi/BirdSongs/StreamData/2025-01-08-birdnet-RTSP_1-10:43:58.wav
[birdnet_analysis][INFO] Analyzing /home/pi/BirdSongs/StreamData/2025-01-08-birdnet-RTSP_1-10:43:58.wav
INFO:server:READING AUDIO DATA...
[server][INFO] READING AUDIO DATA...
WARNING:utils.reporting:Extraction exists. Moving on: /home/pi/BirdSongs/Extracted/By_Date/2025-01-08/Rotdrossel/Rotdrossel-79-2025-01-08-birdnet-RTSP_1-10:42:11.mp3
[utils.reporting][WARNING] Extraction exists. Moving on: /home/pi/BirdSongs/Extracted/By_Date/2025-01-08/Rotdrossel/Rotdrossel-79-2025-01-08-birdnet-RTSP_1-10:42:11.mp3
INFO:birdnet_analysis:2025-01-08;10:42:11;Turdus iliacus;Rotdrossel;0.7941;47.9379;7.6354;0.7;2;1.25;0.0;Rotdrossel-79-2025-01-08-birdnet-RTSP_1-10:42:11.mp3
[birdnet_analysis][INFO] 2025-01-08;10:42:11;Turdus iliacus;Rotdrossel;0.7941;47.9379;7.6354;0.7;2;1.25;0.0;Rotdrossel-79-2025-01-08-birdnet-RTSP_1-10:42:11.mp3
ERROR:birdnet_analysis:Unexpected error: 
Traceback (most recent call last):
  File "/usr/local/bin/birdnet_analysis.py", line 118, in handle_reporting_queue
    automatic_mqtt_publish(file, detection, os.path.basename(detection.file_name_extr))
  File "/home/pi/BirdNET-Pi/scripts/utils/birdnet_to_mqtt.py", line 54, in automatic_mqtt_publish
    bird['Date'] = file.date
                   ^^^^^^^^^
AttributeError: 'ParseFileName' object has no attribute 'date'
[birdnet_analysis][ERROR] Unexpected error: 
Traceback (most recent call last):
  File "/usr/local/bin/birdnet_analysis.py", line 118, in handle_reporting_queue
    automatic_mqtt_publish(file, detection, os.path.basename(detection.file_name_extr))
  File "/home/pi/BirdNET-Pi/scripts/utils/birdnet_to_mqtt.py", line 54, in automatic_mqtt_publish
    bird['Date'] = file.date
                   ^^^^^^^^^
AttributeError: 'ParseFileName' object has no attribute 'date'
INFO:server:READING DONE! READ 5 CHUNKS.
[server][INFO] READING DONE! READ 5 CHUNKS.
INFO:server:ANALYZING AUDIO...
[server][INFO] ANALYZING AUDIO...
INFO:server:DONE! Time 0.37 SECONDS
[server][INFO] DONE! Time 0.37 SECONDS
INFO:server:0.0;3.0-('Regulus ignicapilla_Sommergoldhähnchen', 0.1122326)
[server][INFO] 0.0;3.0-('Regulus ignicapilla_Sommergoldhähnchen', 0.1122326)
INFO:server:3.0;6.0-('Turdus iliacus_Rotdrossel', 0.82818925)
[server][INFO] 3.0;6.0-('Turdus iliacus_Rotdrossel', 0.82818925)
INFO:server:6.0;9.0-('Loxops mana_Mana-Akepakleidervogel', 0.06044651)
[server][INFO] 6.0;9.0-('Loxops mana_Mana-Akepakleidervogel', 0.06044651)
INFO:server:9.0;12.0-('Turdus iliacus_Rotdrossel', 0.37935227)
[server][INFO] 9.0;12.0-('Turdus iliacus_Rotdrossel', 0.37935227)
INFO:server:12.0;15.0-('Porzana porzana_Tüpfelsumpfhuhn', 0.095441885)
[server][INFO] 12.0;15.0-('Porzana porzana_Tüpfelsumpfhuhn', 0.095441885)
WARNING:utils.reporting:Extraction exists. Moving on: /home/pi/BirdSongs/Extracted/By_Date/2025-01-08/Rotdrossel/Rotdrossel-83-2025-01-08-birdnet-RTSP_1-10:44:01.mp3
[utils.reporting][WARNING] Extraction exists. Moving on: /home/pi/BirdSongs/Extracted/By_Date/2025-01-08/Rotdrossel/Rotdrossel-83-2025-01-08-birdnet-RTSP_1-10:44:01.mp3
INFO:birdnet_analysis:2025-01-08;10:44:01;Turdus iliacus;Rotdrossel;0.8282;47.9379;7.6354;0.7;2;1.25;0.0;Rotdrossel-83-2025-01-08-birdnet-RTSP_1-10:44:01.mp3
[birdnet_analysis][INFO] 2025-01-08;10:44:01;Turdus iliacus;Rotdrossel;0.8282;47.9379;7.6354;0.7;2;1.25;0.0;Rotdrossel-83-2025-01-08-birdnet-RTSP_1-10:44:01.mp3
INFO:birdnet_analysis:Analyzing /home/pi/BirdSongs/StreamData/2025-01-08-birdnet-RTSP_1-14:17:53.wav
[birdnet_analysis][INFO] Analyzing /home/pi/BirdSongs/StreamData/2025-01-08-birdnet-RTSP_1-14:17:53.wav
INFO:server:READING AUDIO DATA...
[server][INFO] READING AUDIO DATA...
ERROR:birdnet_analysis:Unexpected error: 
Traceback (most recent call last):
  File "/usr/local/bin/birdnet_analysis.py", line 118, in handle_reporting_queue
    automatic_mqtt_publish(file, detection, os.path.basename(detection.file_name_extr))
  File "/home/pi/BirdNET-Pi/scripts/utils/birdnet_to_mqtt.py", line 54, in automatic_mqtt_publish
    bird['Date'] = file.date
                   ^^^^^^^^^
AttributeError: 'ParseFileName' object has no attribute 'date'
[birdnet_analysis][ERROR] Unexpected error: 
Traceback (most recent call last):
  File "/usr/local/bin/birdnet_analysis.py", line 118, in handle_reporting_queue
    automatic_mqtt_publish(file, detection, os.path.basename(detection.file_name_extr))
  File "/home/pi/BirdNET-Pi/scripts/utils/birdnet_to_mqtt.py", line 54, in automatic_mqtt_publish
    bird['Date'] = file.date
                   ^^^^^^^^^
AttributeError: 'ParseFileName' object has no attribute 'date'
INFO:server:READING DONE! READ 4 CHUNKS.
[server][INFO] READING DONE! READ 4 CHUNKS.
INFO:server:ANALYZING AUDIO...
[server][INFO] ANALYZING AUDIO...
INFO:server:DONE! Time 0.31 SECONDS
[server][INFO] DONE! Time 0.31 SECONDS
INFO:server:0.0;3.0-('Loxops mana_Mana-Akepakleidervogel', 0.8727855)
[server][INFO] 0.0;3.0-('Loxops mana_Mana-Akepakleidervogel', 0.8727855)
WARNING:server:Excluded as below Species Occurrence Frequency Threshold: Loxops mana_Mana-Akepakleidervogel
[server][WARNING] Excluded as below Species Occurrence Frequency Threshold: Loxops mana_Mana-Akepakleidervogel
INFO:server:3.0;6.0-('Anas platyrhynchos_Stockente', 0.16148669)
[server][INFO] 3.0;6.0-('Anas platyrhynchos_Stockente', 0.16148669)
INFO:server:6.0;9.0-('Loxops mana_Mana-Akepakleidervogel', 0.50419486)
[server][INFO] 6.0;9.0-('Loxops mana_Mana-Akepakleidervogel', 0.50419486)
INFO:server:9.0;12.0-('Fringilla coelebs_Buchfink', 0.72500086)
[server][INFO] 9.0;12.0-('Fringilla coelebs_Buchfink', 0.72500086)
INFO:birdnet_analysis:Analyzing /home/pi/BirdSongs/StreamData/2025-01-08-birdnet-RTSP_1-15:49:53.wav
[birdnet_analysis][INFO] Analyzing /home/pi/BirdSongs/StreamData/2025-01-08-birdnet-RTSP_1-15:49:53.wav
INFO:server:READING AUDIO DATA...
[server][INFO] READING AUDIO DATA...
WARNING:utils.reporting:Extraction exists. Moving on: /home/pi/BirdSongs/Extracted/By_Date/2025-01-08/Buchfink/Buchfink-72-2025-01-08-birdnet-RTSP_1-14:18:02.mp3
[utils.reporting][WARNING] Extraction exists. Moving on: /home/pi/BirdSon

Architecture

amd64

OS

Virtual Machine

@UlrichThiess UlrichThiess added the bug Something isn't working label Jan 8, 2025
@alexbelgium
Copy link
Owner

Thanks! I'll solve that tomorrow. Do you do have a backup or should I revert the complete add-on?

@UlrichThiess
Copy link
Author

No problem. I can wait. I still have a lot of updates to do with clients.

@UlrichThiess
Copy link
Author

Version 2025.01-5

ERROR:birdnet_analysis:Unexpected error: 
Traceback (most recent call last):
  File "/usr/local/bin/birdnet_analysis.py", line 118, in handle_reporting_queue
    automatic_mqtt_publish(file, detection, os.path.basename(detection.file_name_extr))
  File "/home/pi/BirdNET-Pi/scripts/utils/birdnet_to_mqtt.py", line 55, in automatic_mqtt_publish
    bird['Time'] = file.time
                   ^^^^^^^^^
AttributeError: 'ParseFileName' object has no attribute 'time'
[birdnet_analysis][ERROR] Unexpected error: 
Traceback (most recent call last):
  File "/usr/local/bin/birdnet_analysis.py", line 118, in handle_reporting_queue
    automatic_mqtt_publish(file, detection, os.path.basename(detection.file_name_extr))
  File "/home/pi/BirdNET-Pi/scripts/utils/birdnet_to_mqtt.py", line 55, in automatic_mqtt_publish
    bird['Time'] = file.time
                   ^^^^^^^^^
AttributeError: 'ParseFileName' object has no attribute 'time'
ERROR:birdnet_analysis:Unexpected error: 
Traceback (most recent call last):
  File "/usr/local/bin/birdnet_analysis.py", line 122, in handle_reporting_queue
    os.remove(file.file_name)
FileNotFoundError: [Errno 2] No such file or directory: '/home/pi/BirdSongs/StreamData/2025-01-09-birdnet-RTSP_2-08:23:28.wav'
[birdnet_analysis][ERROR] Unexpected error: 
Traceback (most recent call last):
  File "/usr/local/bin/birdnet_analysis.py", line 122, in handle_reporting_queue
    os.remove(file.file_name)
FileNotFoundError: [Errno 2] No such file or directory: '/home/pi/BirdSongs/StreamData/2025-01-09-birdnet-RTSP_2-08:23:28.wav'

@alexbelgium
Copy link
Owner

Thanks well at least the issue is fixed with date :) I'll push a v6 with the same modification for time. Guess there was an upstream change

@alexbelgium
Copy link
Owner

Mmh this will likely not work in v6. If not I've already the solution :)

@UlrichThiess
Copy link
Author

2025.01-6

ERROR:birdnet_analysis:Unexpected error: 
Traceback (most recent call last):
  File "/usr/local/bin/birdnet_analysis.py", line 118, in handle_reporting_queue
    automatic_mqtt_publish(file, detection, os.path.basename(detection.file_name_extr))
  File "/home/pi/BirdNET-Pi/scripts/utils/birdnet_to_mqtt.py", line 55, in automatic_mqtt_publish
    bird['Time'] = file.start_time
                   ^^^^^^^^^^^^^^^
AttributeError: 'ParseFileName' object has no attribute 'start_time'
[birdnet_analysis][ERROR] Unexpected error: 
Traceback (most recent call last):
  File "/usr/local/bin/birdnet_analysis.py", line 118, in handle_reporting_queue
    automatic_mqtt_publish(file, detection, os.path.basename(detection.file_name_extr))
  File "/home/pi/BirdNET-Pi/scripts/utils/birdnet_to_mqtt.py", line 55, in automatic_mqtt_publish
    bird['Time'] = file.start_time
                   ^^^^^^^^^^^^^^^
AttributeError: 'ParseFileName' object has no attribute 'start_time'
/home/pi/BirdNET-Pi/scripts/server.py:181: UserWarning: PySoundFile failed. Trying audioread instead.
  sig, rate = librosa.load(path, sr=sample_rate, mono=True, res_type='kaiser_fast')
/home/pi/BirdNET-Pi/birdnet/lib/python3.11/site-packages/librosa/core/audio.py:184: FutureWarning: librosa.core.audio.__audioread_load
	Deprecated as of librosa version 0.10.0.
	It will be removed in librosa version 1.0.
  y, sr_native = __audioread_load(path, offset, duration, dtype)
ERROR:birdnet_analysis:Unexpected error: 
Traceback (most recent call last):
  File "/home/pi/BirdNET-Pi/birdnet/lib/python3.11/site-packages/librosa/core/audio.py", line 176, in load
    y, sr_native = __soundfile_load(path, offset, duration, dtype)
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/pi/BirdNET-Pi/birdnet/lib/python3.11/site-packages/librosa/core/audio.py", line 209, in __soundfile_load
    context = sf.SoundFile(path)
              ^^^^^^^^^^^^^^^^^^
  File "/home/pi/BirdNET-Pi/birdnet/lib/python3.11/site-packages/soundfile.py", line 690, in __init__
    self._file = self._open(file, mode_int, closefd)
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/pi/BirdNET-Pi/birdnet/lib/python3.11/site-packages/soundfile.py", line 1265, in _open
    raise LibsndfileError(err, prefix="Error opening {0!r}: ".format(self.name))
soundfile.LibsndfileError: Error opening '/home/pi/BirdSongs/StreamData/2025-01-09-birdnet-RTSP_2-10:38:00.wav': System error.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
  File "/usr/local/bin/birdnet_analysis.py", line 92, in process_file
    detections = run_analysis(file)
                 ^^^^^^^^^^^^^^^^^^
  File "/home/pi/BirdNET-Pi/scripts/server.py", line 321, in run_analysis
    audio_data = readAudioData(file.file_name, conf.getfloat('OVERLAP'))
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/pi/BirdNET-Pi/scripts/server.py", line 181, in readAudioData
    sig, rate = librosa.load(path, sr=sample_rate, mono=True, res_type='kaiser_fast')
                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/pi/BirdNET-Pi/birdnet/lib/python3.11/site-packages/librosa/core/audio.py", line 184, in load
    y, sr_native = __audioread_load(path, offset, duration, dtype)
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/pi/BirdNET-Pi/birdnet/lib/python3.11/site-packages/decorator.py", line 232, in fun
    return caller(func, *(extras + args), **kw)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/pi/BirdNET-Pi/birdnet/lib/python3.11/site-packages/librosa/util/decorators.py", line 59, in __wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
  File "/home/pi/BirdNET-Pi/birdnet/lib/python3.11/site-packages/librosa/core/audio.py", line 240, in __audioread_load
    reader = audioread.audio_open(path)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/pi/BirdNET-Pi/birdnet/lib/python3.11/site-packages/audioread/__init__.py", line 127, in audio_open
    return BackendClass(path)
           ^^^^^^^^^^^^^^^^^^
  File "/home/pi/BirdNET-Pi/birdnet/lib/python3.11/site-packages/audioread/rawread.py", line 59, in __init__
    self._fh = open(filename, 'rb')
               ^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/home/pi/BirdSongs/StreamData/2025-01-09-birdnet-RTSP_2-10:38:00.wav'
[birdnet_analysis][ERROR] Unexpected error: 
Traceback (most recent call last):
  File "/home/pi/BirdNET-Pi/birdnet/lib/python3.11/site-packages/librosa/core/audio.py", line 176, in load
    y, sr_native = __soundfile_load(path, offset, duration, dtype)
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/pi/BirdNET-Pi/birdnet/lib/python3.11/site-packages/librosa/core/audio.py", line 209, in __soundfile_load
    context = sf.SoundFile(path)
              ^^^^^^^^^^^^^^^^^^
  File "/home/pi/BirdNET-Pi/birdnet/lib/python3.11/site-packages/soundfile.py", line 690, in __init__
    self._file = self._open(file, mode_int, closefd)
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/pi/BirdNET-Pi/birdnet/lib/python3.11/site-packages/soundfile.py", line 1265, in _open
    raise LibsndfileError(err, prefix="Error opening {0!r}: ".format(self.name))
soundfile.LibsndfileError: Error opening '/home/pi/BirdSongs/StreamData/2025-01-09-birdnet-RTSP_2-10:38:00.wav': System error.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
  File "/usr/local/bin/birdnet_analysis.py", line 92, in process_file
    detections = run_analysis(file)
                 ^^^^^^^^^^^^^^^^^^
  File "/home/pi/BirdNET-Pi/scripts/server.py", line 321, in run_analysis
    audio_data = readAudioData(file.file_name, conf.getfloat('OVERLAP'))
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/pi/BirdNET-Pi/scripts/server.py", line 181, in readAudioData
    sig, rate = librosa.load(path, sr=sample_rate, mono=True, res_type='kaiser_fast')
                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/pi/BirdNET-Pi/birdnet/lib/python3.11/site-packages/librosa/core/audio.py", line 184, in load
    y, sr_native = __audioread_load(path, offset, duration, dtype)
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/pi/BirdNET-Pi/birdnet/lib/python3.11/site-packages/decorator.py", line 232, in fun
    return caller(func, *(extras + args), **kw)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/pi/BirdNET-Pi/birdnet/lib/python3.11/site-packages/librosa/util/decorators.py", line 59, in __wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
  File "/home/pi/BirdNET-Pi/birdnet/lib/python3.11/site-packages/librosa/core/audio.py", line 240, in __audioread_load
    reader = audioread.audio_open(path)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/pi/BirdNET-Pi/birdnet/lib/python3.11/site-packages/audioread/__init__.py", line 127, in audio_open
    return BackendClass(path)
           ^^^^^^^^^^^^^^^^^^
  File "/home/pi/BirdNET-Pi/birdnet/lib/python3.11/site-packages/audioread/rawread.py", line 59, in __init__
    self._fh = open(filename, 'rb')
               ^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/home/pi/BirdSongs/StreamData/2025-01-09-birdnet-RTSP_2-10:38:00.wav'

alexbelgium added a commit that referenced this issue Jan 9, 2025
@alexbelgium
Copy link
Owner

Ok, thanks. So it's link to this PR upstream : Nachtzuster/BirdNET-Pi@3bc2c63

I've tried in v7 to use detection instead of file for time and date ; should now be aligned with the new code

@UlrichThiess
Copy link
Author

Thanks.
I'll try...

@alexbelgium
Copy link
Owner

Sorry about that :) I don't have a working system on and won't be able set it up before the weekend

@UlrichThiess
Copy link
Author

Everything is working again. There are no more error messages.

Can I actually limit the LOG output to WARNINGS/ERRORS?

@alexbelgium
Copy link
Owner

Mmh I wonder if birdnet pi actually embeds log levels. I would have to check

Thanks for your patience!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants