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

403 Error on Linux, but works on Windows #462

Open
malikmajai opened this issue Aug 24, 2023 · 0 comments
Open

403 Error on Linux, but works on Windows #462

malikmajai opened this issue Aug 24, 2023 · 0 comments

Comments

@malikmajai
Copy link

url = f"https://api.sniper.xyz/v7/activities?symbol=all"
scraper = cfscrape.create_scraper(delay=10)
response = scraper.get(url, headers=headers)
print(f'Status Code: {response.status_code}')
print(f'Status Code Reason: {response.reason}')

Works on my windows python 3.10 but doesn't on linux python 3.8

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

1 participant