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

Incorrect status received from GitHub API. Expected 200, received; 403. See console for more details. #65

Open
PatoFlamejanteTV opened this issue Oct 20, 2024 · 0 comments

Comments

@PatoFlamejanteTV
Copy link

Hi! I use this extension since ~1-2 months ago, I never had any problems, but randomly, this error showed where the language's pie chart should be:

Incorrect status received from GitHub API. Expected 200, received; 403. See console for more details.

Response { type: "basic", url: "https://api.github.com/users/PatoFlamejanteTV/repos?page=1&per_page=50", redirected: false, status: 403, ok: false, statusText: "", headers: Headers(20), body: ReadableStream, bodyUsed: false }
body: ReadableStream { locked: false }
bodyUsed: false
headers: Headers(20) { "access-control-allow-origin" → "*", "access-control-expose-headers" → "ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-RateLimit-Used, X-RateLimit-Resource, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, Deprecation, Sunset", "content-length" → "279", … }
​​<entries>
"access-control-allow-origin": "*"
"access-control-expose-headers": "ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-RateLimit-Used, X-RateLimit-Resource, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, Deprecation, Sunset"
"content-length": "279"
"content-security-policy": "default-src 'none'; style-src 'unsafe-inline'"
"content-type": "application/json; charset=utf-8"
date: "Sun, 20 Oct 2024 22:23:56 GMT"
"referrer-policy": "origin-when-cross-origin, strict-origin-when-cross-origin"
server: "Varnish"
"strict-transport-security": "max-age=31536000; includeSubdomains; preload"
"x-content-type-options": "nosniff"
"x-firefox-spdy": "h2"
"x-frame-options": "deny"
"x-github-media-type": "github.v3; format=json"
"x-github-request-id": "[CENSORED]"
"x-ratelimit-limit": "60"
"x-ratelimit-remaining": "0"
"x-ratelimit-reset": "1729463698"
"x-ratelimit-resource": "core"
"x-ratelimit-used": "60"
"x-xss-protection": "1; mode=block"
<prototype>: HeadersPrototype { append: append(), delete: delete(), get: get(), … }
ok: false
redirected: false
status: 403
statusText: ""
type: "basic"
url: "https://api.github.com/users/PatoFlamejanteTV/repos?page=1&per_page=50"
<prototype>: ResponsePrototype { clone: clone(), arrayBuffer: arrayBuffer(), blob: blob(), … }
[data.ts:140](webpack://github-user-languages/src/data.ts)
    fetchRepoData data.ts:140
    fulfilled data.ts:5

Some screenshots:
image
image

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

1 participant