Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issues with running #1

Open
17batt-h opened this issue May 3, 2024 · 6 comments
Open

Issues with running #1

17batt-h opened this issue May 3, 2024 · 6 comments

Comments

@17batt-h
Copy link

17batt-h commented May 3, 2024

Are there any known issues with this? I’m getting error messages every time I try to run

@cozma
Copy link
Owner

cozma commented May 3, 2024

Are there any known issues with this? I’m getting error messages every time I try to run

The only issue I know exists is the timeout when ticketmaster detects it as a bot, but otherwise no issues. The workaround for that is decreasing the refresh rate.

What was your error?

@Desterer
Copy link

I'm also trying to run this script and I'm getting errors
Anytime the browser is opened by the script Ticketmaster detects it's a bot
Are there any fixes or workarounds available ?

@cozma
Copy link
Owner

cozma commented Aug 20, 2024

@Desterer I will see if I can implement a proxy version, but there is some boilerplate there. To fully avoid the TM detection you're going to have to add a proxy service that lets you rotate the IP address. Something like:

const browser = await puppeteer.launch({
        headless: false,
        args: [
            '--incognito',
            '--proxy-server=your_proxy_server_here' // Replace with your proxy server
        ]
    });

@Desterer
Copy link

Thanks that would be great if you could, I don't know JavaScript to be able to do it myself unfortunately

@irisacht
Copy link

Are there any known issues with this? I’m getting error messages every time I try to run

The only issue I know exists is the timeout when ticketmaster detects it as a bot, but otherwise no issues. The workaround for that is decreasing the refresh rate.

What was your error?

How much should the refresh rate be decreased for it to work?
And is " const msToRun = 15000 // 10 seconds " what should be changed?

@pangpangcodes
Copy link

FYI I changed to 300000 // 10 seconds and still getting error

TimeoutError: Timed out after waiting 30000ms

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants