Skip to main content
This reference lists Bright Data Browser API error codes, grouped into four categories, with each code’s meaning and a suggested action. When a request fails, Browser API returns a specific error code. Find the code in the tables below and follow the “Suggested Action” column.

Access and permissions

These errors indicate an access or permissions issue. The request was stopped either because your Browser API zone requires a configuration change, or because the target is restricted by Bright Data’s compliance safeguards.

Proxy errors

These errors indicate a routing or connection issue between the Browser API and the underlying proxy network. They typically happen when the proxy network struggles to establish or maintain a stable connection.

proxy_error messages

The proxy_error code is part of the Proxy errors above, but it covers several proxy-side conditions. The exact cause is described in the accompanying message:

Session limits

Browser API sessions are time-boxed to ensure optimal performance. These errors occur when a session runs too long, sits idle, or navigates multiple domains. To avoid them, break your tasks into shorter sessions and close connections promptly.

Browser and target site

These errors occur in the browser layer due to invalid script commands, timeouts or unexpected crashes. To resolve them, debug your automation code or retry the session.

cdp_error messages

The cdp_error code is part of the Browser and target site errors above, but it covers several browser-side conditions. The exact cause is described in the accompanying message:

Chromium network errors (net::ERR_*)

When the browser can’t reach or load a target site, it returns a standard Chrome network error prefixed with net::ERR_. These are the same errors you’d see in a regular Chrome browser, and they typically point to the state of the target site. For example, the site is temporarily down, unreachable or has an invalid TLS certificate. Error response format:
Because these are native Chrome errors, there are many possible codes. To understand a specific error and its cause, search the exact error name on source.chromium.org.
Need more help? For further assistance, contact support@brightdata.com.