-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error 500 after migrating github repository via api #8607
Comments
I installed a fresh instance (docker gitea/gitea:latest), and the error still occurred. I did another fresh install with an older image - Gitea Version: 1.8.3+2-g11f6ed4f8 (via docker image gitea/gitea:1.8) and the problem didn't occur, so I suspect its an issue with the latest release. Cheers EDIT: My apologies, I didn't realise I'd switched users. |
me too |
Same here. |
Downgrading to 1.9.4 is working. I will play around with 1.10 again, when this issue is fixed. |
1.13.3 has same error. |
The issue is still present int 1.10.1. IIUC this issue should be solved in 1.11.0 in 2020 Jan. |
Maybe another of my PRs on v1.10.2 fixed this? #9511 |
1.11.0+dev-56-g28f60bb5c built with GNU Make 4.2.1, go1.13.3 : bindata, sqlite, sqlite_unlock_notify
[x]
):Description
I am attempting to migrate github repositories to gitea. Each migration appears to work, but the repository is inaccessible in the GUI (display an Error 500 page).
At this point the repository exists, but returns Error 500 when you attempt to browse to it.
I discovered after a while that the following command;
would immediately unlock all the repositories, and I could browse and interact with them.
These are NOT large repositories, most between 1 and 25 megabytes.
Am I doing something wrong? Not waiting long enough? Or is something broken?
Thanks
Dave
Screenshots
The text was updated successfully, but these errors were encountered: