Failed to follow my github project

I try to follow new my project in github from dashboard (url https://circleci.com/add-projects/gh/wreulicke).
But the following failed.

I also try to follow using CircleCI API v1.1.
As a result, deploy keys and webhook is registerd to github my repository.
But my project is not found in dashboard https://circleci.com/add-projects/gh/wreulicke.

$ curl -v -XPOST https://circleci.com/api/v1.1/project/github/wreulicke/gojg/follow?circle-token=******************************************ae4c
*   Trying 52.44.199.245...
* TCP_NODELAY set
* Connected to circleci.com (52.44.199.245) port 443 (#0)
* TLS 1.2 connection using TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256
* Server certificate: *.circleci.com
* Server certificate: Amazon
* Server certificate: Amazon Root CA 1
* Server certificate: Starfield Services Root Certificate Authority - G2
> POST /api/v1.1/project/github/wreulicke/gojg/follow?circle-token=***************************************************ae4c HTTP/1.1
> Host: circleci.com
> User-Agent: curl/7.54.0
> Accept: */*
>
< HTTP/1.1 504 GATEWAY_TIMEOUT
< Content-Length: 0
< Connection: keep-alive
<
* Connection #0 to host circleci.com left intact

I tryed to follow my other repository junit5-params with above way, following is success…

Do you know any solutio

Note:

I changed username.
I have used Wreulicke as a username.
In this 2 week, I change to wreulicke.

Do you know related issues?

Renames aren’t always smoothlu handled, based on the data GitHub API gives us.

I believe we were also having issues connecting to GitHub API at that time, but I haven’t seen any recent issues.

Can you please have an admin follow these steps:

  1. Remove all CircleCI webhooks and services from your GitHub repo settings.
  2. Tell the project to stop building on CircleCI through “Project settings”.
  3. Add the project back on CircleCI.

I tried followings suggested by you .
But project following failed.

Remove all CircleCI webhooks and services from your GitHub repo settings.
Tell the project to stop building on CircleCI through “Project settings”.
Add the project back on CircleCI.

Requesting more details via ticket.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.