Gravatar display error in profile mode #1260

Closed
opened 2025-11-02 03:54:31 -06:00 by GiteaMirror · 4 comments
Owner

Originally created by @remyslab on GitHub (Nov 20, 2017).

  • Gitea version (or commit ref): 7e6c198
  • Git version:
  • Operating system: Debian Jessie
  • Database (use [x]):
    • PostgreSQL
    • MySQL
    • MSSQL
    • [ x ] SQLite
  • Can you reproduce the bug at https://try.gitea.io:
    • Yes (provide example URL)
    • [ x ] No
    • Not relevant
  • Log gist:

Description

On profile mode, big gravatar display doesn't work, I have an error : Sorry, the parameters you provided were not valid
But little displays work on all the website.
Gitea runs in a docker container with :
docker run -d --name=gitea -p 50:22 -p 88:3000 -v "$PWD"/gitea/:/data gitea/gitea:latest

Screenshots

screenshot

Originally created by @remyslab on GitHub (Nov 20, 2017). <!-- 1. Please speak English, this is the language all of us can speak and write. 2. Please ask questions or configuration/deploy problems on our Discord server (https://discord.gg/NsatcWJ) 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): 7e6c198 - Git version: - Operating system: Debian Jessie - Database (use `[x]`): - [ ] PostgreSQL - [ ] MySQL - [ ] MSSQL - [ x ] SQLite - Can you reproduce the bug at https://try.gitea.io: - [ ] Yes (provide example URL) - [ x ] No - [ ] Not relevant - Log gist: ## Description On profile mode, big gravatar display doesn't work, I have an error : Sorry, the parameters you provided were not valid But little displays work on all the website. Gitea runs in a docker container with : `docker run -d --name=gitea -p 50:22 -p 88:3000 -v "$PWD"/gitea/:/data gitea/gitea:latest` ## Screenshots ![screenshot](https://user-images.githubusercontent.com/26518119/33016831-43115c02-cdf0-11e7-9e44-45813aefb640.png) <!-- **If this issue involves the Web Interface, please include a screenshot** -->
GiteaMirror added the type/bug label 2025-11-02 03:54:31 -06:00
Author
Owner

@lafriks commented on GitHub (Nov 26, 2017):

What url does have for image?

@lafriks commented on GitHub (Nov 26, 2017): What url does have for image?
Author
Owner

@remyslab commented on GitHub (Nov 26, 2017):

For the big display (doesn't work) : https://secure.gravatar.com/avatar/44e2d25dbaa9cb03e22ebf2be13ea88c?d=identicon?s=290

Little display (works) : https://secure.gravatar.com/avatar/44e2d25dbaa9cb03e22ebf2be13ea88c?d=identicon

@remyslab commented on GitHub (Nov 26, 2017): For the big display (doesn't work) : https://secure.gravatar.com/avatar/44e2d25dbaa9cb03e22ebf2be13ea88c?d=identicon?s=290 Little display (works) : https://secure.gravatar.com/avatar/44e2d25dbaa9cb03e22ebf2be13ea88c?d=identicon
Author
Owner

@lafriks commented on GitHub (Nov 26, 2017):

Looks like to be related to our gravatar integration

@lafriks commented on GitHub (Nov 26, 2017): Looks like to be related to our gravatar integration
Author
Owner

@ethantkoenig commented on GitHub (Dec 4, 2017):

This has been fixed by #3069.

@ethantkoenig commented on GitHub (Dec 4, 2017): This has been fixed by #3069.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#1260