davidchua / pymessenger

A Python Wrapper for the FB Messenger Bot API (Send/Receive API)
MIT License
457 stars 185 forks source link

default raise TypeError(repr(o) + " is not JSON serializable") #66

Open sushen opened 5 years ago

sushen commented 5 years ago

When I try to use a generic template. its give me that error.

this is my file link: https://github.com/sushen/LearnPythonTogetherBot/blob/master/app.py

I use pymessenger in line 70 to 76 total six line code.