We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
[x]
2019/11/06 08:19:24 ...uters/user/avatar.go:29:Avatar() [E] Requested avatar for invalid user: user does not exist [uid: 0, name: Ghost, keyid: 0]
When a user, who created an issue, deletes itself, the issue is re-assigned to "Ghost", who does not have an image.
https://codeberg.org/user/avatar/Ghost/-1 generates error 500
See here:
https://codeberg.org/crimeflare/cloudflare-tor/issues/16
This does not happen on try.gitea.io because someone created a Ghost user there when it was not yet blacklisted. So the avatar is there.
https://try.gitea.io/Ghost
The text was updated successfully, but these errors were encountered:
on codeberg.org we worked around the problem by putting a valid image in a file called
/etc/gitea/public/user/avatar/Ghost/-1
Sorry, something went wrong.
@techknowlogick / @lunny can you add Milestone 1.10.2 ?
Successfully merging a pull request may close this issue.
[x]
):2019/11/06 08:19:24 ...uters/user/avatar.go:29:Avatar() [E] Requested avatar for invalid user: user does not exist [uid: 0, name: Ghost, keyid: 0]
Description
When a user, who created an issue, deletes itself, the issue is re-assigned to "Ghost", who does not have an image.
https://codeberg.org/user/avatar/Ghost/-1 generates error 500
See here:
https://codeberg.org/crimeflare/cloudflare-tor/issues/16
This does not happen on try.gitea.io because someone created a Ghost user there when it was not yet blacklisted. So the avatar is there.
https://try.gitea.io/Ghost
The text was updated successfully, but these errors were encountered: