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
I got Wechaty - ERROR - The network is not good, the bot will try to restart after 60 seconds., when I start my custom boy with config WECHATY_PUPPET_SERVICE_ENDPOINT=127.0.0.1:xxxx.
Hi, wechaty is awesome! Thanks for everything.
I got
Wechaty - ERROR - The network is not good, the bot will try to restart after 60 seconds.
, when I start my custom boy with configWECHATY_PUPPET_SERVICE_ENDPOINT=127.0.0.1:xxxx
.I found this code cause it:
python-wechaty-puppet-service/src/wechaty_puppet_service/puppet.py
Lines 901 to 904 in 9b109f2
ping('127.0.0.1')
will raise an exception "permission denied", but exception message missing, It's not friendly.ping3 pointer that should run as root.
The text was updated successfully, but these errors were encountered: