-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Labels
API 🤝API for other clientsAPI for other clientsBug (confirmed) 🐞issues that are reproducibleissues that are reproducible
Milestone
Description
Describe the bug
On a new Docker container running FreshRSS v1.26.2, the wrong iconURL is returned from the GReader API. It appears that an iconUrl is generated, but it only returns the default favicon (globe). I've verified this by running FreshRSS v1.26.1 in a Docker container and the issue doesn't occur there.
To Reproduce
- Start a new Docker container (or any fresh install, I'm guessing)
- Setup accounts and API access
- Run
curl -X POST -d "Email=apiuser&Passwd=apipasswd" 'HOST/api/greader.php/accounts/ClientLogin'to get API auth - Run
curl -s -H "Authorization:GoogleLogin auth=apiuser/AUTHKEY" 'HOST/api/greader.php/reader/api/0/subscription/list?output=json'and find any RSS entry. - Go to the iconURL item that is returned and it should return the default favicon
Expected behavior
The correct iconUrl should be returned from the GReader API.
FreshRSS version
1.26.2
System information
- Database version: SQLite
- PHP version: 8.2.28
- Installation type: Official Docker container
- Web server type: Apache/2.4.62
- Device: curl
- OS: Debian 12
- Browser: N/A (This does affect applications that use the GReader API)
Additional context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
API 🤝API for other clientsAPI for other clientsBug (confirmed) 🐞issues that are reproducibleissues that are reproducible