iBicha / playlet

The unofficial, privacy driven, YouTube client for Roku
GNU Affero General Public License v3.0
315 stars 11 forks source link

Text shown, videos blank, #42

Closed tlc closed 1 year ago

tlc commented 1 year ago

I have invidious running at home (and working). I just added playlet, 0.6.0 from the store.

I press "Login" in the setup process, I see "Logged In: true" and the screen on the TV refreshes. On the TV, under Subscriptions (and the other section titles) the text has changed to my subscriptions, but the video squares are blank.

If I try to play a video, I get a dialog with:

Error playing video ... dbgmsg: got invalid pathname, load the next one category: mediaplayer errcode: 8 drmerrcode: 0

iBicha commented 1 year ago

Thanks for reporting @tlc Can you share more information?

The more details you can share, the better I can track down the origin of the issue.

tlc commented 1 year ago

All thumbnails blank, all videos fail. Local invidious instance: "Current version: 2022.11.22-5160d8ba @ master" In container.

state.json.zip

IMG_1039 IMG_1038

iBicha commented 1 year ago

Thank you! In this case, I suspect this is configuration to be done on the Instance. Here are the fields that I found needed to be configured properly for things to work:

See post-install docs here

Setting these correctly made my local instance work fine (related https://github.com/meienberger/runtipi-appstore/issues/173#issuecomment-1374543462)

If you are using the docker compose, you should be able to set these fields here

Let me know if this fixes your issue

tlc commented 1 year ago

That was it. Thanks for the help and for playlet!