runtipi / runtipi-appstore

Official Runtipi AppStore. Apps and updates live here!
https://runtipi.io/docs/apps-available
GNU General Public License v3.0
303 stars 251 forks source link

🐛 [Invidious] No thunbnails when connected with Yattee #3183

Open Wiz0r opened 6 months ago

Wiz0r commented 6 months ago

Store Application

Invidious

App version

latest

Description

Here's the corrected version:

"When using the Invidious instance alongside Yattee, missing thumbnails may occur. The Yattee FAQ (https://github.com/yattee/yattee/wiki/FAQ - No. 6) indicates a potential misconfiguration of Invidious.

To resolve this issue, the following parameters should be added to the INVIDIOUS_CONFIG section of the docker-compose.yaml file:

domain: youtube.XYZ.de
https_only: true
external_port: 443

Since implementing these changes, the problem has been resolved.

Steps to reproduce

  1. Install and configure Yattee to work with the Invidious container
  2. Open trends tab in yattee
  3. Thumbnails are missing

App logs

Debugging can be easily performed using the API:
https://your.instance.com/api/v1/videos/rr2XfL_df3o 
The links to the images should function correctly."

Browser

Chrome

Browser logs

No response

User-Config changes

No response

Other

No response

Please confirm the following

Wiz0r commented 2 months ago

Problem is fixed.

The necessary parameters were added to the configuration