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.

API server responds with 403 while creating issue.

See original GitHub issue

While I was trying to make a comment on a page without issue created, the API server failed on create the issue and respond with 403 instead.

Request in cURL:

curl 'https://api.utteranc.es/repos/cubarco/cubarco.github.io/issues' \
  -H 'authority: api.utteranc.es' \
  -H 'pragma: no-cache' \
  -H 'cache-control: no-cache' \
  -H 'sec-ch-ua: " Not;A Brand";v="99", "Google Chrome";v="91", "Chromium";v="91"' \
  -H 'accept: application/vnd.github.squirrel-girl-preview' \
  -H 'authorization: token TOKEN_OMITTED' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.77 Safari/537.36' \
  -H 'content-type: text/plain;charset=UTF-8' \
  -H 'origin: https://utteranc.es' \
  -H 'sec-fetch-site: same-site' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-dest: empty' \
  -H 'referer: https://utteranc.es/' \
  -H 'accept-language: zh-CN,zh;q=0.9,en-US;q=0.8,en;q=0.7,hr;q=0.6,zh-TW;q=0.5,ja;q=0.4' \
  --data-raw '{"title":"2018/07/writeup-ctfzone/","body":"# Writeup: CTFZone 2018 Quals - /home/cubl\n\n\n\n[https://cubl.in/2018/07/writeup-ctfzone/](https://cubl.in/2018/07/writeup-ctfzone/)"}' \
  --compressed

Response: status code: 403

{"message":"At least one email address must be verified to do that.","documentation_url":"https://docs.github.com/articles/adding-an-email-address-to-your-github-account"}

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Reactions:9
  • Comments:12 (2 by maintainers)

github_iconTop GitHub Comments

6reactions
hariombalharacommented, May 30, 2021

Same issue for me as well. Issues are not getting created automatically probably because the bot is down. If the issue is already created then adding comments works fine.

2reactions
termoxincommented, May 30, 2021

@cubarco there’s something wrong with creating issues

If you create an issue manually, it works fine

Read more comments on GitHub >

github_iconTop Results From Across the Web

Fix 403 Forbidden errors when connecting to API Gateway ...
The HTTP 403 Forbidden error most commonly occurs when private DNS is enabled for an API Gateway interface VPC endpoint that's associated ...
Read more >
403 Forbidden Error: What It Is and How to Fix It - Airbrake Blog
Although the 403 Forbidden Error is considered a client error response, you shouldn't rule out the server as the culprit.
Read more >
Getting 403 Forbidden error while sending GET re...
This error indicates that the server has determined that you are not allowed access to the thing you've requested, either on purpose or...
Read more >
HTTP Error 403 Forbidden: What It Means and How to Fix It
The 403 (Forbidden) status code indicates that the server understood the request but refuses to authorize it...If authentication credentials ...
Read more >
403 Forbidden - HTTP - MDN Web Docs - Mozilla
The HTTP 403 Forbidden response status code indicates that the server understands the request but refuses to authorize it.
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