danielwerg / r6api.js

🍫 Node.js wrapper around Rainbow Six Siege APIs
https://npm.im/r6api.js
MIT License
111 stars 19 forks source link

Error: 400 Stripped in prod #62

Closed PixelNinja132 closed 3 years ago

PixelNinja132 commented 3 years ago

Hey,

I keep trying to use functions such as getProgression and getRanks but they all say "Error: 400 stripped in prod". Does anyone know why this is happening?

Thanks.

PixelNinja132 commented 3 years ago

Notes: I'm using PSN usernames in an ASYNC function with await.

danielwerg commented 3 years ago

You doing something wrong in your end, need to see your code tell what it is. My guess is you are using wrong type of id.

PixelNinja132 commented 3 years ago

Ah, my bad, sorry. I was trying to use the PSN name instead of first fetching the ID.

Is there a way to get all players in a match by match ID? Thanks

danielwerg commented 3 years ago

Is there a way to get all players in a match by match ID?

Not that I know of

PixelNinja132 commented 3 years ago

Ah k, tysm!