Replies: 1 comment
-
|
This looks like a duplicate of #194. Reopen if not or continue the discussion in the issue. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I upgraded my raspberry pi 4 to bookworm, and since then I am facing a recurrent error in wsdd:
2024-08-17T16:40:09.169623+02:00 wsdd[1082]: ERROR: Exception in callback NetlinkAddressMonitor.handle_request()
2024-08-17T16:40:09.170284+02:00 wsdd[1082]: handle: <Handle NetlinkAddressMonitor.handle_request()>
2024-08-17T16:40:09.170699+02:00 wsdd[1082]: Traceback (most recent call last):
2024-08-17T16:40:09.170888+02:00 wsdd[1082]: File "/usr/lib/python3.11/asyncio/events.py", line 80, in _run
2024-08-17T16:40:09.170986+02:00 wsdd[1082]: File "/usr/sbin/wsdd", line 1400, in handle_request
2024-08-17T16:40:09.171057+02:00 wsdd[1082]: File "/usr/sbin/wsdd", line 1165, in handle_new_address
2024-08-17T16:40:09.171113+02:00 wsdd[1082]: File "/usr/sbin/wsdd", line 753, in init
2024-08-17T16:40:09.171170+02:00 wsdd[1082]: File "/usr/sbin/wsdd", line 777, in send_hello
2024-08-17T16:40:09.171231+02:00 wsdd[1082]: File "/usr/sbin/wsdd", line 311, in build_message
2024-08-17T16:40:09.171294+02:00 wsdd[1082]: File "/usr/sbin/wsdd", line 427, in xml_to_buffer
2024-08-17T16:40:09.171354+02:00 wsdd[1082]: File "/usr/lib/python3.11/xml/etree/ElementTree.py", line 1098, in tostring
2024-08-17T16:40:09.171409+02:00 wsdd[1082]: File "/usr/lib/python3.11/xml/etree/ElementTree.py", line 731, in write
2024-08-17T16:40:09.171471+02:00 wsdd[1082]: File "/usr/lib/python3.11/contextlib.py", line 137, in enter
2024-08-17T16:40:09.172046+02:00 wsdd[1082]: File "/usr/lib/python3.11/xml/etree/ElementTree.py", line 794, in _get_writer
2024-08-17T16:40:09.172396+02:00 wsdd[1082]: LookupError: unknown encoding: utf-8
I run the version below:
wsdd:
Installed: 2:0.7.0-2.1
Candidate: 2:0.7.0-2.1
Version table:
*** 2:0.7.0-2.1 500
500 http://deb.debian.org/debian bookworm/main arm64 Packages
500 http://deb.debian.org/debian bookworm/main armhf Packages
100 /var/lib/dpkg/status
and the service runs normally, apart from showing this error:
● wsdd.service - Web Services Dynamic Discovery host daemon
Loaded: loaded (/lib/systemd/system/wsdd.service; enabled; preset: enabled)
Drop-In: /etc/systemd/system/wsdd.service.d
└─openmediavault.conf
Active: active (running) since Sat 2024-08-10 22:19:36 CEST; 17h ago
Docs: man:wsdd(8)
Main PID: 1070 (python3)
Tasks: 1 (limit: 8754)
CPU: 1.146s
CGroup: /system.slice/wsdd.service
└─1070 python3 /usr/sbin/wsdd --shortlog --chroot=/run/wsdd --workgroup=MYWORKGROUP
I tried to find out if the error lies in a configuration file with some extrange character, but I cannot find where the error can be.
Do you have any hint where I can look at? Thanks in advance for any help provided.
Beta Was this translation helpful? Give feedback.
All reactions