Unsure what exactly is causing this. It seems to be a CloudFlare bot protection issue but I'm not too sure.
cfscrape works locally, but not on the actual server. I've updated it, tried changing the user-agent and the issue still exists.
Initial guess is they have some form of check to see if the client looks like a bot (maybe it checks IP ranges or something), and that is why it's not working.
The weird thing is, it still appears to be outputting a proper cloudflare check response, but the status code is 503 so it causes cfscrape to fail. Not sure what is going on.
Appears to be fixed now? I updated cfscrape but it still didn't work. Several requests later is started mentioning that nodejs was missing for some reason. No idea how that happened. Reinstalled and all good.
Unsure what exactly is causing this. It seems to be a CloudFlare bot protection issue but I'm not too sure.
cfscrape works locally, but not on the actual server. I've updated it, tried changing the user-agent and the issue still exists.
Initial guess is they have some form of check to see if the client looks like a bot (maybe it checks IP ranges or something), and that is why it's not working.
The weird thing is, it still appears to be outputting a proper cloudflare check response, but the status code is 503 so it causes cfscrape to fail. Not sure what is going on.