python-zulip-api icon indicating copy to clipboard operation
python-zulip-api copied to clipboard

Fix trivia bot can't find key

Open showell opened this issue 6 years ago • 3 comments

When you load the trivia bot, you get an error like this:

zulip_bots.lib.StateHandlerError: Error fetching state: {'result': 'error', 'msg': 'Key does not exist.'}

I believe this is partly due to how our Storage class works. We need a way to check that the key exists or not without an exception being thrown.

showell avatar Dec 06 '18 15:12 showell

@showell Is this issue still on?

orientor avatar Feb 28 '20 10:02 orientor

@showell Trivia quiz bot seems to work fine for me.

orientor avatar Mar 02 '20 22:03 orientor

@orientor I can't reproduce this issue either. @showell Are we sure that issue hasn't been resolved in some previous commit?

TAM360 avatar Apr 13 '20 13:04 TAM360