Skip to content
This repository has been archived by the owner on Nov 28, 2018. It is now read-only.

500 error on Heroku instance #158

Open
ezyang opened this issue Jul 13, 2016 · 3 comments
Open

500 error on Heroku instance #158

ezyang opened this issue Jul 13, 2016 · 3 comments

Comments

@ezyang
Copy link

ezyang commented Jul 13, 2016

I'm not sure if this is the right place to report, but I tried configuring MentionBot for https://github.com/haskell/cabal but did not see it work. According to GitHub there is a 500 Internal Server Error when trying to post. I have retried but the error persists.

Here is the request:

Request URL: https://mention-bot.herokuapp.com/
Request method: POST
content-type: application/json
Expect: 
User-Agent: GitHub-Hookshot/ffce336
X-GitHub-Delivery: 34d35580-492d-11e6-93e6-c0288aee36df
X-GitHub-Event: pull_request

Payload:

{
  "action": "opened",
  "number": 3547,
  "pull_request": {
    "url": "https://api.github.com/repos/haskell/cabal/pulls/3547",
    "id": 77344198,
    "html_url": "https://github.com/haskell/cabal/pull/3547",
    "diff_url": "https://github.com/haskell/cabal/pull/3547.diff",
    "patch_url": "https://github.com/haskell/cabal/pull/3547.patch",
    "issue_url": "https://api.github.com/repos/haskell/cabal/issues/3547",
    "number": 3547,
    "state": "open",
    "locked": false,
    "title": "Markdown formatting fixes, fixes #3481.",
    "user": {
      "login": "ezyang",
      "id": 13564,
      "avatar_url": "https://avatars.githubusercontent.com/u/13564?v=3",
      "gravatar_id": "",
      "url": "https://api.github.com/users/ezyang",
      "html_url": "https://github.com/ezyang",
      "followers_url": "https://api.github.com/users/ezyang/followers",
      "following_url": "https://api.github.com/users/ezyang/following{/other_user}",
      "gists_url": "https://api.github.com/users/ezyang/gists{/gist_id}",
      "starred_url": "https://api.github.com/users/ezyang/starred{/owner}{/repo}",
      "subscriptions_url": "https://api.github.com/users/ezyang/subscriptions",
      "organizations_url": "https://api.github.com/users/ezyang/orgs",
      "repos_url": "https://api.github.com/users/ezyang/repos",
      "events_url": "https://api.github.com/users/ezyang/events{/privacy}",
      "received_events_url": "https://api.github.com/users/ezyang/received_events",
      "type": "User",
      "site_admin": false
    },
    "body": "Signed-off-by: Edward Z. Yang <[email protected]>",
    "created_at": "2016-07-13T19:08:39Z",
    "updated_at": "2016-07-13T19:08:39Z",
    "closed_at": null,
    "merged_at": null,
    "merge_commit_sha": null,
    "assignee": null,
    "assignees": [

    ],
    "milestone": null,
    "commits_url": "https://api.github.com/repos/haskell/cabal/pulls/3547/commits",
    "review_comments_url": "https://api.github.com/repos/haskell/cabal/pulls/3547/comments",
    "review_comment_url": "https://api.github.com/repos/haskell/cabal/pulls/comments{/number}",
    "comments_url": "https://api.github.com/repos/haskell/cabal/issues/3547/comments",
    "statuses_url": "https://api.github.com/repos/haskell/cabal/statuses/84b2975c97c6e85e3edf38cda5818d8f41391f21",
    "head": {
      "label": "haskell:pr/T3481",
      "ref": "pr/T3481",
      "sha": "84b2975c97c6e85e3edf38cda5818d8f41391f21",
      "user": {
        "login": "haskell",
        "id": 450574,
        "avatar_url": "https://avatars.githubusercontent.com/u/450574?v=3",
        "gravatar_id": "",
        "url": "https://api.github.com/users/haskell",
        "html_url": "https://github.com/haskell",
        "followers_url": "https://api.github.com/users/haskell/followers",
        "following_url": "https://api.github.com/users/haskell/following{/other_user}",
        "gists_url": "https://api.github.com/users/haskell/gists{/gist_id}",
        "starred_url": "https://api.github.com/users/haskell/starred{/owner}{/repo}",
        "subscriptions_url": "https://api.github.com/users/haskell/subscriptions",
        "organizations_url": "https://api.github.com/users/haskell/orgs",
        "repos_url": "https://api.github.com/users/haskell/repos",
        "events_url": "https://api.github.com/users/haskell/events{/privacy}",
        "received_events_url": "https://api.github.com/users/haskell/received_events",
        "type": "Organization",
        "site_admin": false
      },
      "repo": {
        "id": 3728161,
        "name": "cabal",
        "full_name": "haskell/cabal",
        "owner": {
          "login": "haskell",
          "id": 450574,
          "avatar_url": "https://avatars.githubusercontent.com/u/450574?v=3",
          "gravatar_id": "",
          "url": "https://api.github.com/users/haskell",
          "html_url": "https://github.com/haskell",
          "followers_url": "https://api.github.com/users/haskell/followers",
          "following_url": "https://api.github.com/users/haskell/following{/other_user}",
          "gists_url": "https://api.github.com/users/haskell/gists{/gist_id}",
          "starred_url": "https://api.github.com/users/haskell/starred{/owner}{/repo}",
          "subscriptions_url": "https://api.github.com/users/haskell/subscriptions",
          "organizations_url": "https://api.github.com/users/haskell/orgs",
          "repos_url": "https://api.github.com/users/haskell/repos",
          "events_url": "https://api.github.com/users/haskell/events{/privacy}",
          "received_events_url": "https://api.github.com/users/haskell/received_events",
          "type": "Organization",
          "site_admin": false
        },
        "private": false,
        "html_url": "https://github.com/haskell/cabal",
        "description": "Official upstream development repository for Cabal and cabal-install",
        "fork": false,
        "url": "https://api.github.com/repos/haskell/cabal",
        "forks_url": "https://api.github.com/repos/haskell/cabal/forks",
        "keys_url": "https://api.github.com/repos/haskell/cabal/keys{/key_id}",
        "collaborators_url": "https://api.github.com/repos/haskell/cabal/collaborators{/collaborator}",
        "teams_url": "https://api.github.com/repos/haskell/cabal/teams",
        "hooks_url": "https://api.github.com/repos/haskell/cabal/hooks",
        "issue_events_url": "https://api.github.com/repos/haskell/cabal/issues/events{/number}",
        "events_url": "https://api.github.com/repos/haskell/cabal/events",
        "assignees_url": "https://api.github.com/repos/haskell/cabal/assignees{/user}",
        "branches_url": "https://api.github.com/repos/haskell/cabal/branches{/branch}",
        "tags_url": "https://api.github.com/repos/haskell/cabal/tags",
        "blobs_url": "https://api.github.com/repos/haskell/cabal/git/blobs{/sha}",
        "git_tags_url": "https://api.github.com/repos/haskell/cabal/git/tags{/sha}",
        "git_refs_url": "https://api.github.com/repos/haskell/cabal/git/refs{/sha}",
        "trees_url": "https://api.github.com/repos/haskell/cabal/git/trees{/sha}",
        "statuses_url": "https://api.github.com/repos/haskell/cabal/statuses/{sha}",
        "languages_url": "https://api.github.com/repos/haskell/cabal/languages",
        "stargazers_url": "https://api.github.com/repos/haskell/cabal/stargazers",
        "contributors_url": "https://api.github.com/repos/haskell/cabal/contributors",
        "subscribers_url": "https://api.github.com/repos/haskell/cabal/subscribers",
        "subscription_url": "https://api.github.com/repos/haskell/cabal/subscription",
        "commits_url": "https://api.github.com/repos/haskell/cabal/commits{/sha}",
        "git_commits_url": "https://api.github.com/repos/haskell/cabal/git/commits{/sha}",
        "comments_url": "https://api.github.com/repos/haskell/cabal/comments{/number}",
        "issue_comment_url": "https://api.github.com/repos/haskell/cabal/issues/comments{/number}",
        "contents_url": "https://api.github.com/repos/haskell/cabal/contents/{+path}",
        "compare_url": "https://api.github.com/repos/haskell/cabal/compare/{base}...{head}",
        "merges_url": "https://api.github.com/repos/haskell/cabal/merges",
        "archive_url": "https://api.github.com/repos/haskell/cabal/{archive_format}{/ref}",
        "downloads_url": "https://api.github.com/repos/haskell/cabal/downloads",
        "issues_url": "https://api.github.com/repos/haskell/cabal/issues{/number}",
        "pulls_url": "https://api.github.com/repos/haskell/cabal/pulls{/number}",
        "milestones_url": "https://api.github.com/repos/haskell/cabal/milestones{/number}",
        "notifications_url": "https://api.github.com/repos/haskell/cabal/notifications{?since,all,participating}",
        "labels_url": "https://api.github.com/repos/haskell/cabal/labels{/name}",
        "releases_url": "https://api.github.com/repos/haskell/cabal/releases{/id}",
        "deployments_url": "https://api.github.com/repos/haskell/cabal/deployments",
        "created_at": "2012-03-15T12:53:38Z",
        "updated_at": "2016-07-10T06:08:58Z",
        "pushed_at": "2016-07-13T19:08:39Z",
        "git_url": "git://github.com/haskell/cabal.git",
        "ssh_url": "[email protected]:haskell/cabal.git",
        "clone_url": "https://github.com/haskell/cabal.git",
        "svn_url": "https://github.com/haskell/cabal",
        "homepage": "http://haskell.org/cabal",
        "size": 39100,
        "stargazers_count": 618,
        "watchers_count": 618,
        "language": "Haskell",
        "has_issues": true,
        "has_downloads": true,
        "has_wiki": true,
        "has_pages": false,
        "forks_count": 330,
        "mirror_url": null,
        "open_issues_count": 714,
        "forks": 330,
        "open_issues": 714,
        "watchers": 618,
        "default_branch": "master"
      }
    },
    "base": {
      "label": "haskell:master",
      "ref": "master",
      "sha": "5423d7750a23e25880097801f3be752fa21f9f32",
      "user": {
        "login": "haskell",
        "id": 450574,
        "avatar_url": "https://avatars.githubusercontent.com/u/450574?v=3",
        "gravatar_id": "",
        "url": "https://api.github.com/users/haskell",
        "html_url": "https://github.com/haskell",
        "followers_url": "https://api.github.com/users/haskell/followers",
        "following_url": "https://api.github.com/users/haskell/following{/other_user}",
        "gists_url": "https://api.github.com/users/haskell/gists{/gist_id}",
        "starred_url": "https://api.github.com/users/haskell/starred{/owner}{/repo}",
        "subscriptions_url": "https://api.github.com/users/haskell/subscriptions",
        "organizations_url": "https://api.github.com/users/haskell/orgs",
        "repos_url": "https://api.github.com/users/haskell/repos",
        "events_url": "https://api.github.com/users/haskell/events{/privacy}",
        "received_events_url": "https://api.github.com/users/haskell/received_events",
        "type": "Organization",
        "site_admin": false
      },
      "repo": {
        "id": 3728161,
        "name": "cabal",
        "full_name": "haskell/cabal",
        "owner": {
          "login": "haskell",
          "id": 450574,
          "avatar_url": "https://avatars.githubusercontent.com/u/450574?v=3",
          "gravatar_id": "",
          "url": "https://api.github.com/users/haskell",
          "html_url": "https://github.com/haskell",
          "followers_url": "https://api.github.com/users/haskell/followers",
          "following_url": "https://api.github.com/users/haskell/following{/other_user}",
          "gists_url": "https://api.github.com/users/haskell/gists{/gist_id}",
          "starred_url": "https://api.github.com/users/haskell/starred{/owner}{/repo}",
          "subscriptions_url": "https://api.github.com/users/haskell/subscriptions",
          "organizations_url": "https://api.github.com/users/haskell/orgs",
          "repos_url": "https://api.github.com/users/haskell/repos",
          "events_url": "https://api.github.com/users/haskell/events{/privacy}",
          "received_events_url": "https://api.github.com/users/haskell/received_events",
          "type": "Organization",
          "site_admin": false
        },
        "private": false,
        "html_url": "https://github.com/haskell/cabal",
        "description": "Official upstream development repository for Cabal and cabal-install",
        "fork": false,
        "url": "https://api.github.com/repos/haskell/cabal",
        "forks_url": "https://api.github.com/repos/haskell/cabal/forks",
        "keys_url": "https://api.github.com/repos/haskell/cabal/keys{/key_id}",
        "collaborators_url": "https://api.github.com/repos/haskell/cabal/collaborators{/collaborator}",
        "teams_url": "https://api.github.com/repos/haskell/cabal/teams",
        "hooks_url": "https://api.github.com/repos/haskell/cabal/hooks",
        "issue_events_url": "https://api.github.com/repos/haskell/cabal/issues/events{/number}",
        "events_url": "https://api.github.com/repos/haskell/cabal/events",
        "assignees_url": "https://api.github.com/repos/haskell/cabal/assignees{/user}",
        "branches_url": "https://api.github.com/repos/haskell/cabal/branches{/branch}",
        "tags_url": "https://api.github.com/repos/haskell/cabal/tags",
        "blobs_url": "https://api.github.com/repos/haskell/cabal/git/blobs{/sha}",
        "git_tags_url": "https://api.github.com/repos/haskell/cabal/git/tags{/sha}",
        "git_refs_url": "https://api.github.com/repos/haskell/cabal/git/refs{/sha}",
        "trees_url": "https://api.github.com/repos/haskell/cabal/git/trees{/sha}",
        "statuses_url": "https://api.github.com/repos/haskell/cabal/statuses/{sha}",
        "languages_url": "https://api.github.com/repos/haskell/cabal/languages",
        "stargazers_url": "https://api.github.com/repos/haskell/cabal/stargazers",
        "contributors_url": "https://api.github.com/repos/haskell/cabal/contributors",
        "subscribers_url": "https://api.github.com/repos/haskell/cabal/subscribers",
        "subscription_url": "https://api.github.com/repos/haskell/cabal/subscription",
        "commits_url": "https://api.github.com/repos/haskell/cabal/commits{/sha}",
        "git_commits_url": "https://api.github.com/repos/haskell/cabal/git/commits{/sha}",
        "comments_url": "https://api.github.com/repos/haskell/cabal/comments{/number}",
        "issue_comment_url": "https://api.github.com/repos/haskell/cabal/issues/comments{/number}",
        "contents_url": "https://api.github.com/repos/haskell/cabal/contents/{+path}",
        "compare_url": "https://api.github.com/repos/haskell/cabal/compare/{base}...{head}",
        "merges_url": "https://api.github.com/repos/haskell/cabal/merges",
        "archive_url": "https://api.github.com/repos/haskell/cabal/{archive_format}{/ref}",
        "downloads_url": "https://api.github.com/repos/haskell/cabal/downloads",
        "issues_url": "https://api.github.com/repos/haskell/cabal/issues{/number}",
        "pulls_url": "https://api.github.com/repos/haskell/cabal/pulls{/number}",
        "milestones_url": "https://api.github.com/repos/haskell/cabal/milestones{/number}",
        "notifications_url": "https://api.github.com/repos/haskell/cabal/notifications{?since,all,participating}",
        "labels_url": "https://api.github.com/repos/haskell/cabal/labels{/name}",
        "releases_url": "https://api.github.com/repos/haskell/cabal/releases{/id}",
        "deployments_url": "https://api.github.com/repos/haskell/cabal/deployments",
        "created_at": "2012-03-15T12:53:38Z",
        "updated_at": "2016-07-10T06:08:58Z",
        "pushed_at": "2016-07-13T19:08:39Z",
        "git_url": "git://github.com/haskell/cabal.git",
        "ssh_url": "[email protected]:haskell/cabal.git",
        "clone_url": "https://github.com/haskell/cabal.git",
        "svn_url": "https://github.com/haskell/cabal",
        "homepage": "http://haskell.org/cabal",
        "size": 39100,
        "stargazers_count": 618,
        "watchers_count": 618,
        "language": "Haskell",
        "has_issues": true,
        "has_downloads": true,
        "has_wiki": true,
        "has_pages": false,
        "forks_count": 330,
        "mirror_url": null,
        "open_issues_count": 714,
        "forks": 330,
        "open_issues": 714,
        "watchers": 618,
        "default_branch": "master"
      }
    },
    "_links": {
      "self": {
        "href": "https://api.github.com/repos/haskell/cabal/pulls/3547"
      },
      "html": {
        "href": "https://github.com/haskell/cabal/pull/3547"
      },
      "issue": {
        "href": "https://api.github.com/repos/haskell/cabal/issues/3547"
      },
      "comments": {
        "href": "https://api.github.com/repos/haskell/cabal/issues/3547/comments"
      },
      "review_comments": {
        "href": "https://api.github.com/repos/haskell/cabal/pulls/3547/comments"
      },
      "review_comment": {
        "href": "https://api.github.com/repos/haskell/cabal/pulls/comments{/number}"
      },
      "commits": {
        "href": "https://api.github.com/repos/haskell/cabal/pulls/3547/commits"
      },
      "statuses": {
        "href": "https://api.github.com/repos/haskell/cabal/statuses/84b2975c97c6e85e3edf38cda5818d8f41391f21"
      }
    },
    "merged": false,
    "mergeable": null,
    "mergeable_state": "unknown",
    "merged_by": null,
    "comments": 0,
    "review_comments": 0,
    "commits": 1,
    "additions": 9,
    "deletions": 9,
    "changed_files": 1
  },
  "repository": {
    "id": 3728161,
    "name": "cabal",
    "full_name": "haskell/cabal",
    "owner": {
      "login": "haskell",
      "id": 450574,
      "avatar_url": "https://avatars.githubusercontent.com/u/450574?v=3",
      "gravatar_id": "",
      "url": "https://api.github.com/users/haskell",
      "html_url": "https://github.com/haskell",
      "followers_url": "https://api.github.com/users/haskell/followers",
      "following_url": "https://api.github.com/users/haskell/following{/other_user}",
      "gists_url": "https://api.github.com/users/haskell/gists{/gist_id}",
      "starred_url": "https://api.github.com/users/haskell/starred{/owner}{/repo}",
      "subscriptions_url": "https://api.github.com/users/haskell/subscriptions",
      "organizations_url": "https://api.github.com/users/haskell/orgs",
      "repos_url": "https://api.github.com/users/haskell/repos",
      "events_url": "https://api.github.com/users/haskell/events{/privacy}",
      "received_events_url": "https://api.github.com/users/haskell/received_events",
      "type": "Organization",
      "site_admin": false
    },
    "private": false,
    "html_url": "https://github.com/haskell/cabal",
    "description": "Official upstream development repository for Cabal and cabal-install",
    "fork": false,
    "url": "https://api.github.com/repos/haskell/cabal",
    "forks_url": "https://api.github.com/repos/haskell/cabal/forks",
    "keys_url": "https://api.github.com/repos/haskell/cabal/keys{/key_id}",
    "collaborators_url": "https://api.github.com/repos/haskell/cabal/collaborators{/collaborator}",
    "teams_url": "https://api.github.com/repos/haskell/cabal/teams",
    "hooks_url": "https://api.github.com/repos/haskell/cabal/hooks",
    "issue_events_url": "https://api.github.com/repos/haskell/cabal/issues/events{/number}",
    "events_url": "https://api.github.com/repos/haskell/cabal/events",
    "assignees_url": "https://api.github.com/repos/haskell/cabal/assignees{/user}",
    "branches_url": "https://api.github.com/repos/haskell/cabal/branches{/branch}",
    "tags_url": "https://api.github.com/repos/haskell/cabal/tags",
    "blobs_url": "https://api.github.com/repos/haskell/cabal/git/blobs{/sha}",
    "git_tags_url": "https://api.github.com/repos/haskell/cabal/git/tags{/sha}",
    "git_refs_url": "https://api.github.com/repos/haskell/cabal/git/refs{/sha}",
    "trees_url": "https://api.github.com/repos/haskell/cabal/git/trees{/sha}",
    "statuses_url": "https://api.github.com/repos/haskell/cabal/statuses/{sha}",
    "languages_url": "https://api.github.com/repos/haskell/cabal/languages",
    "stargazers_url": "https://api.github.com/repos/haskell/cabal/stargazers",
    "contributors_url": "https://api.github.com/repos/haskell/cabal/contributors",
    "subscribers_url": "https://api.github.com/repos/haskell/cabal/subscribers",
    "subscription_url": "https://api.github.com/repos/haskell/cabal/subscription",
    "commits_url": "https://api.github.com/repos/haskell/cabal/commits{/sha}",
    "git_commits_url": "https://api.github.com/repos/haskell/cabal/git/commits{/sha}",
    "comments_url": "https://api.github.com/repos/haskell/cabal/comments{/number}",
    "issue_comment_url": "https://api.github.com/repos/haskell/cabal/issues/comments{/number}",
    "contents_url": "https://api.github.com/repos/haskell/cabal/contents/{+path}",
    "compare_url": "https://api.github.com/repos/haskell/cabal/compare/{base}...{head}",
    "merges_url": "https://api.github.com/repos/haskell/cabal/merges",
    "archive_url": "https://api.github.com/repos/haskell/cabal/{archive_format}{/ref}",
    "downloads_url": "https://api.github.com/repos/haskell/cabal/downloads",
    "issues_url": "https://api.github.com/repos/haskell/cabal/issues{/number}",
    "pulls_url": "https://api.github.com/repos/haskell/cabal/pulls{/number}",
    "milestones_url": "https://api.github.com/repos/haskell/cabal/milestones{/number}",
    "notifications_url": "https://api.github.com/repos/haskell/cabal/notifications{?since,all,participating}",
    "labels_url": "https://api.github.com/repos/haskell/cabal/labels{/name}",
    "releases_url": "https://api.github.com/repos/haskell/cabal/releases{/id}",
    "deployments_url": "https://api.github.com/repos/haskell/cabal/deployments",
    "created_at": "2012-03-15T12:53:38Z",
    "updated_at": "2016-07-10T06:08:58Z",
    "pushed_at": "2016-07-13T19:08:39Z",
    "git_url": "git://github.com/haskell/cabal.git",
    "ssh_url": "[email protected]:haskell/cabal.git",
    "clone_url": "https://github.com/haskell/cabal.git",
    "svn_url": "https://github.com/haskell/cabal",
    "homepage": "http://haskell.org/cabal",
    "size": 39100,
    "stargazers_count": 618,
    "watchers_count": 618,
    "language": "Haskell",
    "has_issues": true,
    "has_downloads": true,
    "has_wiki": true,
    "has_pages": false,
    "forks_count": 330,
    "mirror_url": null,
    "open_issues_count": 714,
    "forks": 330,
    "open_issues": 714,
    "watchers": 618,
    "default_branch": "master"
  },
  "organization": {
    "login": "haskell",
    "id": 450574,
    "url": "https://api.github.com/orgs/haskell",
    "repos_url": "https://api.github.com/orgs/haskell/repos",
    "events_url": "https://api.github.com/orgs/haskell/events",
    "hooks_url": "https://api.github.com/orgs/haskell/hooks",
    "issues_url": "https://api.github.com/orgs/haskell/issues",
    "members_url": "https://api.github.com/orgs/haskell/members{/member}",
    "public_members_url": "https://api.github.com/orgs/haskell/public_members{/member}",
    "avatar_url": "https://avatars.githubusercontent.com/u/450574?v=3",
    "description": null
  },
  "sender": {
    "login": "ezyang",
    "id": 13564,
    "avatar_url": "https://avatars.githubusercontent.com/u/13564?v=3",
    "gravatar_id": "",
    "url": "https://api.github.com/users/ezyang",
    "html_url": "https://github.com/ezyang",
    "followers_url": "https://api.github.com/users/ezyang/followers",
    "following_url": "https://api.github.com/users/ezyang/following{/other_user}",
    "gists_url": "https://api.github.com/users/ezyang/gists{/gist_id}",
    "starred_url": "https://api.github.com/users/ezyang/starred{/owner}{/repo}",
    "subscriptions_url": "https://api.github.com/users/ezyang/subscriptions",
    "organizations_url": "https://api.github.com/users/ezyang/orgs",
    "repos_url": "https://api.github.com/users/ezyang/repos",
    "events_url": "https://api.github.com/users/ezyang/events{/privacy}",
    "received_events_url": "https://api.github.com/users/ezyang/received_events",
    "type": "User",
    "site_admin": false
  }
}
@kenhowardpdx
Copy link
Contributor

I have confirmed this issue. Here's the console log:

2016-07-17T04:23:25.681452+00:00 app[web.1]: https://github.com/haskell/cabal/pull/3547
2016-07-17T04:23:25.807555+00:00 app[web.1]: Couldn't find .mention-bot in repo. Continuing with default configuration.
2016-07-17T04:23:26.157322+00:00 app[web.1]: Error: stdout maxBuffer exceeded
2016-07-17T04:23:26.157334+00:00 app[web.1]:     at Socket.<anonymous> (child_process.js:255:14)

@ezyang
Copy link
Author

ezyang commented Jul 17, 2016

FWIW, mentionbot has been working great for our subsequent PRs, so this is not a blocker for us!

@smith
Copy link

smith commented Jul 19, 2016

I got the same error, but not running on Heroku. Looks like the place it's happening is probably here: https://github.com/facebook/mention-bot/blob/de2a15da302aad07fb246c2f5c4be85fbf2e65dd/mention-bot.js#L27

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants