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
When you try to run the delegation example as in the README file, I always got this error:
TypeError: Object of type bytes is not JSON serializable
Apparently, it is on event.py serialize() method when trying to json.dump the data.
Any help regarding this issue?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When you try to run the delegation example as in the README file, I always got this error:
Apparently, it is on event.py serialize() method when trying to json.dump the data.
Any help regarding this issue?
The text was updated successfully, but these errors were encountered: