Python 3.9 removed the function encodestring from base64 module which makes the plugin fail to start in my system. I have a local fix by using the equivalent function encodebytes, which was introduced in 3.0 but I don't know if this would break supported installations. I can open a PR with the fix if desired.
Python 3.9 removed the function
encodestringfrom base64 module which makes the plugin fail to start in my system. I have a local fix by using the equivalent functionencodebytes, which was introduced in 3.0 but I don't know if this would break supported installations. I can open a PR with the fix if desired.