PokemonGoF / PokemonGo-Bot

The Pokemon Go Bot, baking with community.
MIT License
3.86k stars 1.54k forks source link

Outbound connections #5823

Open ProZer0 opened 7 years ago

ProZer0 commented 7 years ago

Hello,

Thank you for bringing this bot alive again!

My question is about the bot's outbound connections: 1- pgorelease.nianticlabs.com 2- 151.249.91.181:443 3- 192.99.224.134:1883

Does anyone know what are the last two connections above?

Social, Discord, Telegram, and Health are disabled, I'm running the bot on Windows machine, Master branch, PTC login

Regular iOS app connections are :

Thanks

flueflacks commented 7 years ago

That third one looks like it's the social plugin are you sure it's disabled?

host broker.pikabot.org
broker.pikabot.org has address 51.254.124.174
broker.pikabot.org has address 50.233.239.115
broker.pikabot.org has address 192.99.224.134
ProZer0 commented 7 years ago

Positive @flueflacks !

My config : { "websocket_server": false, "heartbeat_threshold": 10, "enable_social": false, "live_config_update": { "enabled": true, "tasks_only": false },

Anyway I managed to remove the connection manually by changing the value in the social_handler.py def run(self): self._mqttc.connect("www.google.com", 80, 20) Thanks! but I think this handler doesn't respect the config.json