-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
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
Errors starting on 1/22/2020 #46
Comments
I've been following the same issue as reported in the nba_api for Python and the issues seems to be related to the fact that NBA API headers have changed (again). The same issue is happening in the
|
I have also had problems with game_logs(), which runs without ever completing. Please help! |
THANKS!!! |
Reinstall the newest version |
Thank you, and thank you for your nbastats package, its absolutely awesome!
Emmett
…On Fri, Jan 24, 2020, 2:09 PM Alex Bresler ***@***.***> wrote:
Closed #46 <#46>.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#46?email_source=notifications&email_token=AOLZ3MIMLSK7FZGPINI7CD3Q7M4HLA5CNFSM4KK2PZA2YY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOWGCSWMY#event-2978294579>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AOLZ3MKW4GKZ3UI77P7NB6LQ7M4HLANCNFSM4KK2PZAQ>
.
|
Hi I started getting some errors while running certain functions yesterday and I was wondering if these are reproducible issues for anyone else. I tried reinstalling the package but it didn't seem to help. I listed the 4 functions i normally use below and the error i got with each of them.
schedule <- seasons_schedule(seasons=2020, season_type="Regular Season")
Error: Column
dateGame
is unknowngameLogs <- game_logs(seasons=2020, league="NBA", result_types="player", season_types="Regular Season")
Error in curl::curl_fetch_memory(url, handle = handle) :
Operation was aborted by an application callback
teamStats <- bref_teams_stats(seasons = 2020)
Error in curl::curl_fetch_memory(url, handle = handle) :
Operation was aborted by an application callback
injuryDB <- bref_injuries()
Error in eval_tidy(pair$lhs, env = default_env) :
object 'slugPlayerBREF' not found
I did have some functions that still worked though:
The text was updated successfully, but these errors were encountered: