question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[403] All Stats endpoints

See original GitHub issue

Hi

I’m experiencing this issue at the moment

“Error: Request failed with status code 403”

I believe the cookie has expired that you’ve implemented.

let iwStatistics = codAPI.IWStats(playerId, 'psn');
let bo3Statistics = codAPI.BO3Stats(playerId, 'psn');
let wwiiStatistics = codAPI.WWIIStats(playerId, 'psn');
let bo4Statistics = codAPI.BO4Stats(playerId, 'psn');

await Promise.all([
	iwStatistics,
	bo3Statistics,
	wwiiStatistics,
	bo4Statistics,
]);

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:14 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
Lierrmmcommented, Mar 22, 2019

Looks like the endpoints have changed. Will be working on it today.

0reactions
Lierrmmcommented, Mar 26, 2019

no idea, you may have to just tinker with the code a bit.

Read more comments on GitHub >

github_iconTop Results From Across the Web

HTTP 403 Forbidden | What is 403 Forbidden Error and How ...
An HTTP 403 code means that the server understood the request but will not process it. If the server wants to make known...
Read more >
Dashboard returns 403 on stats call - Hangfire Discussion
I'm running HF in .net core 3.1 and when I navigate to the dashboard it will load correctly, but all calls to the...
Read more >
Stats Job returns an Error 403 - Ads API SDKs
Here is the message we got. HTTP status: 403 code: ACTION_NOT_ALLOWED reason: Permissions Set(ACCOUNT_ADMIN, AD_MANAGER, AD_VIEWER) are required ...
Read more >
Every call fails with 403 AuthZ_2.0 "Your brand does not have ...
Every call fails with 403 AuthZ_2.0 "Your brand does not have access to this API endpoint." ... I tried both the token and...
Read more >
'Quote' Endpoint 403 Forbidden Error · Issue #141 - GitHub
Hi, I'm getting a 403 error on the quote endpoint even via the Interactive REST API Explorer, no matter what parameters I use....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found