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

ability_casts inround values are set to null #73

Closed
Root-DE opened this issue Mar 17, 2024 · 4 comments
Closed

ability_casts inround values are set to null #73

Root-DE opened this issue Mar 17, 2024 · 4 comments

Comments

@Root-DE
Copy link

Root-DE commented Mar 17, 2024

The ability_casts dictonary in the rounds list is always filled with null values when using the endpoint /valorant/v3/by-puuid/matches/{affinity}/{puuid}. But in the list ["players"]["all_players"] the overall number of ability_casts is stated.

"rounds": [
      {
          "winning_team": "Blue",
          "end_type": "Round timer expired",
          "bomb_planted": false,
          "bomb_defused": false,
          "plant_events": {
              "plant_location": null,
              "planted_by": null,
              "plant_site": null,
              "plant_time_in_round": null,
              "player_locations_on_plant": null
          },
          "defuse_events": {
              "defuse_location": null,
              "defused_by": null,
              "defuse_time_in_round": null,
              "player_locations_on_defuse": null
          },
          "player_stats": [
              {
                  "ability_casts": { # <-- The entries are set to null
                      "c_casts": null,
                      "q_casts": null,
                      "e_cast": null,
                      "x_cast": null
                  },
@Root-DE Root-DE changed the title ability_casts ability_casts inround values are set to null Mar 17, 2024
@raimannma
Copy link

That's riots issue nothing we can do about.

@Root-DE
Copy link
Author

Root-DE commented Mar 17, 2024

Thank you for clarification. Do you know by any chance another way to get the ability_casts - maybe even where an ability was casted?

@raimannma
Copy link

There is no way to get that

@Root-DE
Copy link
Author

Root-DE commented Mar 18, 2024

Thank you

@Root-DE Root-DE closed this as completed Mar 18, 2024
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