Skip to content
Discussion options

You must be logged in to vote

Hi, try to just increase timeout. There is not option in send_video for it, but you can use upload blob directly and pass own timeout!

Pseudo code (not ready to copy and paste):

client = Client()
client.login(......)

upload = client.com.atproto.repo.upload_blob(vid_data, timeout=60)
embed = models.AppBskyEmbedVideo.Main(video=upload.blob, alt='my video alt')
client.send_post('blabla my video', embed=embed)

Replies: 1 comment 10 replies

Comment options

You must be logged in to vote
10 replies
@joaomino
Comment options

@MarshalX
Comment options

@joaomino
Comment options

@MarshalX
Comment options

Answer selected by MarshalX
@rankinstudio
Comment options

@MarshalX
Comment options

@rankinstudio
Comment options

@IstalriSkolir
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
4 participants