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

Method : anyPlayers.lowestPriceAnyCard no longer working #644

Open
jmallot21 opened this issue Dec 16, 2024 · 6 comments
Open

Method : anyPlayers.lowestPriceAnyCard no longer working #644

jmallot21 opened this issue Dec 16, 2024 · 6 comments

Comments

@jmallot21
Copy link

The anyPlayers.lowestPriceAnyCard method used to work fine, but now it doesn't return the right information.

Example with Jordan Poole :

query getFloor {
  anyPlayers(slugs:["jordan-poole-19990619"]){
    nodes{
      slug
      lowestPriceRare: lowestPriceAnyCard(rarity:rare){
        liveSingleSaleOffer { receiverSide { wei amounts {wei usd gbp eur }}}
        liveSingleBuyOffers { receiverSide{ wei amounts {wei usd gbp eur }}  }
        slug
      }
    }
  }
}

Response :
image

But :
1 : This card (jordan-poole-19990619-2023-rare-5) is no longer on sale
2 : There are many other cards on sale

image

@jmallot21
Copy link
Author

Hi,

The problem is always there.

Example Javonte Green :
image

Response :
image

Problems :

  • there are no rare cards appearing here, although there are rare cards on sale.
  • There's one limited card that stands out, but it's not currently on sale.

On Sorare :
image

Card javonte-green-19930723-2022-limited-289 not in sale :
image

Could I have some feedback on this point, which is very problematic for me on SorareNbaJet.

Thanks in advance.

@jmallot21
Copy link
Author

The problem is always there.
On Devin Vassel, for example.
image
But :
image

@redox Can you help me about this issue plz ?

@jmallot21
Copy link
Author

The problem is still with us, and is having a major negative impact on SorareNbaJet.
Can you fix it?

Thank you in advance.

@jmallot21
Copy link
Author

One more example :

Image

`query getFloor {
anyPlayers(slugs:["tyrese-maxey-20001104"]){
nodes{
slug
lowestPriceLimited: lowestPriceAnyCard(rarity:limited){
liveSingleSaleOffer { receiverSide { wei amounts {wei usd gbp eur }}}
liveSingleBuyOffers { receiverSide{ wei amounts {wei usd gbp eur }} }
}

  lowestPriceLimitedIS: lowestPriceAnyCard(rarity:limited inSeason: true){
    slug
    liveSingleSaleOffer { receiverSide { wei amounts {wei usd gbp eur }}}
  }

}
}`

But no response for no IS :

Image

@jmallot21
Copy link
Author

Image
I also think the inSeason parameter has a problem.

@redox
Copy link
Member

redox commented Jan 31, 2025

We have indeed a few false-positive with this field, that we changed internal implementation a few weeks ago. I don't have an ETA for its resolution for now.

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