jimsug / pokemon-hangouts-bot-plugins

Pokemon related plugins for hangoutsbot/hangoutsbot
2 stars 3 forks source link

cache error #3

Closed MTRNord closed 8 years ago

MTRNord commented 8 years ago

When loading from cache it says: pokedex UnboundLocalError: local variable 'matchups' referenced before assignment

MTRNord commented 8 years ago

Full error meassage is:

15.07.16 21:25:02 [+0200] 19:25:02 ERROR commands: RUN: pokedex
15.07.16 21:25:02 [+0200] Traceback (most recent call last):
15.07.16 21:25:02 [+0200] File "/opt/hangoutsbot/hangupsbot/commands/__init__.py", line 179, in run
15.07.16 21:25:02 [+0200] results = yield from func(bot, event, *args, **kwds)
15.07.16 21:25:02 [+0200] File "/opt/hangoutsbot/hangupsbot/plugins/pokemon.py", line 146, in pokedex
15.07.16 21:25:02 [+0200] if matchups:
15.07.16 21:25:02 [+0200] UnboundLocalError: local variable 'matchups' referenced before assignment
jimsug commented 8 years ago

@MTRNord Can you please tell me which pokemon you performed the lookup on? At this stage I haven't been able to reproduce.

MTRNord commented 8 years ago

I couldn't reproduce it also. I think we were to fast in the chat. If it comes up again I will tell you.