jonrh / lambda-lovelace

🎓 MSc project, recommender system for tweets
https://jonrh.github.io/lambda-lovelace/
ISC License
4 stars 0 forks source link

Lovelace.py fails to account for possibility of rate limit #85

Closed jonrh closed 8 years ago

jonrh commented 8 years ago

Rollbar: https://rollbar.com/lambda-lovelace/Lambda-Lovelace-Backend/items/21/

Traceback (most recent call last):

File "Lovelace.py" line 63 in get
    user = api_flask.me()

RateLimitError: [{u'message': u'Rate limit exceeded', u'code': 88}]

The task is to add a try/except for a rate limit exception.

jonrh commented 8 years ago

Final submission in few hours, cleaning up & closing.