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
from espncricinfo.match import Match m = Match('1363448') match_json=m.get_comms_json() print(match_json)
I am not sure why this isn't working, this matchid produces results for all scorecard functions and there is comms for this match (https://www.espncricinfo.com/series/ireland-in-sri-lanka-2023-1363445/sri-lanka-vs-ireland-2nd-test-1363448/ball-by-ball-commentary)
Thanks
The text was updated successfully, but these errors were encountered:
any one working on a fix for this? would be good to get working again
Sorry, something went wrong.
dwillis
No branches or pull requests
from espncricinfo.match import Match m = Match('1363448') match_json=m.get_comms_json() print(match_json)
I am not sure why this isn't working, this matchid produces results for all scorecard functions and there is comms for this match (https://www.espncricinfo.com/series/ireland-in-sri-lanka-2023-1363445/sri-lanka-vs-ireland-2nd-test-1363448/ball-by-ball-commentary)
Thanks
The text was updated successfully, but these errors were encountered: