python-nostr
python-nostr copied to clipboard
Delegation error
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?