marcomaroni-github / twitter-to-bluesky

Import all tweets exported from X/Twitter to a Bluesky account.
Other
499 stars 35 forks source link

Retry video upload #55

Closed SeTec7 closed 1 week ago

SeTec7 commented 2 weeks ago

The Bsky video upload API can fail when processing a video blob and return JOB_STATE_FAILED, in which case the current code waits forever. These failures are usually transient, so detecting the failure case and restarting the entire upload process should automatically heal the issue. I've tested this on my account which has a lot of video uploads and they've all been fine.

schlazor commented 2 weeks ago

nice! I was going to fix this too lol

marcomaroni-github commented 1 week ago

https://github.com/marcomaroni-github/twitter-to-bluesky/pull/78