ErrLookup › firecrawl/open-lovable
firecrawl/open-lovable
🔥 Clone and recreate any website as a modern React app in seconds · TypeScript · 274 source files
Analyzed at 69bd93bae7 on 2026-08-28. 39 documented errors.
| Code / Message | Type | Severity | Tags |
|---|---|---|---|
| Unsupported sandbox type | exception | error | sandbox, api-surface-mismatch, e2b |
| Failed to create zip: ${error} | exception | error | sandbox, shell-command, zip |
| Failed to read zip file: ${error} | exception | error | sandbox, shell-command, file-read |
| Firecrawl API key not configured | exception | error | configuration, env-var, firecrawl |
| Firecrawl API returned ${firecrawlResponse.status} | exception | error | network, http-status, firecrawl, third-party-api |
| No branding data in Firecrawl response | exception | error | firecrawl, third-party-api, response-shape |
| Failed to list files | exception | error | sandbox, shell-command, filesystem |
| Failed to capture screenshot | exception | error | firecrawl, screenshot, third-party-api |
| Screenshot not available in response - check console for ful | exception | error | firecrawl, screenshot, response-shape, third-party-api |
| FIRECRAWL_API_KEY environment variable is not set | exception | error | configuration, env-var, firecrawl |
| Firecrawl API error: ${error} | exception | error | firecrawl, http-error, api, network |
| Failed to scrape content | exception | error | firecrawl, api, scraping, response-shape |
| Failed to scrape website | exception | error | firecrawl, sdk, scraping, api |
| Search failed | exception | error | firecrawl, search, http-error, network |
| MORPH_API_KEY is not set | exception | error | configuration, env-var, morph, missing-api-key |
| Morph API error ${res.status}: ${text} | exception | error | http, api, external-service, authentication |
| Unable to read file: ${normalizedPath} | exception | error | filesystem, sandbox, io |
| Failed to write file via shell: ${normalizedPath} | exception | error | filesystem, sandbox, shell, io |
| No available method to write files to sandbox | exception | error | sandbox, interface, configuration |
| Unknown sandbox provider: ${selectedProvider}. Supported pro | exception | error | configuration, sandbox, validation |
| No active sandbox | exception | error | sandbox, lifecycle, e2b |
| No active sandbox | exception | error | sandbox, lifecycle, vercel |
| Failed to write file via command: ${writeResult.stderr} | exception | error | sandbox, vercel, filesystem, shell-escape |
| Failed to read file: ${stderr} | exception | error | sandbox, filesystem, command-failed |
| setupViteApp not implemented for this provider | exception | error | not-implemented, provider, capability |
| restartViteServer not implemented for this provider | exception | error | not-implemented, provider, vite |
| Failed to install packages: ${response.statusText} | exception | error | http, api, network, npm |
| Unknown error | exception | error | api, sandbox, network, error-handling |
| Failed to apply code: ${response.statusText} | exception | error | network, fetch, http-status, streaming, sandbox |
| ${finalData?.error || 'Failed to apply code'} | exception | error | streaming, sandbox, application-error, code-apply |
| HTTP error! status: ${response.status} | exception | error | network, fetch, http-status, llm, streaming |
| ${data.error} | exception | error | zip, export, api-response, filesystem |
| Failed to extract brand styles | exception | error | network, scraping, branding, http-status |
| ${brandGuidelines.error || 'Failed to extract brand styles'} | exception | error | scraping, branding, api-response, validation |
| Failed to scrape website | exception | error | network, scraping, http-status |
| ${scrapeData.error || 'Failed to scrape website'} | exception | error | scraping, api-response, validation |
| Scrape data is missing | exception | error | state, logic, scraping, invariant |
| Failed to generate code | exception | error | network, llm, streaming, http-status |
| Failed to generate recreation | exception | error | streaming, sse, ai-generation, empty-response, react |