Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

get Balance error #31

Open
thaisonhoa opened this issue Feb 24, 2020 · 0 comments
Open

get Balance error #31

thaisonhoa opened this issue Feb 24, 2020 · 0 comments

Comments

@thaisonhoa
Copy link

When I try to get my balance, I get this error:
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/telegram/ext/dispatcher.py", line 279, in process_update
handler.handle_update(update, self)
File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/telegram/ext/commandhandler.py", line 171, in handle_update
return self.callback(dispatcher.bot, update, **optional_args)
File "telegram_kraken_bot.py", line 253, in _restrict_access
return func(bot, update)
File "telegram_kraken_bot.py", line 279, in balance_cmd
for currency_key, currency_value in res_balance["result"].items():
KeyError: 'result'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant