Betarena / scores

We are building the first open-source live results and statistics platform with community involvement features for data insertion. The project includes a blockchain component that will allow participants to receive rewards based on their participation and also to stake the future Token of the platform.
GNU General Public License v3.0
18 stars 6 forks source link

[Bug]: Tournaments Taça de Portugal no Info #1688

Closed jonsnowpt closed 1 year ago

jonsnowpt commented 1 year ago

Is there an existing issue for this?

🐞 Describe the bug

https://scores.betarena.com/football/portugal/taca-de-portugal

No information is available.

πŸ€” Expected Behavior

Fixtures, players, and tournament details should be available.

What environment is the bug/issue detected in.

What browsers are you seeing the problem on?

What device/platform can the problem be seen?

Steps To Reproduce

https://scores.betarena.com/football/portugal/taca-de-portugal

Console Logs (if any)

No response

Anything else?

No response

migbash commented 1 year ago

Note league_id: 468. πŸ“Œ CASUE :: Data for the scores_football_seasons_details > (season_id) 21866 has been missing for majority of the columns, with the exception of the league_id and season_id. Upon targeted backend data update, data was updated correctly for all, expect the squad, which is another endpoint. This has restored the data in relation to the league_info data of the page.

Warning No Standings data exist for league_id: 468 - season_id: 21866 from Sportmonks-V2. https://soccer.sportmonks.com/api/v2.0/standings/season/21866

<img src="https://github.com/Betarena/scores/assets/20924663/c9af2690-c4d0-4b50-bc77-52a0cc1a44b5" width="450" />

Warning No season.rounds data exists for league_id: 468 - season_id: 21866 from Sportmonks-V2. https://soccer.sportmonks.com/api/v2.0/seasons/21866/?include=rounds

<img src="https://github.com/Betarena/scores/assets/20924663/a8a6d35b-baed-4605-9452-b923e0e9717f" width="450" />

jonsnowpt commented 1 year ago

@migbash, why was it missing?

migbash commented 1 year ago

@jonsnowpt What are you referring to ? The League Info ? Or the Standings ?

jonsnowpt commented 1 year ago

@migbash

This:

Data for the scores_football_seasons_details > (season_id) 21866 has been missing for majority of the columns, with the exception

migbash commented 1 year ago

@jonsnowpt

Believed to be related to the first initial testing period of the upgrade for the new League > currentSeason check, which probably updated the new season, without filling in the rest of the data columns, and then was not picked up as NEW later on, so remained un-updated. Checked for any similar cases of seasons, and couldn't fine similar cases, so just an expection.