sravanareddy / darlaweb

Web server code for DARLA
http://darla.dartmouth.edu/
0 stars 2 forks source link

Handle API response exceptions gracefully #147

Open sravanareddy opened 7 years ago

sravanareddy commented 7 years ago

Every so often, the API response seems to return an error message. Need to handle these.

sravanareddy commented 7 years ago

Long files are hitting up against the API usage limits which result in an error.

I think the issue is that we're going over the 5000 secs of audio per 200 secs of processing. Will throttle the calls to avoid this. (Users will have to deal with some slowdown, though.)