Error: [RocketLeague] Auth failed: {"Responses":[{"ID":1,"Error":{"Type":"VersionMismatch","Message":""}}]}
Closed this issue · 6 comments
[RocketLeague] Auth failed: {"Responses":[{"ID":1,"Error":{"Type":"AccessDenied","Message":""}}]}
I don't know why I am getting this error
let authRequest = JSON.stringify([
{
Service: 'Matchmaking/PlayerSearchPrivateMatch',
Version: 1,
Auth: RLKey,
ID: 1,
Params: {
"Region": "EU"
}
}
]);
Has this issue been resolved yet? I am getting the same error. Please get a fix out there!
This can occur due to many different reasons.
I'd need more information to figure out why this is occurring.
I am getting this in every endpoint with Authentication required, else return empty results
I am getting this in every endpoint with Authentication required, else return empty results
Can you give me more information on what exactly you're doing. Seems like you might not be authorized correctly
Note that the demo.js doesn't work out of the box.
What do you have buildID and featureSet set to?
ok its working after changing buildID but how do you find all these endpoints?
@Johna-3212 , that's something you'd have to ask @AeonLucid
@AeonLucid I believe this issue can be closed now.