ValueError: Ein String -Literal kann keine NUL (0x00) -Sports enthalten.

s.decode("utf-8", errors="replace").replace("\x00", "\uFFFD")
Bad Bear