Originally created by @nick22985 on GitHub (Jul 22, 2025).
A few issues i have trying to sync my github to gitea
HTTP 401: Unauthorized - {"message":"user does not exist [uid: 0, name: ]","url":"https://gitea.url/swagger"}
Sync failed for repo wakatime-api: 803 | details: error.message,
Event published successfully with ID dcd74f86-1ffd-4818-97d5-2f4ac41f56b4
804 | status: repoStatusEnum.parse("failed")
805 | });
806 | }
807 | if (error instanceof Error) {
808 | throw new Error(`Failed to sync repository: ${error.message}`);
^
error: Failed to sync repository: HTTP 401: Unauthorized - {"message":"user does not exist [uid: 0, name: ]","url":"https://gitea.url/api/swagger"}
some repos dont sync due to a error that is "decryptedConfig is not defined"
Error message: Failed to mirror repository: Failed to mirror repository: decryptedConfig is not defined
Attempts made: 3
Stack trace: Error: Failed to mirror repository: Failed to mirror repository: decryptedConfig is not defined
at mirrorGitHubOrgRepoToGiteaOrg (/app/dist/server/chunks/gitea_xa7CfxS_.mjs:581:17)
at processTicksAndRejections (native:7:39)
I tried using 3.1.0 but I get Error response from daemon: manifest unknown
Originally created by @nick22985 on GitHub (Jul 22, 2025).
A few issues i have trying to sync my github to gitea
1. HTTP 401: Unauthorized - {"message":"user does not exist [uid: 0, name: ]","url":"https://gitea.url/swagger"}
```
Sync failed for repo wakatime-api: 803 | details: error.message,
Event published successfully with ID dcd74f86-1ffd-4818-97d5-2f4ac41f56b4
804 | status: repoStatusEnum.parse("failed")
805 | });
806 | }
807 | if (error instanceof Error) {
808 | throw new Error(`Failed to sync repository: ${error.message}`);
^
error: Failed to sync repository: HTTP 401: Unauthorized - {"message":"user does not exist [uid: 0, name: ]","url":"https://gitea.url/api/swagger"}
```
2. some repos dont sync due to a error that is "decryptedConfig is not defined"
```
Error message: Failed to mirror repository: Failed to mirror repository: decryptedConfig is not defined
Attempts made: 3
Stack trace: Error: Failed to mirror repository: Failed to mirror repository: decryptedConfig is not defined
at mirrorGitHubOrgRepoToGiteaOrg (/app/dist/server/chunks/gitea_xa7CfxS_.mjs:581:17)
at processTicksAndRejections (native:7:39)
```
3. I tried using 3.1.0 but I get `Error response from daemon: manifest unknown`
Hey @arunavo4 that has seeemed to of fixed those errors thanks! Now getting these ones but you may wanna split that off into another issue if you want.
Error: Failed to create Gitea org: {"message":"insert organization: pq: duplicate key value violates unique constraint "UQE_user_lower_name"","url":"https://gitea.url.com/api/swagger"}
@nick22985 commented on GitHub (Jul 23, 2025):
Hey @arunavo4 that has seeemed to of fixed those errors thanks! Now getting these ones but you may wanna split that off into another issue if you want.
these seem to occur on starred repos only
- [ ] HTTP 400: Bad Request - {"message":"Repository is not a mirror","url":"https://gitea.ui.com/api/swagger"}
- [ ] Error: Failed to create Gitea org: {"message":"insert organization: pq: duplicate key value violates unique constraint \"UQE_user_lower_name\"","url":"https://gitea.url.com/api/swagger"}
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @nick22985 on GitHub (Jul 22, 2025).
A few issues i have trying to sync my github to gitea
Error response from daemon: manifest unknown@arunavo4 commented on GitHub (Jul 23, 2025):
Hi @nick22985 please try this version
docker pull ghcr.io/raylabshq/gitea-mirror:v3.1.1@nick22985 commented on GitHub (Jul 23, 2025):
Hey @arunavo4 that has seeemed to of fixed those errors thanks! Now getting these ones but you may wanna split that off into another issue if you want.
these seem to occur on starred repos only
@arunavo4 commented on GitHub (Jul 31, 2025):
@nick22985 these two issues has been addressed can you try v3.2.0