The browser does not load the favicon.ico #204

Closed
opened 2025-11-20 04:21:30 -05:00 by saavagebueno · 4 comments
Owner

Originally created by @Gamodeur on GitHub (Jul 25, 2022).

Originally assigned to: @qdm12 on GitHub.

Is this urgent: No
The browser does not load the favicon.ico

According to my research it comes from the "/" in the html code
image

If this could be fixed it would be cool for my favorites bar 😊

Originally created by @Gamodeur on GitHub (Jul 25, 2022). Originally assigned to: @qdm12 on GitHub. Is this urgent: No The browser does not load the favicon.ico According to my research it comes from the "/" in the html code ![image](https://user-images.githubusercontent.com/15129966/180875457-729c186f-09f4-4051-b7aa-1d94e928a33f.png) If this could be fixed it would be cool for my favorites bar 😊
saavagebueno added the Complexity: 🟩 Easy to doPriority: 🚨 Urgent labels 2025-11-20 04:21:30 -05:00
Author
Owner

@qdm12 commented on GitHub (Jun 16, 2023):

Sorry for the 1 year delay almost 😸
Done in a5e49eb866

@qdm12 commented on GitHub (Jun 16, 2023): Sorry for the 1 year delay almost 😸 Done in a5e49eb86671e74cd504aeda990a4884e1eeaeab
Author
Owner

@qdm12 commented on GitHub (Feb 4, 2024):

The Go code needs to serve an embedded favicon.ico on the /favicon.ico route, which is not the case for now.

@qdm12 commented on GitHub (Feb 4, 2024): The Go code needs to serve an embedded favicon.ico on the /favicon.ico route, which is not the case for now.
Author
Owner

@hugalafutro commented on GitHub (Feb 11, 2024):

I returned to using ddns-updater after the integrated ddns thingy on router started crapping itself recently and noticed there ain't no favicon, but I could've sworn there was one when I used it before, the little blue gopher holding something iirc.

ddns-updater  | 2024/02/11 08:29:09 "GET http://192.168.1.101:8279/favicon.ico HTTP/1.1" from 192.168.1.163:5922 - 404 19B in 13.615µs
@hugalafutro commented on GitHub (Feb 11, 2024): I returned to using ddns-updater after the integrated ddns thingy on router started crapping itself recently and noticed there ain't no favicon, but I could've sworn there was one when I used it before, the little blue gopher holding something iirc. ``` ddns-updater | 2024/02/11 08:29:09 "GET http://192.168.1.101:8279/favicon.ico HTTP/1.1" from 192.168.1.163:5922 - 404 19B in 13.615µs ```
Author
Owner

@qdm12 commented on GitHub (Jun 15, 2024):

Fixed with b70a91582c

@qdm12 commented on GitHub (Jun 15, 2024): Fixed with b70a91582c8e4f935924173d980addaa40fefb95
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ddns-updater#204