I'm sending video from Airtable to Pinterest using the "Make an API call" module. I'm frequently encountering a 201 error. I've attempted various solutions to diagnose the issue without success. For instance, if I let the process run multiple times, it sometimes succeeds on the fourth attempt. I also incorporated a "sleep" module for 30 or 60 seconds, but I still intermittently receive the 201 error. I'm hoping for some assistance with this.
blueprint (14).json (88.3 KB)
Can anyone assist me?..
Hello,
I've encountered a similar situation regarding video uploads. The issue often stems from the API/server's response being in a binary format that callin.io modules can't always parse. My recommendation is to implement an error handling route. This route would essentially be a retry mechanism for when the main process (posting a video) encounters an error.
Thanks, that resolved my issue!