-
Notifications
You must be signed in to change notification settings - Fork 176
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
Missing thumbnails in /api/public/v1/channels #1299
Comments
[Fixes #1299] Restore thumbnail data to public channels API.
There is still something going on with channel thumbnails. The thumbnail served for the channel from /api/public/v1/channels is: After clicking on that channel to get the next step of the IMPORT process, we see the correct thumbnail: |
Updates from Aug 3rd and 5thSummary of the problemThe thumbnail served by /api/public/v1/channels is different from the channel thumbnail exported and displayed in Studio UI. ObservationsThe problem seems to be caused by "stale" thumbnail data in The only place I found in the code where this field is written is during channel export: The actual thumbnail that gets exported for Kolibri consumptions uses a different path here where the function RecommendationIt would be great to clarify the difference between
|
How to reproduce
Expected: to see ImgB.png in channel list options Actual: see ImgA.png in channel list options (or even older version in case channel not new) Note there are several other thumbnails missing in that listing. |
Summary
I checked in the listing data form from
https://studio.learningequality.org/api/public/v1/channels
and I see
"icon_encoding": null
for the channel in question so it must be a Studio issue.Category
Select one: BUG
How to reproduce
The text was updated successfully, but these errors were encountered: