Thanks to visit codestin.com
Credit goes to github.com

Skip to content

[BUG] Cloud TikTok scraper fails with ERR_PROXY_AUTH_UNSUPPORTED #1755

Description

@noucair

Bug Description

I am using the paid SurfSense Cloud version with active credits.

The TikTok scraper repeatedly fails when scraping a common hashtag such as "Zara".

Error:

Page.goto: net::ERR_PROXY_AUTH_UNSUPPORTED at https://www.tiktok.com/robots.txt
Call log:

I also noticed:

  • Reddit scraper returns Success but 0 items for "Zara"
  • Google Search scraper returns Success but 0 SERP pages for "Zara"

These results also happen directly from the SurfSense API Playground.

Deployment Type

  • SurfSense Cloud (hosted version)
  • Self-hosted version

Steps to Reproduce

  1. Open API Playground.
  2. Select TikTok scraper.
  3. Use hashtag "Zara".
  4. Run the scraper.
  5. The request fails with ERR_PROXY_AUTH_UNSUPPORTED.

TikTok input:

{
"hashtags": ["Zara"],
"max_items": 10,
"results_per_page": 10
}

Reddit input:

{
"search_queries": ["Zara"]
}

Google Search input:

{
"queries": ["Zara"]
}

Expected Behavior

TikTok should return scraping results instead of a proxy authentication error.

Reddit and Google Search should return results for a common query such as "Zara".

Additional Information

This happens directly in the SurfSense API Playground, not only through my application.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions