Why does Make give me this error but the video then loads via Blotato?
This error happens because Make sends more than one upload request to Blotato at the same time. Blotato accepts the first upload and starts processing it, which is why the video still appears on Blotato. But the second request is blocked with: “A media upload for this URL is already in progress.”
So the upload succeeds, but Make reports an error.
To Fix it: Add an Iterator after your Search Rows module and a Sleep (10–30 seconds) after Upload a Media.
This forces Make to upload one item at a time, preventing the overlapping requests that trigger the error.
Hope this helps.
Hi @christian1,
@Holiness_Onyemaechi is correct as the tool Blotato cannot process larger media uploads immediately, and this often causes the error you are seeing in Make. As a solution, you can add a delay of more than 40 seconds. To be on the safe side, a delay of around 60 seconds usually resolves the issue.
Also there is no need of iterator as Google Sheets already returns multiple rows, and the scenario will process each row individually.
I hope this helps, and please let me know if you run into anything more challenging.

