mirror of
https://github.com/xcat2/confluent.git
synced 2026-08-29 01:56:46 +00:00
e6f6b2330f
lxml refuses a str carrying an encoding declaration, and the SMM declares one when it answers /data/login, so _webconfigcreds has raised ValueError on the first thing it does after logging in ever since the switch to lxml. stdlib ElementTree took the same input, which is why it went unnoticed. fromstring already means to take either shape, so encode there. Confirmed against a DW612S.