GitHub Webhooks requests return 403

ryanriley's Avatar

ryanriley

21 Oct, 2015 10:15 PM

My GitHub webhooks for freya-fs/freya and freya-fs/arachne started returning 403 Unauthorized responses. I tried recreating them, but I continue to get these responses. What might be wrong? Other projects are continuing to work just fine.

  1. Support Staff 1 Posted by Feodor Fitsner on 21 Oct, 2015 10:24 PM

    Feodor Fitsner's Avatar

    Hi Ryan,

    If you got to "New project" page - can you see those repos and add them as new projects?

    - Feodor

  2. 2 Posted by ryanriley on 22 Oct, 2015 04:09 AM

    ryanriley's Avatar

    I haven't tried. I already have the projects in the freya-fs org.

  3. 3 Posted by ryanriley on 22 Oct, 2015 04:16 AM

    ryanriley's Avatar

    Looks like I get a 403 for pull requests coming from outside the freya-fs org. Is that expected?

  4. 4 Posted by ryanriley on 22 Oct, 2015 04:23 AM

    ryanriley's Avatar

    Interesting note: freya-fs/arachne appears to have triggered builds on AppVeyor for branches in that repo, but freya-fs/freya did not do so. I'm very confused as to why I see 403 responses here when I don't see anything like this for other projects. Do I need to re-create the AppVeyor projects? These seem to have started on Oct 16 and were the norm on Oct 20.

  5. Support Staff 5 Posted by Feodor Fitsner on 22 Oct, 2015 04:32 AM

    Feodor Fitsner's Avatar

    That's right - you can see 403 on PR events only as there is a code getting PR details. You can't get 403 on regular push events as all the information is passed in webhook event.

    Could you drop webhook payload for failing request?

  6. 6 Posted by ryanriley on 22 Oct, 2015 04:56 PM

    ryanriley's Avatar

    How do I do that? Do you mean you want me to copy the payload here?

  7. 7 Posted by ryanriley on 22 Oct, 2015 04:57 PM

    ryanriley's Avatar
    {
      "action": "synchronize",
      "number": 11,
      "pull_request": {
        "url": "https://api.github.com/repos/freya-fs/arachne/pulls/11",
        "id": 48416618,
        "html_url": "https://github.com/freya-fs/arachne/pull/11",
        "diff_url": "https://github.com/freya-fs/arachne/pull/11.diff",
        "patch_url": "https://github.com/freya-fs/arachne/pull/11.patch",
        "issue_url": "https://api.github.com/repos/freya-fs/arachne/issues/11",
        "number": 11,
        "state": "open",
        "locked": false,
        "title": "Build updates",
        "user": {
          "login": "panesofglass",
          "id": 8803,
          "avatar_url": "https://avatars.githubusercontent.com/u/8803?v=3",
          "gravatar_id": "",
          "url": "https://api.github.com/users/panesofglass",
          "html_url": "https://github.com/panesofglass",
          "followers_url": "https://api.github.com/users/panesofglass/followers",
          "following_url": "https://api.github.com/users/panesofglass/following{/other_user}",
          "gists_url": "https://api.github.com/users/panesofglass/gists{/gist_id}",
          "starred_url": "https://api.github.com/users/panesofglass/starred{/owner}{/repo}",
          "subscriptions_url": "https://api.github.com/users/panesofglass/subscriptions",
          "organizations_url": "https://api.github.com/users/panesofglass/orgs",
          "repos_url": "https://api.github.com/users/panesofglass/repos",
          "events_url": "https://api.github.com/users/panesofglass/events{/privacy}",
          "received_events_url": "https://api.github.com/users/panesofglass/received_events",
          "type": "User",
          "site_admin": false
        },
        "body": "- [x] Use paket to package and push to NuGet\r\n- [x] Tagged versions for full releases\r\n- [ ] Only push master branch builds to NuGet",
        "created_at": "2015-10-22T04:28:16Z",
        "updated_at": "2015-10-22T04:32:06Z",
        "closed_at": null,
        "merged_at": null,
        "merge_commit_sha": "50537cf0a7e36cd9efecf0852a25d39429a4a8bc",
        "assignee": null,
        "milestone": null,
        "commits_url": "https://api.github.com/repos/freya-fs/arachne/pulls/11/commits",
        "review_comments_url": "https://api.github.com/repos/freya-fs/arachne/pulls/11/comments",
        "review_comment_url": "https://api.github.com/repos/freya-fs/arachne/pulls/comments{/number}",
        "comments_url": "https://api.github.com/repos/freya-fs/arachne/issues/11/comments",
        "statuses_url": "https://api.github.com/repos/freya-fs/arachne/statuses/6d836332b4837f307d7f7c7ab35e4ad0b5af812a",
        "head": {
          "label": "freya-fs:build",
          "ref": "build",
          "sha": "6d836332b4837f307d7f7c7ab35e4ad0b5af812a",
          "user": {
            "login": "freya-fs",
            "id": 9322151,
            "avatar_url": "https://avatars.githubusercontent.com/u/9322151?v=3",
            "gravatar_id": "",
            "url": "https://api.github.com/users/freya-fs",
            "html_url": "https://github.com/freya-fs",
            "followers_url": "https://api.github.com/users/freya-fs/followers",
            "following_url": "https://api.github.com/users/freya-fs/following{/other_user}",
            "gists_url": "https://api.github.com/users/freya-fs/gists{/gist_id}",
            "starred_url": "https://api.github.com/users/freya-fs/starred{/owner}{/repo}",
            "subscriptions_url": "https://api.github.com/users/freya-fs/subscriptions",
            "organizations_url": "https://api.github.com/users/freya-fs/orgs",
            "repos_url": "https://api.github.com/users/freya-fs/repos",
            "events_url": "https://api.github.com/users/freya-fs/events{/privacy}",
            "received_events_url": "https://api.github.com/users/freya-fs/received_events",
            "type": "Organization",
            "site_admin": false
          },
          "repo": {
            "id": 36832635,
            "name": "arachne",
            "full_name": "freya-fs/arachne",
            "owner": {
              "login": "freya-fs",
              "id": 9322151,
              "avatar_url": "https://avatars.githubusercontent.com/u/9322151?v=3",
              "gravatar_id": "",
              "url": "https://api.github.com/users/freya-fs",
              "html_url": "https://github.com/freya-fs",
              "followers_url": "https://api.github.com/users/freya-fs/followers",
              "following_url": "https://api.github.com/users/freya-fs/following{/other_user}",
              "gists_url": "https://api.github.com/users/freya-fs/gists{/gist_id}",
              "starred_url": "https://api.github.com/users/freya-fs/starred{/owner}{/repo}",
              "subscriptions_url": "https://api.github.com/users/freya-fs/subscriptions",
              "organizations_url": "https://api.github.com/users/freya-fs/orgs",
              "repos_url": "https://api.github.com/users/freya-fs/repos",
              "events_url": "https://api.github.com/users/freya-fs/events{/privacy}",
              "received_events_url": "https://api.github.com/users/freya-fs/received_events",
              "type": "Organization",
              "site_admin": false
            },
            "private": false,
            "html_url": "https://github.com/freya-fs/arachne",
            "description": "Types for HTTP and related standards",
            "fork": false,
            "url": "https://api.github.com/repos/freya-fs/arachne",
            "forks_url": "https://api.github.com/repos/freya-fs/arachne/forks",
            "keys_url": "https://api.github.com/repos/freya-fs/arachne/keys{/key_id}",
            "collaborators_url": "https://api.github.com/repos/freya-fs/arachne/collaborators{/collaborator}",
            "teams_url": "https://api.github.com/repos/freya-fs/arachne/teams",
            "hooks_url": "https://api.github.com/repos/freya-fs/arachne/hooks",
            "issue_events_url": "https://api.github.com/repos/freya-fs/arachne/issues/events{/number}",
            "events_url": "https://api.github.com/repos/freya-fs/arachne/events",
            "assignees_url": "https://api.github.com/repos/freya-fs/arachne/assignees{/user}",
            "branches_url": "https://api.github.com/repos/freya-fs/arachne/branches{/branch}",
            "tags_url": "https://api.github.com/repos/freya-fs/arachne/tags",
            "blobs_url": "https://api.github.com/repos/freya-fs/arachne/git/blobs{/sha}",
            "git_tags_url": "https://api.github.com/repos/freya-fs/arachne/git/tags{/sha}",
            "git_refs_url": "https://api.github.com/repos/freya-fs/arachne/git/refs{/sha}",
            "trees_url": "https://api.github.com/repos/freya-fs/arachne/git/trees{/sha}",
            "statuses_url": "https://api.github.com/repos/freya-fs/arachne/statuses/{sha}",
            "languages_url": "https://api.github.com/repos/freya-fs/arachne/languages",
            "stargazers_url": "https://api.github.com/repos/freya-fs/arachne/stargazers",
            "contributors_url": "https://api.github.com/repos/freya-fs/arachne/contributors",
            "subscribers_url": "https://api.github.com/repos/freya-fs/arachne/subscribers",
            "subscription_url": "https://api.github.com/repos/freya-fs/arachne/subscription",
            "commits_url": "https://api.github.com/repos/freya-fs/arachne/commits{/sha}",
            "git_commits_url": "https://api.github.com/repos/freya-fs/arachne/git/commits{/sha}",
            "comments_url": "https://api.github.com/repos/freya-fs/arachne/comments{/number}",
            "issue_comment_url": "https://api.github.com/repos/freya-fs/arachne/issues/comments{/number}",
            "contents_url": "https://api.github.com/repos/freya-fs/arachne/contents/{+path}",
            "compare_url": "https://api.github.com/repos/freya-fs/arachne/compare/{base}...{head}",
            "merges_url": "https://api.github.com/repos/freya-fs/arachne/merges",
            "archive_url": "https://api.github.com/repos/freya-fs/arachne/{archive_format}{/ref}",
            "downloads_url": "https://api.github.com/repos/freya-fs/arachne/downloads",
            "issues_url": "https://api.github.com/repos/freya-fs/arachne/issues{/number}",
            "pulls_url": "https://api.github.com/repos/freya-fs/arachne/pulls{/number}",
            "milestones_url": "https://api.github.com/repos/freya-fs/arachne/milestones{/number}",
            "notifications_url": "https://api.github.com/repos/freya-fs/arachne/notifications{?since,all,participating}",
            "labels_url": "https://api.github.com/repos/freya-fs/arachne/labels{/name}",
            "releases_url": "https://api.github.com/repos/freya-fs/arachne/releases{/id}",
            "created_at": "2015-06-03T21:51:27Z",
            "updated_at": "2015-09-29T11:04:07Z",
            "pushed_at": "2015-10-22T04:32:06Z",
            "git_url": "git://github.com/freya-fs/arachne.git",
            "ssh_url": "git@github.com:freya-fs/arachne.git",
            "clone_url": "https://github.com/freya-fs/arachne.git",
            "svn_url": "https://github.com/freya-fs/arachne",
            "homepage": null,
            "size": 259,
            "stargazers_count": 9,
            "watchers_count": 9,
            "language": "F#",
            "has_issues": true,
            "has_downloads": true,
            "has_wiki": true,
            "has_pages": false,
            "forks_count": 4,
            "mirror_url": null,
            "open_issues_count": 5,
            "forks": 4,
            "open_issues": 5,
            "watchers": 9,
            "default_branch": "master"
          }
        },
        "base": {
          "label": "freya-fs:master",
          "ref": "master",
          "sha": "f30b92a70d3cc2d51e8ebaab3ef753846566d760",
          "user": {
            "login": "freya-fs",
            "id": 9322151,
            "avatar_url": "https://avatars.githubusercontent.com/u/9322151?v=3",
            "gravatar_id": "",
            "url": "https://api.github.com/users/freya-fs",
            "html_url": "https://github.com/freya-fs",
            "followers_url": "https://api.github.com/users/freya-fs/followers",
            "following_url": "https://api.github.com/users/freya-fs/following{/other_user}",
            "gists_url": "https://api.github.com/users/freya-fs/gists{/gist_id}",
            "starred_url": "https://api.github.com/users/freya-fs/starred{/owner}{/repo}",
            "subscriptions_url": "https://api.github.com/users/freya-fs/subscriptions",
            "organizations_url": "https://api.github.com/users/freya-fs/orgs",
            "repos_url": "https://api.github.com/users/freya-fs/repos",
            "events_url": "https://api.github.com/users/freya-fs/events{/privacy}",
            "received_events_url": "https://api.github.com/users/freya-fs/received_events",
            "type": "Organization",
            "site_admin": false
          },
          "repo": {
            "id": 36832635,
            "name": "arachne",
            "full_name": "freya-fs/arachne",
            "owner": {
              "login": "freya-fs",
              "id": 9322151,
              "avatar_url": "https://avatars.githubusercontent.com/u/9322151?v=3",
              "gravatar_id": "",
              "url": "https://api.github.com/users/freya-fs",
              "html_url": "https://github.com/freya-fs",
              "followers_url": "https://api.github.com/users/freya-fs/followers",
              "following_url": "https://api.github.com/users/freya-fs/following{/other_user}",
              "gists_url": "https://api.github.com/users/freya-fs/gists{/gist_id}",
              "starred_url": "https://api.github.com/users/freya-fs/starred{/owner}{/repo}",
              "subscriptions_url": "https://api.github.com/users/freya-fs/subscriptions",
              "organizations_url": "https://api.github.com/users/freya-fs/orgs",
              "repos_url": "https://api.github.com/users/freya-fs/repos",
              "events_url": "https://api.github.com/users/freya-fs/events{/privacy}",
              "received_events_url": "https://api.github.com/users/freya-fs/received_events",
              "type": "Organization",
              "site_admin": false
            },
            "private": false,
            "html_url": "https://github.com/freya-fs/arachne",
            "description": "Types for HTTP and related standards",
            "fork": false,
            "url": "https://api.github.com/repos/freya-fs/arachne",
            "forks_url": "https://api.github.com/repos/freya-fs/arachne/forks",
            "keys_url": "https://api.github.com/repos/freya-fs/arachne/keys{/key_id}",
            "collaborators_url": "https://api.github.com/repos/freya-fs/arachne/collaborators{/collaborator}",
            "teams_url": "https://api.github.com/repos/freya-fs/arachne/teams",
            "hooks_url": "https://api.github.com/repos/freya-fs/arachne/hooks",
            "issue_events_url": "https://api.github.com/repos/freya-fs/arachne/issues/events{/number}",
            "events_url": "https://api.github.com/repos/freya-fs/arachne/events",
            "assignees_url": "https://api.github.com/repos/freya-fs/arachne/assignees{/user}",
            "branches_url": "https://api.github.com/repos/freya-fs/arachne/branches{/branch}",
            "tags_url": "https://api.github.com/repos/freya-fs/arachne/tags",
            "blobs_url": "https://api.github.com/repos/freya-fs/arachne/git/blobs{/sha}",
            "git_tags_url": "https://api.github.com/repos/freya-fs/arachne/git/tags{/sha}",
            "git_refs_url": "https://api.github.com/repos/freya-fs/arachne/git/refs{/sha}",
            "trees_url": "https://api.github.com/repos/freya-fs/arachne/git/trees{/sha}",
            "statuses_url": "https://api.github.com/repos/freya-fs/arachne/statuses/{sha}",
            "languages_url": "https://api.github.com/repos/freya-fs/arachne/languages",
            "stargazers_url": "https://api.github.com/repos/freya-fs/arachne/stargazers",
            "contributors_url": "https://api.github.com/repos/freya-fs/arachne/contributors",
            "subscribers_url": "https://api.github.com/repos/freya-fs/arachne/subscribers",
            "subscription_url": "https://api.github.com/repos/freya-fs/arachne/subscription",
            "commits_url": "https://api.github.com/repos/freya-fs/arachne/commits{/sha}",
            "git_commits_url": "https://api.github.com/repos/freya-fs/arachne/git/commits{/sha}",
            "comments_url": "https://api.github.com/repos/freya-fs/arachne/comments{/number}",
            "issue_comment_url": "https://api.github.com/repos/freya-fs/arachne/issues/comments{/number}",
            "contents_url": "https://api.github.com/repos/freya-fs/arachne/contents/{+path}",
            "compare_url": "https://api.github.com/repos/freya-fs/arachne/compare/{base}...{head}",
            "merges_url": "https://api.github.com/repos/freya-fs/arachne/merges",
            "archive_url": "https://api.github.com/repos/freya-fs/arachne/{archive_format}{/ref}",
            "downloads_url": "https://api.github.com/repos/freya-fs/arachne/downloads",
            "issues_url": "https://api.github.com/repos/freya-fs/arachne/issues{/number}",
            "pulls_url": "https://api.github.com/repos/freya-fs/arachne/pulls{/number}",
            "milestones_url": "https://api.github.com/repos/freya-fs/arachne/milestones{/number}",
            "notifications_url": "https://api.github.com/repos/freya-fs/arachne/notifications{?since,all,participating}",
            "labels_url": "https://api.github.com/repos/freya-fs/arachne/labels{/name}",
            "releases_url": "https://api.github.com/repos/freya-fs/arachne/releases{/id}",
            "created_at": "2015-06-03T21:51:27Z",
            "updated_at": "2015-09-29T11:04:07Z",
            "pushed_at": "2015-10-22T04:32:06Z",
            "git_url": "git://github.com/freya-fs/arachne.git",
            "ssh_url": "git@github.com:freya-fs/arachne.git",
            "clone_url": "https://github.com/freya-fs/arachne.git",
            "svn_url": "https://github.com/freya-fs/arachne",
            "homepage": null,
            "size": 259,
            "stargazers_count": 9,
            "watchers_count": 9,
            "language": "F#",
            "has_issues": true,
            "has_downloads": true,
            "has_wiki": true,
            "has_pages": false,
            "forks_count": 4,
            "mirror_url": null,
            "open_issues_count": 5,
            "forks": 4,
            "open_issues": 5,
            "watchers": 9,
            "default_branch": "master"
          }
        },
        "_links": {
          "self": {
            "href": "https://api.github.com/repos/freya-fs/arachne/pulls/11"
          },
          "html": {
            "href": "https://github.com/freya-fs/arachne/pull/11"
          },
          "issue": {
            "href": "https://api.github.com/repos/freya-fs/arachne/issues/11"
          },
          "comments": {
            "href": "https://api.github.com/repos/freya-fs/arachne/issues/11/comments"
          },
          "review_comments": {
            "href": "https://api.github.com/repos/freya-fs/arachne/pulls/11/comments"
          },
          "review_comment": {
            "href": "https://api.github.com/repos/freya-fs/arachne/pulls/comments{/number}"
          },
          "commits": {
            "href": "https://api.github.com/repos/freya-fs/arachne/pulls/11/commits"
          },
          "statuses": {
            "href": "https://api.github.com/repos/freya-fs/arachne/statuses/6d836332b4837f307d7f7c7ab35e4ad0b5af812a"
          }
        },
        "merged": false,
        "mergeable": true,
        "mergeable_state": "clean",
        "merged_by": null,
        "comments": 0,
        "review_comments": 0,
        "commits": 6,
        "additions": 304,
        "deletions": 279,
        "changed_files": 26
      },
      "repository": {
        "id": 36832635,
        "name": "arachne",
        "full_name": "freya-fs/arachne",
        "owner": {
          "login": "freya-fs",
          "id": 9322151,
          "avatar_url": "https://avatars.githubusercontent.com/u/9322151?v=3",
          "gravatar_id": "",
          "url": "https://api.github.com/users/freya-fs",
          "html_url": "https://github.com/freya-fs",
          "followers_url": "https://api.github.com/users/freya-fs/followers",
          "following_url": "https://api.github.com/users/freya-fs/following{/other_user}",
          "gists_url": "https://api.github.com/users/freya-fs/gists{/gist_id}",
          "starred_url": "https://api.github.com/users/freya-fs/starred{/owner}{/repo}",
          "subscriptions_url": "https://api.github.com/users/freya-fs/subscriptions",
          "organizations_url": "https://api.github.com/users/freya-fs/orgs",
          "repos_url": "https://api.github.com/users/freya-fs/repos",
          "events_url": "https://api.github.com/users/freya-fs/events{/privacy}",
          "received_events_url": "https://api.github.com/users/freya-fs/received_events",
          "type": "Organization",
          "site_admin": false
        },
        "private": false,
        "html_url": "https://github.com/freya-fs/arachne",
        "description": "Types for HTTP and related standards",
        "fork": false,
        "url": "https://api.github.com/repos/freya-fs/arachne",
        "forks_url": "https://api.github.com/repos/freya-fs/arachne/forks",
        "keys_url": "https://api.github.com/repos/freya-fs/arachne/keys{/key_id}",
        "collaborators_url": "https://api.github.com/repos/freya-fs/arachne/collaborators{/collaborator}",
        "teams_url": "https://api.github.com/repos/freya-fs/arachne/teams",
        "hooks_url": "https://api.github.com/repos/freya-fs/arachne/hooks",
        "issue_events_url": "https://api.github.com/repos/freya-fs/arachne/issues/events{/number}",
        "events_url": "https://api.github.com/repos/freya-fs/arachne/events",
        "assignees_url": "https://api.github.com/repos/freya-fs/arachne/assignees{/user}",
        "branches_url": "https://api.github.com/repos/freya-fs/arachne/branches{/branch}",
        "tags_url": "https://api.github.com/repos/freya-fs/arachne/tags",
        "blobs_url": "https://api.github.com/repos/freya-fs/arachne/git/blobs{/sha}",
        "git_tags_url": "https://api.github.com/repos/freya-fs/arachne/git/tags{/sha}",
        "git_refs_url": "https://api.github.com/repos/freya-fs/arachne/git/refs{/sha}",
        "trees_url": "https://api.github.com/repos/freya-fs/arachne/git/trees{/sha}",
        "statuses_url": "https://api.github.com/repos/freya-fs/arachne/statuses/{sha}",
        "languages_url": "https://api.github.com/repos/freya-fs/arachne/languages",
        "stargazers_url": "https://api.github.com/repos/freya-fs/arachne/stargazers",
        "contributors_url": "https://api.github.com/repos/freya-fs/arachne/contributors",
        "subscribers_url": "https://api.github.com/repos/freya-fs/arachne/subscribers",
        "subscription_url": "https://api.github.com/repos/freya-fs/arachne/subscription",
        "commits_url": "https://api.github.com/repos/freya-fs/arachne/commits{/sha}",
        "git_commits_url": "https://api.github.com/repos/freya-fs/arachne/git/commits{/sha}",
        "comments_url": "https://api.github.com/repos/freya-fs/arachne/comments{/number}",
        "issue_comment_url": "https://api.github.com/repos/freya-fs/arachne/issues/comments{/number}",
        "contents_url": "https://api.github.com/repos/freya-fs/arachne/contents/{+path}",
        "compare_url": "https://api.github.com/repos/freya-fs/arachne/compare/{base}...{head}",
        "merges_url": "https://api.github.com/repos/freya-fs/arachne/merges",
        "archive_url": "https://api.github.com/repos/freya-fs/arachne/{archive_format}{/ref}",
        "downloads_url": "https://api.github.com/repos/freya-fs/arachne/downloads",
        "issues_url": "https://api.github.com/repos/freya-fs/arachne/issues{/number}",
        "pulls_url": "https://api.github.com/repos/freya-fs/arachne/pulls{/number}",
        "milestones_url": "https://api.github.com/repos/freya-fs/arachne/milestones{/number}",
        "notifications_url": "https://api.github.com/repos/freya-fs/arachne/notifications{?since,all,participating}",
        "labels_url": "https://api.github.com/repos/freya-fs/arachne/labels{/name}",
        "releases_url": "https://api.github.com/repos/freya-fs/arachne/releases{/id}",
        "created_at": "2015-06-03T21:51:27Z",
        "updated_at": "2015-09-29T11:04:07Z",
        "pushed_at": "2015-10-22T04:32:06Z",
        "git_url": "git://github.com/freya-fs/arachne.git",
        "ssh_url": "git@github.com:freya-fs/arachne.git",
        "clone_url": "https://github.com/freya-fs/arachne.git",
        "svn_url": "https://github.com/freya-fs/arachne",
        "homepage": null,
        "size": 259,
        "stargazers_count": 9,
        "watchers_count": 9,
        "language": "F#",
        "has_issues": true,
        "has_downloads": true,
        "has_wiki": true,
        "has_pages": false,
        "forks_count": 4,
        "mirror_url": null,
        "open_issues_count": 5,
        "forks": 4,
        "open_issues": 5,
        "watchers": 9,
        "default_branch": "master"
      },
      "organization": {
        "login": "freya-fs",
        "id": 9322151,
        "url": "https://api.github.com/orgs/freya-fs",
        "repos_url": "https://api.github.com/orgs/freya-fs/repos",
        "events_url": "https://api.github.com/orgs/freya-fs/events",
        "members_url": "https://api.github.com/orgs/freya-fs/members{/member}",
        "public_members_url": "https://api.github.com/orgs/freya-fs/public_members{/member}",
        "avatar_url": "https://avatars.githubusercontent.com/u/9322151?v=3",
        "description": null
      },
      "sender": {
        "login": "panesofglass",
        "id": 8803,
        "avatar_url": "https://avatars.githubusercontent.com/u/8803?v=3",
        "gravatar_id": "",
        "url": "https://api.github.com/users/panesofglass",
        "html_url": "https://github.com/panesofglass",
        "followers_url": "https://api.github.com/users/panesofglass/followers",
        "following_url": "https://api.github.com/users/panesofglass/following{/other_user}",
        "gists_url": "https://api.github.com/users/panesofglass/gists{/gist_id}",
        "starred_url": "https://api.github.com/users/panesofglass/starred{/owner}{/repo}",
        "subscriptions_url": "https://api.github.com/users/panesofglass/subscriptions",
        "organizations_url": "https://api.github.com/users/panesofglass/orgs",
        "repos_url": "https://api.github.com/users/panesofglass/repos",
        "events_url": "https://api.github.com/users/panesofglass/events{/privacy}",
        "received_events_url": "https://api.github.com/users/panesofglass/received_events",
        "type": "User",
        "site_admin": false
      }
    }
    
  8. 8 Posted by ryanriley on 22 Oct, 2015 05:02 PM

    ryanriley's Avatar

    I just attempted to create a new project, and when I did, I had to re-authorize. Looks like things are working again. Strange.

  9. Support Staff 9 Posted by Feodor Fitsner on 22 Oct, 2015 05:13 PM

    Feodor Fitsner's Avatar

    Right, I thought that was the issue. Thanks for the update!

  10. Ilya Finkelshteyn closed this discussion on 25 Aug, 2018 02:01 AM.

Comments are currently closed for this discussion. You can start a new one.

Keyboard shortcuts

Generic

? Show this help
ESC Blurs the current field

Comment Form

r Focus the comment reply box
^ + ↩ Submit the comment

You can use Command ⌘ instead of Control ^ on Mac