-
I am getting
Traceback (most recent call last):
File "/content/mlb-twitterbot/mlb_grapher.py", line 11, in
game_id_input = sys.argv[1]
IndexError: list index out of range
changed all …
-
## This issue is a
- [ ] Bug Report
- [x] Feature Request
Introduce behavior to use applicable City Connect colors on Tuesdays for home games.
-
Running the same code as before:
```
def team_games(year,month):
month = mlbgame.games(year, month)
games = mlbgame.combine_games(month)
for game in games:
print game.game_…
-
Have you discovered if there is a rate limit? I don't know why I keep getting this error nor why I should be getting it. I do not believe it is a problem with my code since it does work as intended th…
-
Is there a way to loop through every day of the season and get your _accumulating_ score for a rate stat?
In order to find my HR score for any given day of the season, I can check all previous days…
-
The function fg_batter_game_logs is no longer working. Example:
> fg_batter_game_logs(playerid = 15640, year = 2023)
Error in curl::curl_fetch_memory(url, handle = handle): Could not resolve host:…
-
Getting an error with responses from the `overview` function:
```
from mlbgame import games, box_score, overview
this = games(2019, 5, 1, home='Phillies')
game_id = this[0][0].game_id
ovr =…
-
Here I'm trying to conditionally position my search bar and input values based on whether the API data is displayed on the screen. If it is not, put the search bar in the middle of the page, if it is,…
-
fg_pitcher_leaders is not working. Even the example shown has the same error I am getting. Here is the error:
> test
-
Hi team,
I am getting this error:
```
ValidationError Traceback (most recent call last)
Cell In[7], [line 1](vscode-notebook-cell:?execution_count=7&line=1)
----> [1](…