Closed
Description
- Gitea version (or commit ref): 4.0 (1.10.0+dev-334-gc6fb7fe27)
- Git version: 2.23.0.windows.1 (portable)
- Operating system: Windows 7
- Database (use
[x]
):- PostgreSQL
- MySQL
- MSSQL
- SQLite
- Can you reproduce the bug at https://try.gitea.io:
- Yes (provide example URL)
- No
- Not relevant
- Log gist:
Description
When trying to open one of my repos in the Gitea web interface, I receive an Internal Server Error 500. Checking the log file, I see:
.../xorm/session_raw.go:76:queryRows() [I] [SQL] SELECT `id`, `uid`, `repo_id` FROM `star` WHERE `uid`=? AND `repo_id`=? LIMIT 1 []interface {}{1, 2} - took: 0s
...ules/context/repo.go:606:func1() [E] GetBranchCommit: packfile not found
(I removed the timestamp)