davidchua / pymessenger

A Python Wrapper for the FB Messenger Bot API (Send/Receive API)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

sushen opened this issue · comments

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.