Just upgraded my HTPC from Mint 21 to Mint 22 (which includes a shift from Pulseaudio to Pipewire and an Ubuntu 22.04 jammy to Ubuntu 24.04 noble) and post upgrade Kodi crashes on start, and produces ...
In Python 3 encodestring docs says: def encodestring(s): """Legacy alias of encodebytes().""" import warnings warnings.warn("encodestring() is a deprecated alias, use encodebytes()", ...