-
Notifications
You must be signed in to change notification settings - Fork 806
New issue
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
ECONNREFUSED error when connecting to API #317
Comments
@IamMusavaRibica have you solved the problem? |
Nope Im not very familiar with python 2.7 either but I think the script
doesn't run as its supposed to print that its running
uto, 20. tra 2021. 10:51 Pegorino82 ***@***.***> je napisao:
… @IamMusavaRibica <https://github.com/IamMusavaRibica> have you solved the
problem?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#317 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/APWMGTUTE5RMRJIDRRKT5Y3TJU6CBANCNFSM4ZRVP4ZQ>
.
|
@IamMusavaRibica yes, i found some import's loss in whatsapp.py and in whatsapp_web_backend.py in creating SimpleSocketServer it is needed to specify host '127.0.0.1' |
where exactly ? |
|
ya, figured it out, now successfully connects and everything after qr code
scanned i log in but sometimes it just randomly disconnects but i guess
thats a problem for another time
sub, 22. svi 2021. 15:59 Pegorino82 ***@***.***> je napisao:
… @IamMusavaRibica <https://github.com/IamMusavaRibica>
whatsapp_web_backend.py
...
at the bottom
...
server = SimpleWebSocketServer("127.0.0.1", 2020, WhatsAppWeb);
eprint("whatsapp-web-backend listening on port 2020");
server.serveforever();
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#317 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/APWMGTSBT6Y73HNOLB7VU3DTO62EPANCNFSM4ZRVP4ZQ>
.
|
Using windows 10
I tried disabling firewall
Command prompt output
The text was updated successfully, but these errors were encountered: