5andr0 / PogoLocationFeeder

Json feed of pokemon location data
GNU Affero General Public License v3.0
493 stars 170 forks source link

Connection lost: pogofeeder.live #386

Closed nicholashew closed 7 years ago

nicholashew commented 7 years ago

Unable to connect to the server (master branch), below is my config.json setting

{
  "Port": 16969,
  "UsePokeSnipers": true,
  "UsePokezz": true,
  "UsePokewatchers": true,
  "PokeSnipers2Exe": "",
  "RemoveAfter": 15,
  "ShowLimit": 30,
  "VerifyOnSkiplagged": true,
  "UsePokemonGoIVClub": true,
  "UseFilter": true,
  "UseGeoLocationBoundsFilter": true,
  "GeoLocationBounds": {
    "SouthWest": {
      "Latitude": 1.237759,
      "Longitude": 103.608435
    },
    "NorthEast": {
      "Latitude": 1.471575,
      "Longitude": 104.044219
    }
  },
  "AppTheme": "Dark",
  "IsServer": false,
  "IsManaged": true,
  "ServerHost": "pogofeeder.live",
  "ServerPort": 49000,
  "ShareBotCaptures": true,
  "BotWebSocketPorts": [
    14251
  ],
  "VerifiedOnly": true
}
ExcuseMi commented 7 years ago

Cloudflare acting up again. Should work now. Are you working on filtering a certain area to catch only pokemon near the bot? "UseGeoLocationBoundsFilter": true, "GeoLocationBounds": { "SouthWest": { "Latitude": 1.237759, "Longitude": 103.608435 }, "NorthEast": { "Latitude": 1.471575, "Longitude": 104.044219 } }, If so, that's pretty cool. Would love to get a PR for that.

nicholashew commented 7 years ago

I am just adding a simple LatLngBounds settings to filtering the pokemon on received. You may comparing the commits to see whether the commit LGTM or not :smile:

ExcuseMi commented 7 years ago

I checked, You can make a PR.

nicholashew commented 7 years ago

For master?

ExcuseMi commented 7 years ago

yes

ExcuseMi commented 7 years ago

You should be able to test this with the server atm