Skip to content
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

http://data.nba.net/10s/prod/v2/today.json returns dead #3

Closed
GUIMess opened this issue Dec 12, 2022 · 4 comments
Closed

http://data.nba.net/10s/prod/v2/today.json returns dead #3

GUIMess opened this issue Dec 12, 2022 · 4 comments

Comments

@GUIMess
Copy link

GUIMess commented Dec 12, 2022

Navigating there returns

"Service Unavailable - DNS failure
The server is temporarily unable to service your request. Please try again later."

I appreciate it's not your site. Just thought you should be aware.

@GUIMess
Copy link
Author

GUIMess commented Dec 12, 2022

And my worst fear came true. It works fine and I jumped the gun. I apologize.

@GUIMess GUIMess closed this as completed Dec 12, 2022
@EliotChignell
Copy link
Collaborator

Yeah, the data.nba.net API no longer works and most of the bot has been migrated to other services, but the docs haven't yet been updated to support that.

All cache/today.json needs to be is

{
  "seasonScheduleYear": 2022,
  "links": {
    "currentDate": "YYYYMMDD"
  }
}

I'll update the docs eventually

@GUIMess
Copy link
Author

GUIMess commented Dec 12, 2022

Appreciate you. I'm trying to convert this to work for CFB. I'll do a better job at figuring stuff out before I post issues.

@EliotChignell
Copy link
Collaborator

Don't worry about it at all, the code currently is in a bit of a mess but I'll see if I can polish it up to be functional in accordance with the docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants