Hi All, If anyone is having this issue on 0.2.6, just edit the file Code: /opt/waxmppplugin/bin/wazapp/walogin.py And substitute Code: Utilities.debug("Account type: "+kind) by Code: Utilities.debug("Account type: "+str(kind)) Running 0.2.6 nicely now. Thanks tgalal !!
/opt/waxmppplugin/bin/wazapp/walogin.py
Utilities.debug("Account type: "+kind)
Utilities.debug("Account type: "+str(kind))