cozma/alertix

Issues with running

Opened this issue · 6 comments

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

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?

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 ?

@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
        ]
    });

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

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?

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

TimeoutError: Timed out after waiting 30000ms