GitHub mirror mail parsing error #3928

Closed
opened 2025-11-02 05:30:54 -06:00 by GiteaMirror · 6 comments
Owner

Originally created by @SuperSandro2000 on GitHub (Sep 10, 2019).

  • Gitea version (or commit ref): 1.10.0+dev-271-g7eacdcf39
  • Git version: not applicable
  • Operating system: Docker on Ubuntu
  • Database (use [x]):
    • PostgreSQL
    • MySQL
    • MSSQL
    • SQLite
  • Can you reproduce the bug at https://try.gitea.io:
    • Yes (provide example URL)
    • No
    • Not relevant
    • Don't know, I don't have log access
  • Log gist:
modules/base/tool.go:171:libravatarURL() [E] LibravatarService.FromEmail(email=imgbot[bot]@users.noreply.github.com): error mail: no angle-addr

Description

Mirrored repos from GitHub that contain commits from https://imgbot.net/ yield the above parsing error.

Originally created by @SuperSandro2000 on GitHub (Sep 10, 2019). <!-- NOTE: If your issue is a security concern, please send an email to security@gitea.io instead of opening a public issue --> <!-- 1. Please speak English, this is the language all maintainers can speak and write. 2. Please ask questions or configuration/deploy problems on our Discord server (https://discord.gg/gitea) or forum (https://discourse.gitea.io). 3. Please take a moment to check that your issue doesn't already exist. 4. Please give all relevant information below for bug reports, because incomplete details will be handled as an invalid report. --> - Gitea version (or commit ref): 1.10.0+dev-271-g7eacdcf39 - Git version: not applicable - Operating system: Docker on Ubuntu - Database (use `[x]`): - [x] PostgreSQL - [ ] MySQL - [ ] MSSQL - [ ] SQLite - Can you reproduce the bug at https://try.gitea.io: - [ ] Yes (provide example URL) - [ ] No - [ ] Not relevant - [x] Don't know, I don't have log access - Log gist: ```` modules/base/tool.go:171:libravatarURL() [E] LibravatarService.FromEmail(email=imgbot[bot]@users.noreply.github.com): error mail: no angle-addr ```` ## Description Mirrored repos from GitHub that contain commits from https://imgbot.net/ yield the above parsing error.
GiteaMirror added the issue/confirmedstatus/blockedtype/bug labels 2025-11-02 05:30:54 -06:00
Author
Owner

@techknowlogick commented on GitHub (Sep 11, 2019):

@strk should this be filed as an upstream bug?

@techknowlogick commented on GitHub (Sep 11, 2019): @strk should this be filed as an upstream bug?
Author
Owner

@stale[bot] commented on GitHub (Nov 10, 2019):

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs during the next 2 weeks. Thank you for your contributions.

@stale[bot] commented on GitHub (Nov 10, 2019): This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs during the next 2 weeks. Thank you for your contributions.
Author
Owner

@SuperSandro2000 commented on GitHub (Nov 10, 2019):

bump

@SuperSandro2000 commented on GitHub (Nov 10, 2019): bump
Author
Owner

@lunny commented on GitHub (Jan 17, 2020):

It should be a upstream library's problem. ParseAddress in libravatar references net/mail.

@lunny commented on GitHub (Jan 17, 2020): It should be a upstream library's problem. `ParseAddress` in libravatar references `net/mail`.
Author
Owner

@strk commented on GitHub (Jan 20, 2020):

I guess we should catch the exception and continue with no avatar

@strk commented on GitHub (Jan 20, 2020): I guess we should catch the exception and continue with no avatar
Author
Owner

@42wim commented on GitHub (Jun 18, 2022):

I think this can be closed ? the current code will show the error but just use the default Avatar when parsing fails.

@42wim commented on GitHub (Jun 18, 2022): I think this can be closed ? the current code will show the error but just use the default Avatar when parsing fails.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#3928