avelkoski / FRB

Python Client for Interfacing with the Federal Reserve Bank of St. Louis' Economic Data API (FRED®)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

python 3, json object must be str, not 'bytes'

gabejostrom opened this issue · comments

Have you used this with python 3? there seems to be a few json compatibility issues, the object has to be decoded to a string

1.1.4 fixes the json parsing error in Python 3.