-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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 in Tree Listing #2064
Comments
Seems to be working fine - https://try.gitea.io/lafriks/test/src/test_levels |
I pushed it as private repository on https://try.gitea.io/shyimtest/gs/src/master/src/GSS/Component/Hosting/Gameserver/Games it crashes also :) |
Indeed we can 😉 (But we can also check logs which is usually more useful
Another fun thing I notices is that I don't actually get any output in the browser from that link 🤔
|
It's exploading here because we're not checking that |
it's actually exploding because instead of path we are getting commit hash that of course does not have any slash in it. I'm debugging this issue right now |
Problem is in log command that is returning merges that by them self does not have any files so we are getting two hashes in the row, so git log command for dir listing must be called with |
/cc @ethantkoenig |
resolved by #2074 |
Just tested and issue is resolved in master branch 👍 |
Gitea version (or commit ref): 5db8cf3
Git version: 2.11.0
Operating system: Raspian
Database (use
[x]
):Can you reproduce the bug at https://try.gitea.io:
https://try.gitea.io/shyimtest/gs/src/master/src/GSS/Component/Hosting/Gameserver/Games
Log gist:
https://dpaste.de/yjHQ/raw
Description
After switching 5 level on webinterface it responds with a 500 exception. I can share a account private on discord to access the gitea server.
The text was updated successfully, but these errors were encountered: