Ryan Brideau

Results 15 comments of Ryan Brideau

Try `pip install flask_cache_bust` - it looks like PokemonGo-Map now requires that module. There might be more than that though, so it's even safer just to run `pip install -r...

Looks like a couple people have requested web hooks there as well: https://github.com/favll/pogom/issues/82 https://github.com/favll/pogom/issues/112 Once they have support for that, I'd be happy to.

Looks like the web hook listener and the database are at different versions, since listener is trying to add data for a column that doesn't exist. When did you set...

Have you added the patch that was put up today? https://github.com/Brideau/pokelyzer/wiki/Patches

@acmt @QuadTog I just made some changes that allow you to set these parameters in a config file instead of via the command line. Can you try the newest version,...

It looks like it's missing the last_modified_time, time_until_hidden_ms and spawn_point_id fields. This was happening before the latest version of the web hook listener was posted yesterday, since it didn't properly...

Yep, post the content itself. It just helps me confirm that the version you're running is the same as mine.

OK, that looks good to me. The next thing that would help is if you uncommented `console.log(m);` and posted the output whenever there's an error. This prints the message body...

I've been trying to reproduce this but I cannot seem to. Out of curiosity, what version of Node are you both running @lennon681 and @Pistachio9? And what repo/branch is your...

Excellent! I'm building a proper integration with PokemonGo-Maps now using their recently released Webhooks instead of modifying their code, and I'll use this as a template for that feature.