panzarino / mlbgame

A Python API to retrieve and read MLB GameDay data
http://panz.io/mlbgame/
MIT License
529 stars 112 forks source link

2022 Games not appearing #151

Open etsweeney opened 2 years ago

etsweeney commented 2 years ago

mlbgame.games(2022, months=4, days=10) [] mlbgame.day(2022,4,10) []

danielkmetz commented 2 years ago

I am seeing this issue as well.

petrospapadakos commented 2 years ago

Any updates?

roe-men commented 2 years ago

having an issue with this in general not specific to 2022. Lists are coming back empty

easella commented 2 years ago

yeah same here

easella commented 2 years ago

i ran the code and it appears blank image

trevor-viljoen commented 2 years ago

The underlying data is no more. There's nothing that can be done about it as MLB has moved on to their new API. There are other projects on GitHub that pull from this data source. A complete rewrite of this project would be necessary to make use of the new API. Doing so would create many breaking changes.

etsweeney commented 2 years ago

Thanks @trevor-viljoen for the explanation. Could you share some of those other projects for others that come along later and find this?

trevor-viljoen commented 2 years ago

This one is mine: https://github.com/trevor-viljoen/mlbapi

This is another that I'm aware of: https://github.com/toddrob99/MLB-StatsAPI

jouellnyc commented 2 years ago

I'm using https://github.com/toddrob99/MLB-StatsAPI with great success. Thanks for your efforts thus far.