Bluesky post with image started failing with '[400] InvalidSize Referenced Size does not match stored blob'

:bullseye: What is your goal?

Post messages to Bluesky with attached images.

:thinking: 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:

  1. Image of the cutdown Scenario that I created with just the steps I need to test. This Scenario has the same error.
  2. Bluesky Create a post module showing the error message
  3. Bluesky Create a post module mapping
  4. Bluesky Upload media modile mapping

References

:clipboard: Error messages or input/output bundles

RuntimeError
[400] InvalidSize Referenced Size does not match stored blob. Expected: 15780, Got: 150000

Origin
Bluesky

:camera_with_flash: Screenshots (scenario flow, module settings, errors)

Hey there,

this error means that there is a difference in the file sizes of the file you uploaded and the file you declared to be posted, which Bluesky interprets as them being different files.

Can you test and see if this occurs with a specific file? Or is it an ongoing issue that happens with any file at the moment?

Hello, It’s not work. I’ve got the same problem [150000] and I tested that with 5 different pictures. :frowning:

Ok can you check the module and see if you can map the blob size somewhere? Cause it sounds like something is getting capped at 150000 and not passing larger file sizes.

I’ve tried with a file smaller than that, but I still get the same 150000 size error returned.

Looks like it is trying to pass the wrong file to Bluesky.

Same problem here. It was working correctly until late March, stopped working in early April.

Same. Isn’t make supposed to handle this?

And did you report it to Make? Cause this here is a public forum where you ask other people for support, not an official Make support channel.

Hey @here :waving_hand:

I apologize for the inconvenience you have to deal with caused by this issue. Please rest assured that our Developers were made aware of this issue, and they are currently working towards releasing a fix.

I’ll update this thread once I have news regarding the release.

Thank you for your patience :folded_hands:

1 Like

This took about 7 days for Make to notice this was their problem (from my posting here).

Is there a faster way for us to flag this as an issue with Make?

For people on a free account the ticket page only has the option of coming here to look for answers.

Do we just need to wait for someone to find the issue report?

Hey there @Nova_Fox_Indigo :waving_hand:

Thank you for your valid feedback.

As you know, after the initial 90-day period, access to our expert support team is not possible and is provided only for users with a paid account. That’s why we have the Make Community, a space where other users can help you troubleshoot and share tips.

This is on us; this topic has slipped our attention, and therefore, we didn’t provide the details regarding the status of this issue. We apologize and will do better at keeping you in the loop. Our developers are still working on the proper fix. I’ll keep you updated about the status!

Thank you for your understanding.

So it is working now @vendy it seems.
You just need to make sure you map the ‘blob size’ to the post.

Thanks for letting us know! I’ll mark your response as a solution and close this thread.