Any idea how to fix this?
Oct 17 20:58:20 linux weewxd[31102]: DEBUG weewx.engine: Finished loading service user.forecast.WUForecast
Oct 17 20:58:20 linux weewxd[31102]: DEBUG weewx.engine: Loading service us>
Oct 17 20:58:21 linux weewxd[31102]: INFO user.gw1000: GatewayCollector thread has been terminated
Oct 17 20:58:21 linux weewxd[31102]: DEBUG user.MQTTSubscribe: (Service) MQTTSubscribe MQTT: Sending DISCONNECT
Oct 17 20:58:21 linux weewxd[31102]: INFO user.sdr: shutdown process rtl_433 -M utc -F json -R 40
Oct 17 20:58:21 linux weewxd[31102]: DEBUG user.sdr: close stdout
Oct 17 20:58:21 linux weewxd[31102]: INFO user.MQTTSubscribe: (Service) Disconnected with result code 0
Oct 17 20:58:21 linux weewxd[31102]: DEBUG user.sdr: close stderr
Oct 17 20:58:21 linux weewxd[31102]: Exception in thread stdout-thread:
Oct 17 20:58:21 linux weewxd[31102]: DEBUG user.sdr: shutdown stdout-thread
Oct 17 20:58:21 linux weewxd[31102]: Exception in thread stderr-thread:
Oct 17 20:58:21 linux weewxd[31102]: Traceback (most recent call last):
Oct 17 20:58:21 linux weewxd[31102]: Traceback (most recent call last):
Oct 17 20:58:21 linux weewxd[31102]: File "/usr/lib/python3.12/threading.py", line 1073, in _bootstrap_inner
Oct 17 20:58:21 linux weewxd[31102]: File "/usr/lib/python3.12/threading.py", line 1073, in _bootstrap_inner
Oct 17 20:58:21 linux weewxd[31102]: self.run()
Oct 17 20:58:21 linux weewxd[31102]: File "/etc/weewx/bin/user/sdr.py", line 226, in run
Oct 17 20:58:21 linux weewxd[31102]: self.run()
Oct 17 20:58:21 linux weewxd[31102]: File "/etc/weewx/bin/user/sdr.py", line 226, in run
Oct 17 20:58:21 linux weewxd[31102]: for line in iter(self._fd.readline, ''):
Oct 17 20:58:21 linux weewxd[31102]: ValueError: PyMemoryView_FromBuffer(): info->buf must not be NULL
Oct 17 20:58:21 linux weewxd[31102]: for line in iter(self._fd.readline, ''):
Oct 17 20:58:21 linux weewxd[31102]: ValueError: PyMemoryView_FromBuffer(): info->buf must not be NULL
Oct 17 20:58:21 linux weewxd[31102]: DEBUG user.sdr: shutdown stderr-thread
Oct 17 20:58:21 linux weewxd[31102]: INFO user.sdr: shutdown complete
Oct 17 20:58:21 linux weewxd[31102]: CRITICAL __main__: Caught unrecoverable exception:
Oct 17 20:58:21 linux weewxd[31102]: CRITICAL __main__: **** not enough values to unpack (expected 2, got 1)
Oct 17 20:58:21 linux weewxd[31102]: CRITICAL __main__: **** Traceback (most recent call last):
Oct 17 20:58:21 linux weewxd[31102]: CRITICAL __main__: **** File "/usr/share/weewx/weewxd.py", line 121, in main
Oct 17 20:58:21 linux weewxd[31102]: CRITICAL __main__: **** engine = weewx.engine.StdEngine(config_dict)
Oct 17 20:58:21 linux weewxd[31102]: CRITICAL __main__: **** ^^^^^^^^^^^^^^^^^