outside-edge / python-espncricinfo

Python wrapper for the ESPNCricInfo JSON API
MIT License
144 stars 65 forks source link

[BUG]Kernel dead in jupyter notebook #55

Open hanishche opened 1 year ago

hanishche commented 1 year ago

Describe the bug

from espncricinfo.summary import Summary s = Summary() s.match_ids

By running the above code, i am getting kernel dead restart error in jupyter notebook everytime. Can you check and tell me please thanks

To Reproduce Steps to reproduce the behavior:

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

Additional context Add any other context about the problem here.