Open klausi opened 2 days ago
Uploading video is not well documented yet (https://github.com/bluesky-social/bsky-docs/pull/227) and confusing, but app.bsky.video.uploadVideo
is not available from BskyAgent.
This is a duplicate of #259 and examples/video
has now been added, so please refer there.
Thanks for the quick help, as always! Added you to acknowledgements https://github.com/klausi/mastodon-bluesky-sync/blob/main/README.md#acknowledgements
The example makes sense, but is quite long. Should we build an API abstraction into Atrium? Ideally I want to pass the Bluesky Agent and some bytes to a function and it should do everything for me until the video is uploaded.
Also should the bsky_agent.api.app.bsky.video.upload_video() function be removed? It is confusing that it exists in the SDK when it does not work?
Hi,
I'm trying to upload a video from my Mastodon sync tool:
This returns an error:
Full code is in https://github.com/klausi/mastodon-bluesky-sync/blob/bsky-video/src/post.rs#L276
Do you know what the problem might be? Thanks!