Open bitcrab opened 4 years ago
installed version: wechaty 0.5.dev2 wechaty-puppet 0.0.8 wechaty-puppet-hostie 0.2.5
TimeoutError: [Errno 60] **Connect call failed ('47.75.97.180', 8788)**
This error dependes your network status, so you can try it later. If there's still a problem, please tell us dig into this problem.
Make sure the port 8788
of your server is accessible , maybe you should modify firewall settings depending on your server provider.
there links may help if your server company is Aliyun: https://www.jianshu.com/p/fc9012820f08 https://help.aliyun.com/document_detail/25471.html
TimeoutError: [Errno 60] **Connect call failed ('47.75.97.180', 8788)**
This error dependes your network status, so you can try it later. If there's still a problem, please tell us dig into this problem.
tried several times, still the same problem, now it is:
TimeoutError: [Errno 60] Connect call failed ('117.143.102.77', 8788)
@univerone I am now testing from my local MacBook, so I think the problem is irrelevant to aliyun.
@bitcrab you need a public IP which local devices may not provide, I think maybe you need to run docker image on remote host with relevant firewall settings to make the port accessible.
@bitcrab you need a public IP which local devices may not provide, I think maybe you need to run docker image on remote host with relevant firewall settings to make the port accessible.
here is python-wechaty-getting-started for beginner, do you mean the beginner need to deploy the puppet service on remote host when he just want to see how wechaty work by running ding-dong-bot.py?
after I run the ding-dong-bot.py I get below msg:
after I run the following script
I get endless err msg as below :
it seems I cannot connect to the remote host:
what's wrong? please suggest.