I keep hitting an error when trying to load data from Apify
There are several possible reasons for Apify errors in Clay: If you're seeing a "failed to parse body" error, this typically means there's an issue with your JSON formatting in the Input Data section. Common problems include: 1. Missing quotation marks around text 2. Extra commas where they shouldn't be 3. Special characters that aren't properly formatted For proper JSON formatting: ** Ensure text is in quotes ** Remove trailing commas ** Double-check your data structure If your Apify actor is stuck in a "queued" status, try performing a hard refresh: ** Windows: Ctrl + Shift + R * Mac: Cmd + Shift + R Could you copy and paste your JSON from the Input Data section so I can help troubleshoot further?
Based on your screenshots, you might be experiencing one of these common Apify issues: 1. If your Apify actor is stuck in "queued" status, try a hard refresh: • Windows: Ctrl + Shift + R • Mac: Cmd + Shift + R 2. If you're seeing a "failed to parse body" error, it's likely a JSON formatting issue in your Input Data section. Common problems include: • Missing quotation marks around text • Extra commas at the end • Improperly formatted special characters Could you copy and paste your JSON from the Input Data section so I can help troubleshoot the specific formatting issue?