We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug get_data() method in Player class returns a 403 when it tries to access the html page
To Reproduce p = Player(47270) print(p.get_data(None, 1, 'batting', 'match'))
p = Player(47270)
print(p.get_data(None, 1, 'batting', 'match'))
Expected behavior Should be able to access the html page and cotinue with the parsing process.
Screenshots I've put a print command to show the contents of the html page
This is what the output and stack trace is.
The Response <403> is the output from printing the HTML.
Additional context I'm guessing this is espncricinfo blocking odd requests not coming from browsers? Is there a way to get around this?
The text was updated successfully, but these errors were encountered:
should be able to use a driver that is recognized as a user
Sorry, something went wrong.
dwillis
No branches or pull requests
Describe the bug
get_data() method in Player class returns a 403 when it tries to access the html page
To Reproduce
p = Player(47270)
print(p.get_data(None, 1, 'batting', 'match'))
Expected behavior
Should be able to access the html page and cotinue with the parsing process.
Screenshots
I've put a print command to show the contents of the html page
This is what the output and stack trace is.
The Response <403> is the output from printing the HTML.
Additional context
I'm guessing this is espncricinfo blocking odd requests not coming from browsers? Is there a way to get around this?
The text was updated successfully, but these errors were encountered: