๐จError Reference
This page contains all Blotato error messages and their explanations. Use your browser's search function (Ctrl+F or Cmd+F) to find your specific error.
API Errors
Authorization failed - please check your credentials
Double check your Blotato API key. Use the n8n/Make official Blotato nodes for easier setup. You don't have to worry about copy/pasting IDs or raw JSON code. See tutorial: https://help.blotato.com/api/n8n/n8n-basics
Wrong Blotato API Key
Check you've copied the API key correctly without whitespaces. Use the official Blotato n8n/Make nodes for easier setup - you won't need to hardcode API keys manually. See tutorial: https://help.blotato.com/api/n8n/n8n-basics
URL is empty
The URL being passed is empty. Check that previous step finished creating your video/carousel. Increase WAIT time if needed and verify you have enough credits.
Wrong Account ID
Use the official Blotato n8n/Make nodes - you can select accounts from a dropdown instead of copying IDs manually. See tutorial: https://help.blotato.com/api/n8n/n8n-basics. If not using official nodes: Check you've copied the social account ID correctly from Settings > Social Accounts.
Account [ID] not found
The accountId in your request does not exist for the user/workspace behind your API key. Use the official Blotato n8n/Make nodes to avoid ID errors -- select accounts from a dropdown instead of copying IDs manually. Install guide: https://help.blotato.com/api/start#id-3.-install-the-official-blotato-node. If you are using MCP or an AI coding tool, your AI tool handles account lookup automatically. Point it to: https://help.blotato.com/api/llm
Wrong Page ID
Facebook requires both Account ID and Page ID. Check you've copied Page ID correctly using the "Copy Page ID" button.
Invalid File Format
Check your file format is valid per social platform requirements.
Invalid Video Dimensions
Video dimensions not supported by platform. Test with this sample video: https://database.blotato.io/storage/v1/object/public/public_media/4ddd33eb-e811-4ab5-93e1-2cd0b7e8fb3f/videogen-4c61a730-7eb2-47e9-a3a3-524740a1b877.mp4
reached_active_user_cap
Account not properly warmed up. Follow warm-up guide before connecting to Blotato.
You Ran Out Of AI Credits
Go to Settings > Billing to check and add credits.
Image or video stuck on "generating" indefinitely
This is not a credits issue. The generation silently failed. Refresh the page and try again. If it persists: create a new video instead of regenerating the stuck one. Check your API Dashboard for error details. If you have credits but the generation hangs, do not assume credits are the problem.
500 Internal Server Error on visual creation
A server-side error occurred. This is not a credits issue. Check your API Dashboard for the error details. Retry after a few minutes. If using Claude Code or MCP, verify your template ID and inputs are valid.
Media conversion failed
The media file could not be converted to the format required by the target platform. Common causes: 1) Wrong aspect ratio for Instagram (must be 1:1, 4:5, 1.91:1, or 9:16). 2) Resized templates producing non-standard dimensions. 3) Too many hashtags (Instagram rejects posts exceeding its hashtag limit during media processing). 4) Unsupported codec -- use H.264 MP4 format. Check Social Platform Requirements for each platform's specs.
Could not publish on Instagram: An unexpected error has occurred
This error comes from Instagram/Meta, not Blotato. Troubleshooting steps: 1) Check the API Dashboard for the full error. 2) Reconnect your Instagram account in Settings > Social Accounts. 3) Verify the media URL is publicly accessible (open in incognito). 4) Reduce hashtags and caption length. 5) Increase time between posts. If the error persists after reconnecting, submit a support ticket with the reqId from the error message.
Unsupported media format (.mov)
Blotato requires H.264 MP4 format for video publishing via API. The .mov format is not supported even if the file is under size limits. Convert your video to H.264 MP4 before uploading or passing via mediaUrls.
Account [ID] not found (LinkedIn)
For LinkedIn company pages, you need both an accountId and a pageId. A common mistake is passing the pageId where accountId is expected. Use GET /v2/users/me/accounts to get the accountId, then GET /v2/users/me/accounts/{accountId}/subaccounts to get the pageId. Pass accountId in post.accountId and pageId in post.target.pageId. See: Accounts API
503 Service Unavailable
The social platform or a connected service is temporarily down. This is usually a platform-side outage, not a Blotato issue. Wait a few minutes and retry. If the error persists, check the platform's status page.
504 Gateway Timeout
The request took too long and timed out. This happens when the social platform does not respond within the allowed time. Retry after a few minutes. If it keeps happening, reconnect the account in Settings > Social Accounts.
Wrong Template Parameters
Each video template has different parameters. Check API docs for correct template parameters.
Missing AI Voice
POV template doesn't include AI voice. Use empty template ID for AI voiceover.
Missing Music
Add autoAddMusic: true parameter in PUBLISH TO TIKTOK step for music.
Wrong Heygen API Key and IDs
Check you've copied HEYGEN AVATAR ID correctly, not the Avatar GROUP ID.
You're On Heygen Free Plan
HeyGen API requires $99/mo API plan. Free API plan won't work.
Your Avatar Has a Background
Set matting to false and remove background section for default avatar background.
Invalid JSON Error
Validate JSON at jsonlint.com and compare with Blotato API docs.
The service is receiving too many requests from you
Rate limit exceeded. Upload Media: 30 requests/minute. Publish Post: 30 requests/minute.
The aspect ratio is not supported
Video aspect ratio not supported by platform. Check platform requirements.
body/template/id must be equal to constant
Pass template object with id. See API examples for correct format.
scenes.0: missing object
Incorrect JSON format for scenes array in CREATE VISUAL node. Each template has a specific scenes format -- find your template's exact format with examples at Visual Templates. To debug: (1) Select template in n8n/Make, (2) Remove ALL parameters including Prompt, (3) Run the step, (4) Check API Dashboard to see the exact JSON structure your template expects.
slides.image: must be at most 400 characters
The image field expects a short public URL (e.g. https://your-site.com/image.jpg), not a base64 string or data blob. Keep image URLs under 400 characters.
mediaURL is null or empty
Video not done. Increase wait time or check if you have AI credits.
Cannot read properties of undefined (reading 'mediaUrl')
You're trying to publish before the visual/video is finished rendering. After your Create Visual step, add a Get Visual step and wait until the status is "done", then map the mediaUrl into the Publish step's Media URLs field. If the visual creation failed or you ran out of AI credits, the mediaUrl will never be produced.
Cannot read properties of undefined (reading 'status')
The social platform (Instagram, TikTok, etc.) did not return a response. This is usually a temporary issue. Wait a few minutes and retry. If the error persists, check that your media file is in a supported format: Social Platform Requirements. In the web app, retry from the Failed Posts screen.
Failed to upload stream to Supabase
The media file could not be saved to storage. Common causes: the source URL is not publicly accessible, the URL points to a preview page instead of the direct file, the file is too large, or the media file is corrupted. Open the media URL in an incognito browser window to verify it downloads directly. If using Google Drive, use a direct download link, not a /view link.
Please review our URL ownership verification rules
TikTok rejects certain URLs. Try using a different hosting service for your media, or use the optional Blotato Upload endpoint first: https://help.blotato.com/api/api-reference/upload-media-v2-media
Tiktok's servers may be experiencing issues. This is a retryable error
TikTok server issue or posting too frequently. Wait and retry.
Could not refresh TikTok access_token: Service Unavailable
TikTok's servers temporarily rejected the token refresh. Wait 15-30 minutes and retry. If the error persists, reconnect your TikTok account in Settings > Social Accounts.
JSON value expected but got '<' at position 0 (TikTok)
TikTok's API returned an HTML error page instead of a JSON response. This is a temporary TikTok server issue (outage, rate limiting, or maintenance). Your post payload is valid. Retry after a few minutes. If it keeps failing, reconnect your TikTok account in Settings > Social Accounts.
Threads API Feature Not Available: This user does not have access to this Threads API feature
Link Instagram account to Threads. Warm up Threads account for a few days with posts before connecting to Blotato.
Failed to read media metadata. Is the file accessible and a valid media file?
Check that your file is publicly accessible by opening it in an incognito browser. If uploading from Google Drive, set the folder (or the file) to "Anyone with the link" as Viewer. For automation workflows, set the entire folder to public so all files inside inherit the permission. Then use a direct download URL: https://drive.usercontent.google.com/download?id=FILE_ID&export=download&confirm=t
Google Drive virus scan warning popup blocking media access
Google Drive shows virus scan warnings for large files (>25MB typically) or files it cannot scan. This blocks automated access to your media. Solutions: 1) Use the direct download URL format: https://drive.usercontent.google.com/download?id=FILE_ID&export=download&confirm=t which bypasses the warning page. 2) For files >50MB, use a different hosting service like AWS S3, Dropbox, or direct server hosting instead of Google Drive. 3) For automation workflows, consider using cloud storage with proper API access rather than Google Drive shared links.
Base64 data is too large, maximum size is 20MB
This error happens when uploading media larger than 15MB via the n8n Upload "Binary Data" option. Switch to URL-based upload: use the Presigned Upload endpoint to upload directly to Blotato, or host on AWS S3/GCP and pass the URL. See: Plan Limits for more details on max upload sizes.
Visual creation fails or images are blank when using self-hosted image URLs
Your server's firewall or CDN (e.g., Cloudflare) is blocking Blotato from fetching your images. Blotato's servers make server-to-server requests to download media, which bot-protection rules block. Add a firewall rule to allow these requests, or host your images on a service without bot protection (e.g., a public S3 bucket, Imgur, or the Blotato Upload endpoint). Test accessibility with curl <your-url> from another server.
Error posting to Instagram: No error
I've noticed a recent glitch with Instagram API that sometimes returns "No Error" and video rejected, but this looks like an issue on IG side, as I haven't changed anything on the Blotato side. I'll keep monitoring it, but I generally recommend the following:
reduce the number of hashtags
reducing the length of caption
increasing time between posts
Could not publish on Instagram: Error validating access token: Sessions for the user are not allowed because the user is not a confirmed user
This error comes from Instagram/Meta. The Instagram account session is not confirmed. To fix: 1) Log into the Instagram account in a browser and complete any pending prompts (email/phone confirmation, security checkpoints, updated terms). 2) Reconnect the account in Blotato: go to Settings > Social Accounts, disconnect and reconnect using an incognito browser logged into only that Instagram account. 3) Verify the account is a Professional or Business account (personal accounts have issues with third-party publishing). See: https://help.blotato.com/settings/social-accounts/instagram
Source / Ingestion Errors
TikTok video has no captions / transcript extraction failed
Blotato extracts the transcript from TikTok videos to use as a source. If the TikTok video has no captions (subtitles), Blotato cannot pull the transcript. Try a different TikTok video that has captions, or copy-paste the video's content as a Text source instead.
Connection Errors
400 Session Error Connecting Instagram Account
Sometimes connection succeeds despite error. Test with a post first. If not, use incognito browser, log out of other accounts, log into only the target account, then reconnect.
Unable to connect LinkedIn company page
Verify you're an Admin of the page. Use incognito browser, log into social account, then Blotato, and reconnect.
YouTube Unauthorized error
Use incognito browser. Log into YouTube, then Blotato. Reconnect account. Update YouTube account ID in automation workflows.
Unable to connect social account (general)
Use incognito Chrome browser. Log into social account first, then Blotato. Connect account.
invalid_grant (Instagram/Meta)
The Instagram/Meta authorization token expired. Go to Settings > Social Accounts, find the Instagram account, and click Reconnect. This error often causes follow-on "mediaUrl" TypeErrors -- fix the token first.
Blotato shows "Connected" in Claude Settings, but Claude.ai returns an OAuth error when asked to list accounts
Blotato API and MCP require a paid subscription. Go to Settings > API and click "Generate API Key" to activate your paid subscription.
Platform-Specific Errors
Post failed to publish. Could not upload video
Each platform has different requirements for video uploads. Check that your video follows the requirements here: https://help.blotato.com/api/media
Video duration exceeds the maximum convertible duration of N seconds
Your video required conversion (resizing, re-encoding, bitrate adjustment, etc.) to meet the platform's format requirements, but the video is too long to convert. Blotato caps video conversion at 2 minutes, even when the target platform allows longer videos. To fix: 1) Trim your video to under 2 minutes; or 2) Pre-encode your video to match the platform's specs exactly (correct codec, aspect ratio, resolution, bitrate) so no conversion is needed. Check Social Platform Requirements for each platform's specs.
The user has exceeded the number of videos they may upload (YouTube)
YouTube upload limit reached. Wait 24 hours. Check API quota in Google Cloud Console. Verify account.
You have reached the maximum number of 10 posts for the last 24 hours for this account (YouTube)
YouTube enforces a limit of 10 uploads per channel per 24 hours via API. Wait 24 hours and try again, or upload directly via the YouTube website. This is a YouTube limit, not a Blotato limit.
Unsupported picture size (TikTok)
TikTok rejects images that do not meet its format requirements. TikTok accepts WebP and JPEG only (no PNG). Max resolution: 1080 pixels. Max file size: 20 MB per image. Convert PNG images to JPEG before posting. Full specs: Social Platform Requirements
TikTok views consistently < 50
Account likely shadowbanned. Start fresh with new account.
TikTok views consistently ~200
TikTok doesn't know your video topic. Use niche keywords in title, description, and audio.
Single TikTok video stuck at low views
Change video privacy to PRIVATE, close app, reopen, switch back to EVERYONE.
TikTok account banned
Account not warmed up properly. Follow warm-up guide. Don't post more than 3x/day via API. Stay active on account.
Escape Multi-Line Paragraphs error
Long text with linebreaks needs escaping. In n8n use toJsonString() function.
Brand New Account error
Account not warmed up. Don't connect 3rd party apps until account is established with manual posts.
Sorry! This site doesn't allow you to save Pins.
This error is from Pinterest. Two common causes: 1) The website indicated they do not want to be pinned. 2) Pinterest's blocklist flagged your URL (often a false positive). Workaround: append parameters to your link (e.g., ?ref=pin&v=111) so Pinterest sees it as a new URL that bypasses the filter.
Pinterest API access is temporarily restricted to verified accounts only
Your Pinterest still looks pretty new. You MUST warm it up for 2 weeks before connecting to 3rd party posting tools like Blotato. Failing to do this often results in being shadowbanned or flagged by Pinterest. Start posting 1 pin per day manually, then gradually ramp up to 2, then 3, etc. pins per day. Once you get 100+ views per month, then reconnect your Pinterest account with Blotato and it will be automatically verified.
Error posting to Facebook: (#200) requires pages_read_engagement and pages_manage_posts permission (the full message may also mention "If posting to a group..." and "requires both pages_read_engagement and pages_manage_posts as an admin with sufficient administrative permission")
Facebook Page permissions are incomplete or partially authorized, or you do not have a full Admin role on the Page. Blotato publishes to Facebook Pages only -- it cannot post to Facebook Groups or personal profiles. Go to Settings > Social Accounts, click Reconnect for your Facebook account. In the Meta permissions popup, select "Opt in to current Pages only" and check each Page individually. Confirm you have a full Admin role on the Page (an Editor, Advertiser, or Analyst role is not enough) -- check your Page role. If the Page still fails, remove the Blotato app from Meta Business Suite (Settings > Accounts > Apps) and reconnect fresh. See: Facebook Connection Guide
Please reduce the amount of data you're asking for, then retry your request (may also appear as "Could not upload video to Facebook: ...")
Facebook/Meta API server-side error -- not a Blotato bug. It is more common on larger Pages or groups, often around 5,000+ followers, because Facebook may run out of memory while processing the publish request, and it can affect any post type (text, image, link, or video). Retry publishing the post -- it often succeeds on a later attempt. First check the Facebook Page, because the post can sometimes publish successfully even though the API reports a failure. If it did not publish, wait a few minutes and retry from Failed Posts. If the post uses Page mentions, try removing the mention and adding it manually later on Facebook. If the error persists across multiple retries over an hour, submit a support ticket via in-app chat with the post ID, timestamp, and Facebook Page follower count. See: Facebook Errors
Error posting to Instagram: We restrict certain activity to protect our community.
Instagram made a final decision based on risk/spam scores. To fix: 1) Reduce the number of hashtags. 2) Reduce your caption length. 3) Increase time between posts. 4) If none of the above works, try posting manually to warm up your account and prove to Instagram you're not a bot.
Cannot read properties of undefined (reading 'mediaUrl')
This Instagram-specific error has multiple causes: 1) Expired Instagram token -- check for invalid_grant errors in your API Dashboard and reconnect the account in Settings. 2) The content.mediaUrls array is empty or contains URLs that are not publicly accessible. 3) In n8n/Make workflows, the node upstream of the Publish node is not outputting a media URL -- verify the Create Visual step completed with status "done". Fix the token first, as expired tokens cause this error most frequently.
Could not publish on Instagram: Unsupported post type. The post has too little or too many attachments to qualify as a carousel
Via API, Instagram supports a maximum of 10 images or videos per carousel. See: https://help.blotato.com/api/media#carousel-specifications
This user is not allowed to post a video longer than 2 minutes (X/Twitter 403 Forbidden)
X/Twitter limits video length based on account type. Free accounts are limited to 2-minute videos. To post longer videos, upgrade to X Premium.
You are not permitted to perform this action (X/Twitter 403 Forbidden)
Twitter/X authorization expired or permissions changed. Go to Settings > Social Accounts, find your Twitter account, and click Reconnect. Re-authorize the app when prompted. Retry your post after reconnecting.
You are not allowed to create a Tweet with duplicate content (X/Twitter 403 Forbidden)
X/Twitter rejects posts with identical text to a previous tweet on your account. Change the caption text (even slightly) before reposting. If you scheduled the same post twice by accident, delete the duplicate from Upcoming Posts.
Post published twice / duplicate post
A timeout during publishing caused Blotato to retry, resulting in two posts on the social platform. Delete the duplicate from the social platform. If this happens repeatedly, submit a support ticket with the post URLs and timestamps.
Bluesky posts publish without images (API)
Known bug affecting image attachments to Bluesky posts via API. The post publishes but images are missing. Contact support via in-app chat for status updates.
Unsupported picture size (TikTok)
TikTok rejected the image. Ensure the image is in JPEG or WebP format (not PNG), under 20 MB, and max 1080 pixels resolution. See: Social Platform Requirements
The parent job ... cannot be replaced. addJob
This error comes from the internal media conversion queue when multiple publish attempts try to use the same job ID instead of creating a new one. Common causes: 1) Your automation runs parallel publish attempts for the same post, 2) WAIT time too short - previous conversion still in progress, 3) Publishing before mediaURL/asset is ready. Fix: In n8n/Make automations, ensure only one publish attempt runs at a time and wait for mediaURL to be ready before publishing. Check API Dashboard for the exact failed request details.
Failed to publish TikTok post after 3 retries
Temporary TikTok API outage. This is a TikTok server issue, not a Blotato issue. Check Buffer's status page to confirm the outage. Wait a few hours and retry from Failed Posts. Open a support ticket via in-app chat to receive +3000 credits for the inconvenience.
Post shows "published" but does not appear on the platform
The social platform accepted the post but later delayed or suppressed it. Wait 10-15 minutes, then check the post URL from Published Posts. If the URL returns 404, the platform removed it (spam filter, account health). Reduce posting frequency and engage organically.
No available slot time found in the next year
You used useNextFreeSlot: true but no schedule slots exist for the target platform/account. Go to Content Calendar and create schedule slots that match the platform you are publishing to. Each slot must include the specific platform -- a slot for "Instagram" does not match a LinkedIn post. See: Schedule Slots API
Plan Limit Errors
These errors are returned when you exceed one of your Blotato plan limits. For the full table of limits per plan, see Plan Limits.
You have reached the maximum number of connected accounts (N) for your plan. Please disconnect some accounts or upgrade your plan.
You hit the connected-accounts cap for your plan. Disconnect an account in Settings > Social Accounts or upgrade. Facebook Pages and LinkedIn Company Pages do not count toward the limit. See: Plan Limits
You have reached the maximum number of scheduled posts (N) for your plan. Please remove some scheduled posts or upgrade your plan.
You hit the queued-scheduled-posts cap. Delete upcoming posts from Upcoming Posts or upgrade your plan. See: Plan Limits
Scheduled time is too far in the future.
Your scheduled time is past your plan's horizon. Pick a time within your plan's window or upgrade. See: Plan Limits
File exceeds the maximum upload size (N MB) for your plan. Upload a smaller file, or upgrade your plan to increase your max upload size.
Your media file is larger than your plan's upload cap. Compress or trim the file, or upgrade. See: Plan Limits
Account Limits
TikTok (Starter Plan)
3 unique accounts per 24h, 10 posts per account
Limit applies to Starter plan only. Creator and Agency plans unrestricted.
50 posts per day per account
Hard limit per 24-hour window.
10 pins per day per account
Auto-verified by Blotato when you reconnect, provided your Pinterest has 100+ monthly views from a 2-week manual warm-up (1 pin/day ramping to 3/day).
35 posts per 24h per Facebook account (not per Page); 5 per day per Page recommended
The 35-post cap is enforced per parent Facebook account across all connected Pages, so 3 Pages each posting 12 times exceeds it. Posting above 5 per day per Page also negatively impacts post reach.
YouTube
10 uploads per channel per 24h via API
YouTube-enforced limit. New channels may have lower quotas. Upload via YouTube website to bypass.
For full details on platform posting limits, see: https://help.blotato.com/settings/social-accounts#platform-posting-limits
App Errors
Application error: a client-side exception has occurred while loading my.blotato.com
Refresh the page.
Troubleshooting Steps
General Connection Issues
Open incognito Chrome browser
Log out of all other accounts
Log into target social account only
Log into Blotato
Connect account
API Issues
Check your API Dashboard - click on any request to see the full payload, error response, and which account it was sent to
Verify API keys copied correctly without spaces
Check you have sufficient AI credits
Validate JSON at jsonlint.com
Compare your request with API documentation
Account Health Issues
Warm up new accounts manually for several days
Post organically before connecting to Blotato
Stay active on account (reply to comments, engage)
Don't exceed platform posting limits
Use platform-appropriate content formats
Last updated