python-nostr icon indicating copy to clipboard operation
python-nostr copied to clipboard

Delegation error

Open daiangan opened this issue 2 years ago • 0 comments

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?

daiangan avatar Feb 20 '23 19:02 daiangan