sorare / api

Sorare API documentation
155 stars 49 forks source link

BUG on Cards - Errors: Something went wrong #612

Open jmallot21 opened 3 months ago

jmallot21 commented 3 months ago

Hi,

Bug on this card : https://sorare.com/nba/players/marjon-beauchamp-20011012/cards?card=marjon-beauchamp-20011012-2023-limited-718

==> Errors: Something went wrong

Example :

query getCardInError {
                    tokens{
                        anyCard(assetId:"0x0400925dcae04b8f502a6784bc281c785de8ac1eb85bea266efda1f9debdbacc"){
                             assetId name slug
                            ... on NBACard {
                                id rarityTyped serialNumber seasonYear
                                player: basketballPlayer{
                                    slug displayName
                                }

                            }
                        }
                  }
                }

image

There are also other cards affected by the same problem:

Ps : As a result, the allCards() API can't be used either.

Thanks

jmallot21 commented 2 months ago

Another problem : https://sorare.com/fr/nba/my-club/rosk04-sorarenbajet/cards?q=marjon&card=marjon-beauchamp-20011012-2023-limited-699

As a result, an error appears when you want to retrieve the cards of a manager who has a card in error. image