PokemonGoF / PokemonGo-Bot

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

Telegram task send almost all log to chat #5535

Closed Lntnam closed 8 years ago

Lntnam commented 8 years ago

Expected Behavior

Telegram task should only send chat based on subscription

Actual Behavior

Sends everything, almost all log lines. even after /unsub everything /showsubs shows nothing

Your FULL config.json (remove your username, password, gmapkey and any other private info)

Just basic Telegram config

Output when issue occurred

Nothing special from log

Steps to Reproduce

Turn on Telegram & set a master ID in config Start bot

Other Information

Branch: dev Git Commit: 19639712f9a72ce056bedd5b0664d5e717e02db1 Python Version: 2.7.10

Gobberwart commented 8 years ago

What is an instagram task?

Gobberwart commented 8 years ago

If you mean telegram, this should be fixed in latest dev.

Lntnam commented 8 years ago

@Gobberwart haha I mean telegram. I must be crazy while writing Instagram...

Actually I wrote this after fetching the latest dev...

Gobberwart commented 8 years ago

LOL no worries, in which case, fixed by #5537

Gobberwart commented 8 years ago

If you still have that issue, you might want to try "/showsubs" to see what you're subscribed to and remove something (eg. "/unsub all")

Lntnam commented 8 years ago

Noted, will try dev branch again later. I had to switch back to master because of this bug.

Gobberwart commented 8 years ago

Worst case scenario - stop bot, delete database file (data/username.db) and start bot again. db will get recreated cleanly.