We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Thank you for creating weechat! I’d love to use a single chat client for all messages, including WhatsApp. It worked for me some time ago, but i’m now encountering issues. It seems others are experiencing the same problem, as mentioned here: https://stackoverflow.com/questions/71370880/unable-to-start-weechat-with-whastapp-script
1. pip install yowsup 2. curl -o ~/.local/share/weechat/python/whatsapp.py https://raw.githubusercontent.com/weechat/scripts/main/python/whatsapp.py 3. /script load whatsapp.py in weechat
pip install yowsup
curl -o ~/.local/share/weechat/python/whatsapp.py https://raw.githubusercontent.com/weechat/scripts/main/python/whatsapp.py
/script load whatsapp.py
weechat is unable to find the YowInterfaceLayer (or any other yowsup imports)
YowInterfaceLayer
21:36:50 weechat │ python: stdout/stderr (?): File "/home/q4pa/.local/share/weechat/python/autoload/whatsapp.py", line 397, in <module> 21:36:50 weechat │ python: stdout/stderr (?): class Server(YowInterfaceLayer): 21:36:50 weechat │ python: stdout/stderr (?): ^^^^^^^^^^^^^^^^^ 21:36:50 weechat │ python: stdout/stderr (?): NameError: name 'YowInterfaceLayer' is not defined
To now throw the 'YowInterfaceLayer' is not defined error
'YowInterfaceLayer' is not defined
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Script / WeeChat
Bug summary
Thank you for creating weechat! I’d love to use a single chat client for all messages, including WhatsApp. It worked for me some time ago, but i’m now encountering issues. It seems others are experiencing the same problem, as mentioned here: https://stackoverflow.com/questions/71370880/unable-to-start-weechat-with-whastapp-script
Steps to reproduce
1.
pip install yowsup
2.
curl -o ~/.local/share/weechat/python/whatsapp.py https://raw.githubusercontent.com/weechat/scripts/main/python/whatsapp.py
3.
/script load whatsapp.py
in weechatCurrent behavior
weechat is unable to find the
YowInterfaceLayer
(or any other yowsup imports)Expected behavior
To now throw the
'YowInterfaceLayer' is not defined
errorThe text was updated successfully, but these errors were encountered: