Skip to content
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

[Bug]: 管理后台用到的 Gravatar 头像镜像域名 sdn.geekzu.org 似乎已失效 || [Bug]: The Gravatar avatar image domain name sdn.geekzu.org used in the management backend seems to have expired. #2616

Closed
qgy18 opened this issue Jul 15, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@qgy18
Copy link
Contributor

qgy18 commented Jul 15, 2024

问题描述 | Describe the bug

评论管理后台用到的 Gravatar 头像镜像域名 sdn.geekzu.org 似乎已失效,无法访问。例如以下图片无法打开:https://sdn.geekzu.org/avatar/c78af66f07877a04a35e759acc791b7a?s=40&r=G&d=

代码在这里:

return `https://sdn.geekzu.org/avatar/${md5(email)}?s=40&r=G&d=`;

问题网站 | Website URL

https://imququ.com/post/recent-changes-to-my-blog.html

服务部署在哪里? | Where your waline deploy?

Self Host

数据存储在哪里?| Where your comment data store?

MySQL


Problem description | Describe the bug

The Gravatar avatar image domain name sdn.geekzu.org used in the comment management backend seems to have expired and cannot be accessed. For example, the following picture cannot be opened: https://sdn.geekzu.org/avatar/c78af66f07877a04a35e759acc791b7a?s=40&r=G&d=

The code is here:

return `https://sdn.geekzu.org/avatar/${md5(email)}?s=40&r=G&d=`;

Question Website | Website URL

https://imququ.com/post/recent-changes-to-my-blog.html

Where is the service deployed? | Where your waline deploy?

Self Host

Where is the data stored? | Where your comment data store?

MySQL

@qgy18 qgy18 added the bug Something isn't working label Jul 15, 2024
@github-actions github-actions bot changed the title [Bug]: 管理后台用到的 Gravatar 头像镜像域名 sdn.geekzu.org 似乎已失效 [Bug]: 管理后台用到的 Gravatar 头像镜像域名 sdn.geekzu.org 似乎已失效 || [Bug]: The Gravatar avatar image domain name sdn.geekzu.org used in the management backend seems to have expired. Jul 15, 2024
@qgy18
Copy link
Contributor Author

qgy18 commented Jul 15, 2024

刚又好了。。


Just fine again. .

@qgy18 qgy18 closed this as completed Jul 15, 2024
@lizheming
Copy link
Collaborator

lizheming commented Jul 15, 2024

后台这个头像一直没改,之前 client 和 admin 都是前端去拼 avatar url 的,后来改成了 api 层返回 avatar url,但是 admin 这块没有跟上这块的改动


The avatar in the background has not been changed. Previously, the client and admin used the front-end to spell the avatar url. Later, it was changed to the api layer to return the avatar url, but the admin area has not kept up with this change

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants