Gitea: Repository has unknown error #31437
-
What would you like help with?I think I found a bug How are you running Renovate?Self-hosted If you're self-hosting Renovate, tell us which platform (GitHub, GitLab, etc) and which version of Renovate.Gitea Please tell us more about your question or problemWhen running renovate with I have tried creating a token with all permissions as well, no luck unfortunately. Logs (if relevant)Logs``` ERROR: Repository has unknown error (repository=Owner/repo-name) "err": { "name": "HTTPError", "code": "ERR_NON_2XX_3XX_RESPONSE", "timings": { "start": 1726551157531, "socket": 1726551157532, "lookup": 1726551157534, "connect": 1726551157535, "secureConnect": 1726551157536, "upload": 1726551157537, "response": 1726551157710, "end": 1726551157711, "phases": { "wait": 1, "dns": 2, "tcp": 1, "tls": 1, "request": 1, "firstByte": 173, "download": 1, "total": 180 } }, "message": "Response code 500 (Internal Server Error)", "stack": "HTTPError: Response code 500 (Internal Server Error)\n at Request. (/usr/local/renovate/node_modules/.pnpm/[email protected]/node_modules/got/dist/source/as-promise/index.js:118:42)\n at processTicksAndRejections (node:internal/process/task_queues:95:5)", ``` |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 2 replies
-
Hi there, This issue or discussion is missing some logs, making it difficult or impossible to help you. Depending on which situation applies follow one, some or all of these instructions. No logs at allIf you haven't posted any log yet, we need you to find and copy/paste the log into the issue template. Finding logs on hosted appSelect me to read instructionsIf you use the Mend Renovate app (GitHub):
Finding logs when self-hostingSelect me to read instructionsRead the Renovate docs, troubleshooting, self-hosted to learn how to find the logs. Insufficient logsSelect me to read instructionsIf you already gave us a log, and the Renovate team said it's not enough, then follow the instructions from the No logs at all section. Formatting your logsSelect me to read instructionsPlease put your logs in a
If you feel the logs are too large to paste here, please use a service like GitHub Gist and paste the link here. Good luck, The Renovate team |
Beta Was this translation helpful? Give feedback.
-
Needs debug logs |
Beta Was this translation helpful? Give feedback.
-
Debug logs snippet for one repository:
|
Beta Was this translation helpful? Give feedback.
-
I had to use |
Beta Was this translation helpful? Give feedback.
I had to use
gitea convert
to convert the database toutf8mb4
. That's why it was unable to create PRs