nelson-social / bots

Post Whitewater weather conditions and Avalance Info to https://nelson.social
0 stars 0 forks source link

Poll for media processing completed before posting status #1

Closed mattwynne closed 1 year ago

mattwynne commented 1 year ago

Media are processed asynchronously, and you can't post a status with media until they've been processed.

If you try to post the status too early, you get an error.

So I added this hack

We need to poll for a 200 response from each of the media at /api/v1/media/:id instead.

mattwynne commented 1 year ago

This is sorted in the new typescript version