| Search failed, please try again | Low | The retrieval step (Perplexity's web crawler layer) returned no usable sources or timed out during answer generation. More common on niche queries that hit only a handful of low-authority pages. | Click the rerun arrow next to the query. If it still fails, rephrase the question or add one or two extra keywords so the retriever can ground the answer in stronger sources. |
| You've reached your Pro Search limit | Medium | Perplexity Pro is capped at 600 Pro Searches per day per account (per the Perplexity help center). Free accounts get 5 Pro Searches per day, with unlimited Quick Search. | Switch the model selector to the default Quick Search to keep working without burning Pro quota. Pro quota resets every 24 hours on a rolling window, not at midnight UTC. |
| Rate limited, slow down | Medium | Abuse-prevention layer triggered, common when sending dozens of queries per minute or running scrapers against the public site. Affects the web, API, and iOS app equally because they share the abuse fingerprint. | Stop sending queries for 5 to 10 minutes. If you actually need that volume, switch to the Perplexity Sonar API (sonar-pro or sonar-reasoning) where rate limits are billed and predictable. |
| Failed to load Spaces | Medium | Spaces (the shared workspace feature launched in 2024) depends on the same auth state as the main app. A stale session or a third-party cookie blocker on perplexity.ai will break Spaces while leaving Quick Search intact. | Sign out and sign back in, or open the page in a private window. Safari users should disable Cross-Site Tracking Prevention for perplexity.ai under Settings, Privacy. |
| We couldn't generate an answer | Low | The model that drafts the response (defaults to Sonar; can be Claude 3.7 Sonnet, GPT-4.1, or Gemini 2.5 Pro on Pro) refused or returned an empty completion. Most often a content-policy edge case. | Switch the answer model in the composer (gear icon). Sonar tends to be the most permissive on factual queries; Claude is stricter on persona requests. Rephrase the question if it touches a policy edge. |
| Comet, page failed to render | Medium | Perplexity's Comet browser (released as a public download in 2025) ships its own rendering engine. A handful of sites with aggressive bot detection (Cloudflare Turnstile, Akamai Bot Manager) refuse to render inside Comet on first load. | Click the refresh icon twice; Comet retries with a different user-agent string. If it still fails, the universal escape hatch is to open the URL in your default browser via the 'Open externally' menu. |
| Unable to fetch sources | Medium | Perplexity's web fetch pipeline got robots.txt blocked, captcha walled, or returned a 403 for every candidate URL. Happens disproportionately on queries about gated databases (Bloomberg, FT, academic journals). | Rephrase the query to surface non-gated sources (add 'site:wikipedia.org', 'site:gov', or 'open access') or attach a PDF or URL directly to the chat so Perplexity does not need to fetch. |
| Voice mode microphone not detected | Low | OS-level microphone permission was denied or rotated after a system update. macOS 15.x resets mic permissions for browsers when the OS is upgraded; the same happens on Windows 11 24H2. | macOS: System Settings, Privacy and Security, Microphone, enable for Chrome / Safari / Perplexity. Windows 11: Settings, Privacy and security, Microphone. Reload perplexity.ai after granting. |
| Network error / streaming stopped | Low | The streaming connection dropped mid-answer. Usually a wifi flap, a captive portal kicking in, or an ad blocker filtering an XHR call that the streaming layer needs. | Reload the page. If it repeats, disable uBlock Origin and Privacy Badger for perplexity.ai. Corporate networks that proxy WebSockets sometimes mangle the streaming format; try a personal hotspot to confirm. |
| Account suspended / restricted | High | Abuse-detection flagged the account for one of three things: API-style automation against the public site, repeated content-policy violations, or fraudulent payment. Genuine suspensions arrive with a Trust and Safety email. | Check the email on file (including spam) for a Perplexity Trust and Safety notice. Reply with context. Average response is 2 to 5 business days per the Perplexity help center. Do not create a second account; that escalates to a hardware ban. |
| API: 429 too many requests | Medium | Sonar API hit the per-key rate limit. The default limit is documented in the Perplexity API reference and varies by tier; bursts above 50 requests per second consistently trip the throttle regardless of tier. | Add exponential backoff (start at 1 second, double up to 32) and confirm you are reading the Retry-After header. For sustained volume, request a rate-limit increase from [email protected] with usage projections. |