We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
KeyError: 'reset' is returned by running ding-dong-bot.py.
ding-dong-bot.py
python3 examples/ding-dong-bot.py
...... File "/usr/local/lib/python3.8/dist-packages/pyee/base.py", line 229, in listeners return list(self._events[event].keys()) KeyError: 'reset'
It might be due to dependency version. Downgrading pyee to 8.0.0 can solve this KeyError.
pyee
KeyError
The text was updated successfully, but these errors were encountered:
wj-Mcat
No branches or pull requests
requirements
Describe your problem
KeyError: 'reset' is returned by running
ding-dong-bot.py
.Reproduce your problem
Error info
Your experiments
It might be due to dependency version. Downgrading
pyee
to 8.0.0 can solve thisKeyError
.The text was updated successfully, but these errors were encountered: