Emoji missing from font error
Ouverte
Personne n'a encore pris cette issue.
question
- Langage dominant
- Python
- Étoiles
- 1
- Forks
- 11
- Merge moyen
- 20 h 7 min
- PR mergées (30 j)
- 2
Description
cause unknown:
tex-bot-py-v2 | 2025-08-28T17:43:41.483049089Z /app/cogs/stats/graphs.py:115: UserWarning: Glyph 128172 (\N{SPEECH BALLOON}) missing from font(s) DejaVu Sans.
tex-bot-py-v2 | 2025-08-28T17:43:41.483114722Z matplotlib.pyplot.savefig(plot_file, format="png")
tex-bot-py-v2 | 2025-08-28T17:43:41.483605033Z /app/cogs/stats/graphs.py:115: UserWarning: Glyph 127836 (\N{STEAMING BOWL}) missing from font(s) DejaVu Sans.
tex-bot-py-v2 | 2025-08-28T17:43:41.483624169Z matplotlib.pyplot.savefig(plot_file, format="png")
tex-bot-py-v2 | 2025-08-28T17:43:41.484020572Z /app/cogs/stats/graphs.py:115: UserWarning: Glyph 128054 (\N{DOG FACE}) missing from font(s) DejaVu Sans.
tex-bot-py-v2 | 2025-08-28T17:43:41.484043745Z matplotlib.pyplot.savefig(plot_file, format="png")
tex-bot-py-v2 | 2025-08-28T17:43:41.484441542Z /app/cogs/stats/graphs.py:115: UserWarning: Glyph 127969 (\N{HOUSE WITH GARDEN}) missing from font(s) DejaVu Sans.
tex-bot-py-v2 | 2025-08-28T17:43:41.484453314Z matplotlib.pyplot.savefig(plot_file, format="png")
tex-bot-py-v2 | 2025-08-28T17:43:41.484921551Z /app/cogs/stats/graphs.py:115: UserWarning: Glyph 128188 (\N{BRIEFCASE}) missing from font(s) DejaVu Sans.
tex-bot-py-v2 | 2025-08-28T17:43:41.484943372Z matplotlib.pyplot.savefig(plot_file, format="png")
tex-bot-py-v2 | 2025-08-28T17:43:41.485282268Z /app/cogs/stats/graphs.py:115: UserWarning: Glyph 127918 (\N{VIDEO GAME}) missing from font(s) DejaVu Sans.
tex-bot-py-v2 | 2025-08-28T17:43:41.485294201Z matplotlib.pyplot.savefig(plot_file, format="png")
tex-bot-py-v2 | 2025-08-28T17:43:41.485802324Z /app/cogs/stats/graphs.py:115: UserWarning: Glyph 127760 (\N{GLOBE WITH MERIDIANS}) missing from font(s) DejaVu Sans.
tex-bot-py-v2 | 2025-08-28T17:43:41.485842770Z matplotlib.pyplot.savefig(plot_file, format="png")
tex-bot-py-v2 | 2025-08-28T17:43:41.486098078Z /app/cogs/stats/graphs.py:115: UserWarning: Glyph 128250 (\N{TELEVISION}) missing from font(s) DejaVu Sans.
tex-bot-py-v2 | 2025-08-28T17:43:41.486110542Z matplotlib.pyplot.savefig(plot_file, format="png")
tex-bot-py-v2 | 2025-08-28T17:43:41.486472431Z /app/cogs/stats/graphs.py:115: UserWarning: Glyph 9917 (\N{SOCCER BALL}) missing from font(s) DejaVu Sans.
tex-bot-py-v2 | 2025-08-28T17:43:41.486505483Z matplotlib.pyplot.savefig(plot_file, format="png")```
Guide de contribution
Ouvrir le guide de contribution
Par où commencer
- Lisez l'issue en entier, puis le guide de contribution du projet.
- Signalez en commentaire que vous la prenez — cela évite que deux personnes fassent le même travail.
- Forkez le dépôt et travaillez sur une branche.
- Ouvrez une pull request qui référence le numéro de l'issue.
Piste de recherche
Commencez par cogs/stats/graphs.py à la ligne 115 et reproduisez l’avertissement lors de la génération du PNG. Suivez le cheminement des libellés emoji indiqués jusqu’à matplotlib.pyplot.savefig. C’est terminé lorsque les graphiques générés gèrent ces emoji sans les reported missing-glyph warnings.
Rédigé par le modèle d'indexation à partir du texte de l'issue.
Évaluation
- Stack technique
- matplotlib, python
- Domaine
- data-visualization
- Type d'issue
- Bug
- Difficulté
- 3/5
- Temps estimé
- 1-2 jours
- Activité
- À l'abandon
- Clarté
- À clarifier
- Accessibilité débutants
- 35/100