iv-org / invidious

Invidious is an alternative front-end to YouTube
https://invidious.io
GNU Affero General Public License v3.0
16.38k stars 1.83k forks source link

[Bug] API: Description fields empty in search results endpoint #3799

Open TorutheRedFox opened 1 year ago

TorutheRedFox commented 1 year ago

Describe the bug

The video description fields are empty in the /api/v1/search

Steps to Reproduce

  1. fetch search results using the endpoint
  2. try to get descriptions (both text and HTML) for the videos returned
  3. get back empty string
unixfox commented 1 year ago

please post the invidious version

TorutheRedFox commented 1 year ago

please post the invidious version

2023.05.08-10fee9da

petterreinholdtsen commented 1 year ago

The description is also missing on the popular endpoint, as can be seen on https://inv.bp.projectsegfau.lt/api/v1/popular but it is not missing from the trending endpoint, as can be seen on https://inv.bp.projectsegfau.lt/api/v1/trending.

github-actions[bot] commented 2 months ago

This issue has been automatically marked as stale and will be closed in 30 days because it has not had recent activity and is much likely outdated. If you think this issue is still relevant and applicable, you just have to post a comment and it will be unmarked.

TorutheRedFox commented 2 months ago

still seems to be relevant