brightdata-common-errors

Featured

Diagnose and fix Bright Data common errors and exceptions. Use when encountering Bright Data errors, debugging failed requests, or troubleshooting integration issues. Trigger with phrases like "brightdata error", "fix brightdata", "brightdata not working", "debug brightdata".

AI & Automation 2,266 stars 315 forks Updated today MIT

Install

View on GitHub

Quality Score: 99/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Bright Data Common Errors ## Overview Diagnostic reference for the most common Bright Data proxy and API errors with real solutions and fix commands. ## Prerequisites - Bright Data zone configured - Proxy credentials available - Access to error logs ## Instructions ### Step 1: Identify the Error Check your proxy response status code or error message against the table below. ### Step 2: Apply the Fix Follow the specific solution for your error code. ## Error Reference ### 407 Proxy Authentication Required ``` HTTP/1.1 407 Proxy Authentication Required ``` **Cause:** Username format is wrong or credentials are invalid. **Fix:** ```bash # Verify credential format — must be exactly: # brd-customer-{CUSTOMER_ID}-zone-{ZONE_NAME} echo "Username: brd-customer-${BRIGHTDATA_CUSTOMER_ID}-zone-${BRIGHTDATA_ZONE}" # Test with curl curl -x "http://brd-customer-${BRIGHTDATA_CUSTOMER_ID}-zone-${BRIGHTDATA_ZONE}:${BRIGHTDATA_ZONE_PASSWORD}@brd.superproxy.io:33335" \ https://lumtest.com/myip.json ``` --- ### 502 Bad Gateway ``` HTTP/1.1 502 Bad Gateway X-Luminati-Error: target_site_blocked ``` **Cause:** Target site blocked the request despite Web Unlocker retries. **Fix:** - Increase timeout to 120s (Web Unlocker needs time to solve CAPTCHAs) - Switch to Scraping Browser zone for JS-heavy sites - Add `-country-us` to username for geo-specific content --- ### SSL Certificate Errors ``` Error: SSL: CERTIFICATE_VERIFY_FAILED ``` **Cause:** Missing Bright Data CA cert...

Details

Author
jeremylongshore
Repository
jeremylongshore/claude-code-plugins-plus-skills
Created
7 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Featured

brightdata-install-auth

Install and configure Bright Data SDK/CLI authentication. Use when setting up a new Bright Data integration, configuring API keys, or initializing Bright Data in your project. Trigger with phrases like "install brightdata", "setup brightdata", "brightdata auth", "configure brightdata API key".

2,266 Updated today
jeremylongshore
AI & Automation Featured

brightdata-debug-bundle

Collect Bright Data debug evidence for support tickets and troubleshooting. Use when encountering persistent issues, preparing support tickets, or collecting diagnostic information for Bright Data problems. Trigger with phrases like "brightdata debug", "brightdata support bundle", "collect brightdata logs", "brightdata diagnostic".

2,266 Updated today
jeremylongshore
AI & Automation Featured

brightdata-upgrade-migration

Analyze, plan, and execute Bright Data SDK upgrades with breaking change detection. Use when upgrading Bright Data SDK versions, detecting deprecations, or migrating to new API versions. Trigger with phrases like "upgrade brightdata", "brightdata migration", "brightdata breaking changes", "update brightdata SDK", "analyze brightdata version".

2,266 Updated today
jeremylongshore
AI & Automation Featured

brightdata-hello-world

Create a minimal working Bright Data example. Use when starting a new Bright Data integration, testing your setup, or learning basic Bright Data API patterns. Trigger with phrases like "brightdata hello world", "brightdata example", "brightdata quick start", "simple brightdata code".

2,266 Updated today
jeremylongshore
AI & Automation Featured

brightdata-security-basics

Apply Bright Data security best practices for secrets and access control. Use when securing API keys, implementing least privilege access, or auditing Bright Data security configuration. Trigger with phrases like "brightdata security", "brightdata secrets", "secure brightdata", "brightdata API key security".

2,266 Updated today
jeremylongshore