You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On Python 2.7 there's a problem in yowsup-library, that can lead to a crash on start, because of unicode decoding error. This needs more investigation, but can be worked around for now.
To fix the issue edit yowsup/structs/protocoltreenode.py and change line 63
from
On Python 2.7 there's a problem in yowsup-library, that can lead to a crash on start, because of unicode decoding error. This needs more investigation, but can be worked around for now.
To fix the issue edit yowsup/structs/protocoltreenode.py and change line 63
from
to