Pokemon-GO-node-api icon indicating copy to clipboard operation
Pokemon-GO-node-api copied to clipboard

Invalid values in WildPokemon TimeTillHiddenMs

Open chris-j-major opened this issue 9 years ago • 2 comments

I'm seeing occasional large negative values in TimeTillHiddenMs.

Could it be that this isn't a int32 and there's another field before it?

chris-j-major avatar Aug 01 '16 06:08 chris-j-major

I am seeing the same for example here is a squirtle for with -1855031519 TimeTillHiddenMs : { EncounterId: Long { low: 1841388541, high: -388035456, unsigned: true }, LastModifiedMs: Long { low: 1855031518, high: 342, unsigned: false }, Latitude: 52.920913432167694, Longitude: 6.787504660023195, SpawnPointId: '47b7dedf21b', pokemon: { Id: null, PokemonId: 7, cp: null }, TimeTillHiddenMs: -1855031519, expirationTime: 1468878815315 }

maantje avatar Aug 09 '16 09:08 maantje

negative expiration times means it has more than 15 minutes until the Pokemon de-spawns, not sure of how much extra time but yeah.

RedSparr0w avatar Aug 10 '16 01:08 RedSparr0w