HTTP/2 302
server: nginx
date: Wed, 03 Sep 2025 03:46:37 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20161114184343
location: https://web.archive.org/web/20161114184343/https://developer.github.com/v3/troubleshooting/
server-timing: captures_list;dur=0.581659, exclusion.robots;dur=0.019964, exclusion.robots.policy;dur=0.009038, esindex;dur=0.013363, cdx.remote;dur=5.750488, LoadShardBlock;dur=166.807860, PetaboxLoader3.datanode;dur=61.519857, PetaboxLoader3.resolve;dur=66.261817
x-app-server: wwwb-app224
x-ts: 302
x-tr: 211
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app224; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Wed, 03 Sep 2025 03:46:37 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: GitHub.com
x-archive-orig-last-modified: Mon, 14 Nov 2016 05:40:40 GMT
x-archive-orig-access-control-allow-origin: *
x-archive-orig-expires: Mon, 14 Nov 2016 18:53:43 GMT
x-archive-orig-cache-control: max-age=600
x-archive-orig-x-github-request-id: 17EB2F18:4BFB:340034F:582A05DE
x-archive-orig-content-length: 29329
x-archive-orig-accept-ranges: bytes
x-archive-orig-date: Mon, 14 Nov 2016 18:43:43 GMT
x-archive-orig-via: 1.1 varnish
x-archive-orig-age: 0
x-archive-orig-connection: close
x-archive-orig-x-served-by: cache-sjc3143-SJC
x-archive-orig-x-cache: MISS
x-archive-orig-x-cache-hits: 0
x-archive-orig-x-timer: S1479149023.511902,VS0,VE127
x-archive-orig-vary: Accept-Encoding
x-archive-orig-x-fastly-request-id: 700a1c8e1fd59eb86b8f7f1db2bece15d9e41b67
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Mon, 14 Nov 2016 18:43:43 GMT
link:
; rel="original",
; rel="timemap"; type="application/link-format",
; rel="timegate",
; rel="first memento"; datetime="Fri, 26 Jul 2013 17:52:05 GMT",
; rel="prev memento"; datetime="Mon, 18 Apr 2016 23:55:24 GMT",
; rel="memento"; datetime="Mon, 14 Nov 2016 18:43:43 GMT",
; rel="next memento"; datetime="Sun, 05 Feb 2017 03:38:01 GMT",
; rel="last memento"; datetime="Sun, 29 Jun 2025 12:31:39 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: ARCHIVEIT-771-QUARTERLY-JOB248887-20161114-00001/ARCHIVEIT-771-QUARTERLY-JOB248887-20161114184331856-00016.warc.gz
server-timing: captures_list;dur=0.845328, exclusion.robots;dur=0.033405, exclusion.robots.policy;dur=0.016052, esindex;dur=0.016298, cdx.remote;dur=28.317321, LoadShardBlock;dur=45.985024, PetaboxLoader3.datanode;dur=61.444569, load_resource;dur=149.058871, PetaboxLoader3.resolve;dur=61.588801
x-app-server: wwwb-app224
x-ts: 200
x-tr: 310
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
Troubleshooting | GitHub Developer Guide
Navigate the docs…
API Overview
Media Types
OAuth
OAuth Authorizations API
Other Authentication Methods
Troubleshooting
Pre-release Program
API Previews
Versions
Activity overview
Events
Event Types & Payloads
Feeds
Notifications
Starring
Watching
Gists overview
Comments
Git Data overview
Blobs
Commits
References
Tags
Trees
Integrations
Installations
Issues overview
Assignees
Comments
Events
Labels
Milestones
Timeline
Migration overview
Migrations
Source Imports
Miscellaneous overview
Emojis
Gitignore
Licenses
Markdown
Meta
Rate Limit
Organizations overview
Members
Teams
Webhooks
Projects overview
Cards
Columns
Pull Requests overview
Review Comments
Reactions overview
Commit Comment
Issue
Issue Comment
Pull Request Review Comment
Repositories overview
Branches
Collaborators
Comments
Commits
Contents
Deploy Keys
Deployments
Downloads
Forks
Invitations
Merging
Pages
Releases
Statistics
Statuses
Traffic
Webhooks
Search overview
Repositories
Code
Issues
Users
Legacy Search
Users overview
Emails
Followers
Git SSH Keys
GPG Keys
Administration (Enterprise)
Enterprise overview
Admin Stats
LDAP
License
Management Console
Pre-receive Environments
Pre-receive Hooks
Search Indexing
Organization Administration
Troubleshooting
If you're encountering some oddities in the API, here's a list of resolutions to
some of the problems you may be experiencing.
Why am I getting a 404
error on a repository that exists?
Typically, we send a 404
error when your client isn't properly authenticated.
You might expect to see a 403 Forbidden
in these cases. However, since we don't
want to provide any information about private repositories, the API returns a
404
error instead.
To troubleshoot, ensure you're authenticating correctly , your OAuth access token has the required scopes , and third-party application restrictions are not blocking access.
Why am I not seeing all my results?
Most API calls accessing a list of resources (e.g. , users, issues, etc. ) support
pagination. If you're making requests and receiving an incomplete set of results, you're
probably only seeing the first page. You'll need to request the remaining pages
in order to get more results.
It's important to not try and guess the format of the pagination URL. Not every
API call uses the same structure. Instead, extract the pagination information from
the Link Header , which is sent with every request.
Navigate the docs…
API Overview
Media Types
OAuth
OAuth Authorizations API
Other Authentication Methods
Troubleshooting
Pre-release Program
API Previews
Versions
Activity overview
Events
Event Types & Payloads
Feeds
Notifications
Starring
Watching
Gists overview
Comments
Git Data overview
Blobs
Commits
References
Tags
Trees
Integrations
Installations
Issues overview
Assignees
Comments
Events
Labels
Milestones
Timeline
Migration overview
Migrations
Source Imports
Miscellaneous overview
Emojis
Gitignore
Licenses
Markdown
Meta
Rate Limit
Organizations overview
Members
Teams
Webhooks
Projects overview
Cards
Columns
Pull Requests overview
Review Comments
Reactions overview
Commit Comment
Issue
Issue Comment
Pull Request Review Comment
Repositories overview
Branches
Collaborators
Comments
Commits
Contents
Deploy Keys
Deployments
Downloads
Forks
Invitations
Merging
Pages
Releases
Statistics
Statuses
Traffic
Webhooks
Search overview
Repositories
Code
Issues
Users
Legacy Search
Users overview
Emails
Followers
Git SSH Keys
GPG Keys
Administration (Enterprise)
Enterprise overview
Admin Stats
LDAP
License
Management Console
Pre-receive Environments
Pre-receive Hooks
Search Indexing
Organization Administration