Hey all!
First time posting here. Last night, I ended up overriding my gitea db due to some issues I was having with docker (sadly, no backup). However, all my lfs files and git repos remained. I spent today trying to figure out how to solve this issue, which I think I did–I re-installed gitea (docker/portainer) with mysql, as I was runing sql3 before, adopting the existing repos, and fetching the LFS files for each repo adopted.
After checking a few projects, everything seems to be ok. However, when looking at the console logs in the docker container, there are these constent error (?) messages that keep on repeating, for different files:
2025/12/11 21:05:35 HTTPRequest [I] router: completed GET /cailean/drecon-unity/commits/commit/faa835d79068d93480f2e7f9613c0535ed0cba0b/jp.keijiro.splat-vfx/Editor/SplatImporter.cs.meta for (ip add redacted), 200 OK in 72.1ms @ repo/commit.go:49(repo.RefCommits)
2025/12/11 21:05:35 HTTPRequest [I] router: completed GET /cailean/ofxPiMapper/raw/commit/ae8d1d3f9cfc5ad4b94e30a78c9173345f5fc9b6/src/Sources/SourceType.h for (ip add redacted), 404 Not Found in 5.8ms @ context/repo.go:417(context.RepoAssignment)
2025/12/11 21:05:36 HTTPRequest [I] router: completed GET /cailean/drecon-unity/blame/commit/65c1638b43b1c43f288f54f5a25fa1d4ac5d59c4/Assets/12_VFX%20Graphs/Smoke.vfx for (ip add redacted), 200 OK in 518.6ms @ repo/blame.go:44(repo.RefBlame)
2025/12/11 21:05:36 HTTPRequest [I] router: completed GET /cailean/drecon-unity/commits/commit/6ec36a39a49a4c8110b8e6d1cbecbeedc99b37d1/Assets/TextMesh%20Pro/Shaders/TMPro.cginc.meta for (ip add redacted), 200 OK in 163.8ms @ repo/commit.go:49(repo.RefCommits)
2025/12/11 21:05:37 HTTPRequest [I] router: completed GET /cailean/drecon-unity/commits/commit/c3d0078e83dbf6db1395f0be5c1d1de3aff41aeb/Assets/TextMesh%20Pro/Shaders/TMPro.cginc.meta for (ip add redacted), 200 OK in 321.9ms @ repo/commit.go:49(repo.RefCommits)
2025/12/11 21:05:37 HTTPRequest [I] router: completed GET /cailean/ofxPiMapper/src/commit/402b1c0c5e4b6abddf6a60feab099629f484f098/example_pocketvj/openFrameworks-Info.plist for (ip add redacted), 404 Not Found in 7.6ms @ context/repo.go:417(context.RepoAssignment)
2025/12/11 21:05:37 HTTPRequest [I] router: completed GET /cailean/drecon-unity/commits/commit/6ec36a39a49a4c8110b8e6d1cbecbeedc99b37d1/Assets/TextMesh%20Pro/Sprites/EmojiOne.png.meta for (ip add redacted), 200 OK in 92.3ms @ repo/commit.go:49(repo.RefCommits)
2025/12/11 21:05:38 HTTPRequest [I] router: completed GET /cailean/drecon-unity/blame/commit/0535f6df4c1f1a76eb930b2e96237dc0cb39dc3d/Assets/8_Scripts/1_Managers.meta for (ip add redacted), 200 OK in 227.8ms @ repo/blame.go:44(repo.RefBlame)
I’ve redacted the ip address listed, as I’m not sure if it’s sensitive or not.
Anyways, I have no idea why this is happening. Could it be the new account I created is the same name as the previous db? or that it’s trying to find the user of the previous db? I’m unsure.
Any help would be appriceated, thanks ( :