hexacta / sanata

Web application showing auto generated tweets based on a Markov Chain model of a given Twitter user.
https://showcase.hexacta.com/sanata
3 stars 6 forks source link

Support invalid usernames #1

Closed pomber closed 7 years ago

pomber commented 7 years ago

Currently, invalid usernames are returning a 504 error.

For instance: http://sanata-test.hexacta.com/api/model/notavalidtwitterusername

This probably should return a 404, and a friendly message should be displayed to the user.

buglePhotographer commented 7 years ago

Working on this issue.