What is your goal?
Post messages to Bluesky with attached images.
What is the problem & what have you tried?
I have a Scenario that is triggered when a Twitch stream starts.
It does a number of things, but the part I’m have problems with is it posting notices to Bluesky.
It is now failing because of the image I’m trying to attach. It did work previously.
Steps in question:
- HTTP module downloads stream thumbnail image
- Google Drive Upload a file module uploads the image to Google Drive
- Bluesky Upload Media module uploads the HTTP module’s image to Bluesky
- Bluesky Create a post sends a message about the stream and attaches the image just uploaded to Bluesky
The Make Scenario was working until I used it earlier this week. Now I’m getting a “InvalidSize Referenced Size does not match stored blob” error when I try to post to Bluesky.
The images being uploaded to Google Drive are viewable, so that is ok.
The Bluesky Upload media is not giving an error, so that is probably ok.
The Bluesky Create a post error: is this from Bluesky? Or Make?
Has Make changed how I should map things? Or is Bluesky causing the problems now?
Images:
- Image of the cutdown Scenario that I created with just the steps I need to test. This Scenario has the same error.
- Bluesky Create a post module showing the error message
- Bluesky Create a post module mapping
- Bluesky Upload media modile mapping
References
- I’m using the same mapping as indicated in: Another post about Bluesky and photos - #3 by Jonathan_Quarics
Error messages or input/output bundles
RuntimeError
[400] InvalidSize Referenced Size does not match stored blob. Expected: 15780, Got: 150000
Origin
Bluesky



