You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Testing using this extension on a Pi 4 with a YouTube video failed with the following error:
[b1d18a90] lua stream error: Couldn't extract youtube video URL, please check for updates to this script
Doing a little searching led me to the solution here, which worked — seems like the lua script that scrapes the youtube page for the video needs to be updated when youtube makes changes...
So I had to remove the existing script that came with the VLC install and add the latest one from VLC source:
It's possible that just updating VLC would have fixed this, which I didn't do — so maybe it would be worth adding the vlc install / upgrade to latest version in the install.sh for this extension?
The text was updated successfully, but these errors were encountered:
I wanted to try this but I do get other errors now:
vlcpulse audio output error: PulseAudio connection failure: Connection refused
main interface error: no suitable interface module
main libvlc error: interface "globalhotkeys,none" initialization failed
Not sure what the reason is. Sounds unrelated to the Youtube issue. Maybe this is related to rotating the screen. I might have to use a fresh Raspian image. Before I've figured this out I can't work on this issue though.
@jmwohl can you please confirm what VLC version you have installed and how your screen is rotated?
Testing using this extension on a Pi 4 with a YouTube video failed with the following error:
Doing a little searching led me to the solution here, which worked — seems like the lua script that scrapes the youtube page for the video needs to be updated when youtube makes changes...
So I had to remove the existing script that came with the VLC install and add the latest one from VLC source:
It's possible that just updating VLC would have fixed this, which I didn't do — so maybe it would be worth adding the vlc install / upgrade to latest version in the
install.sh
for this extension?The text was updated successfully, but these errors were encountered: