Pegorino82

Results 3 comments of Pegorino82

@IamMusavaRibica have you solved the problem?

@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' that's work for me, but script needs refactor...

@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(); ```