mozilla / PyFxA

Python library for interacting with the Firefox Accounts ecosystem
Other
31 stars 20 forks source link

More logging for the fxa-oauth flow on the url used. #10

Open Natim opened 9 years ago

ckarlof commented 9 years ago

In @Natim's case, he was getting a 404, and the output was just:

  File "/home/ubuntu/readinglist/.venv/lib/python2.7/site-packages/PyFxA-0.0.2-py2.7.egg/fxa/_utils.py", line 260, in request
    raise fxa.errors.ClientError(body)
ClientError: Unspecified error

Full logging on the requests and responses as an option would be great.