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.

staticman failing to create pull request

See original GitHub issue

Steps to reproduce:

  • Go to the Popcorn demo site.
  • Enter a review.
  • Hit submit.

Result: an error dialog appears (“Error Sorry, there was an error with the submission!”)

A new branch will be created, but there will be no pull request. For instance, this is the file in the branch when I tried - https://github.com/eduardoboucas/popcorn/blob/staticman_d5564aa0-86cd-11e8-bce9-2fc4fd410763/_data/reviews/entry1531507924416.yml

I notices this on my own blog as well, but got a more detailed response:

{
   "success":false,
   "rawError":{
      "code":403,
      "status":"Forbidden",
      "message":"{\"message\":\"At least one email address must be verified to do that.\",
           \"documentation_url\":\"https://help.github.com/articles/adding-an-email-address-to-your-github-account\"}"
   },
   "errorCode":"GITHUB_CREATING_PR"
}

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:4
  • Comments:12 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
eduardoboucascommented, Jul 20, 2018

Great. Thanks all!

1reaction
MiKatrecommented, Jul 14, 2018

Exact same issue with my two websites using staticman:

{
   "success":false,
   "rawError":{
      "code":403,
      "status":"Forbidden",
      "message":"{\"message\":\"At least one email address must be verified to do that.\",
           \"documentation_url\":\"https://help.github.com/articles/adding-an-email-address-to-your-github-account\"}"
   },
   "errorCode":"GITHUB_CREATING_PR"
}
Read more comments on GitHub >

github_iconTop Results From Across the Web

How I failed to setup blog comments with Staticman (for now) -
Result: No Pull Request appear in the GitHub repository. Variants of the second attempt. The following pages describe a similar process. A ...
Read more >
Getting started - Staticman
The Staticman service needs to authenticate with the git provider to commit files and handle pull requests. This step will walk you through...
Read more >
staticman-azure-fn - npm Package Health Analysis - Snyk
In the past month we didn't find any pull request activity or change in issues status has been detected for the GitHub repository....
Read more >
Staticman: Add Comments to your Static Website for FREE
First, we need to create a Staticman Bot Account that will be used to submit pull requests with a comment to the blog...
Read more >
Error while trying to merge pull requests on github
Validation failed: A pull request already exists for username:ft-branchName ". I have tried severally to merge it but it didn't work. Please any ......
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