kktuax / youtupi

YouTube (mobile) web frontend for your Raspberry Pi
https://maxtuni.es/2013/02/16/Introducing-YouTuPi.html
20 stars 6 forks source link

URL Format Error #8

Closed MarceloFonseca closed 10 years ago

MarceloFonseca commented 10 years ago

While trying to play a Youtube video the following message appears and nothing happens.

Reading config from: /home/pi/youtupi
http://0.0.0.0:8080/
193.137.170.54:55071 - - [18/Mar/2014 10:28:53] "HTTP/1.1 GET /playlist" - 200 OK
193.137.170.57:49876 - - [18/Mar/2014 10:28:54] "HTTP/1.1 GET /playlist" - 200 OK
193.137.170.54:55071 - - [18/Mar/2014 10:28:56] "HTTP/1.1 GET /playlist" - 200 OK
193.137.170.57:49876 - - [18/Mar/2014 10:28:59] "HTTP/1.1 GET /playlist" - 200 OK
193.137.170.54:55071 - - [18/Mar/2014 10:29:02] "HTTP/1.1 GET /playlist" - 200 OK
193.137.170.57:49876 - - [18/Mar/2014 10:29:02] "HTTP/1.1 POST /playlist" - 303 See Other
193.137.170.57:49876 - - [18/Mar/2014 10:29:02] "HTTP/1.1 GET /playlist" - 200 OK
Locating URL for: r75BFcH4u2k
193.137.170.57:49876 - - [18/Mar/2014 10:29:04] "HTTP/1.1 GET /playlist" - 200 OK
193.137.170.54:55071 - - [18/Mar/2014 10:29:07] "HTTP/1.1 GET /playlist" - 200 OK
193.137.170.57:49876 - - [18/Mar/2014 10:29:09] "HTTP/1.1 GET /playlist" - 200 OK
193.137.170.54:55071 - - [18/Mar/2014 10:29:12] "HTTP/1.1 GET /playlist" - 200 OK
193.137.170.57:49876 - - [18/Mar/2014 10:29:14] "HTTP/1.1 GET /playlist" - 200 OK
193.137.170.54:55071 - - [18/Mar/2014 10:29:17] "HTTP/1.1 GET /playlist" - 200 OK
193.137.170.57:49876 - - [18/Mar/2014 10:29:19] "HTTP/1.1 GET /playlist" - 200 OK
193.137.170.54:55071 - - [18/Mar/2014 10:29:22] "HTTP/1.1 GET /playlist" - 200 OK
193.137.170.57:49876 - - [18/Mar/2014 10:29:24] "HTTP/1.1 GET /playlist" - 200 OK
Unable to fetch valid URL in format: 22
193.137.170.54:55071 - - [18/Mar/2014 10:29:27] "HTTP/1.1 GET /playlist" - 200 OK
193.137.170.57:49876 - - [18/Mar/2014 10:29:29] "HTTP/1.1 GET /playlist" - 200 OK
193.137.170.54:55071 - - [18/Mar/2014 10:29:32] "HTTP/1.1 GET /playlist" - 200 OK
193.137.170.57:49876 - - [18/Mar/2014 10:29:34] "HTTP/1.1 GET /playlist" - 200 OK
193.137.170.54:55071 - - [18/Mar/2014 10:29:37] "HTTP/1.1 GET /playlist" - 200 OK
Unable to fetch valid URL in format: 18
(..)

I'm using latest updated version.

Thank you!

kktuax commented 10 years ago

I think it's related to the adoption of HTTPS in Youtube's videos. Recent versions of omxplayer apparently have added support for SSL: https://github.com/popcornmix/omxplayer/issues/151

Try to install @skgsergio last build from his site: http://omxplayer.sconde.net/

wget http://omxplayer.sconde.net/builds/omxplayer_0.3.5~git20140315~7fb5ef0_armhf.deb sudo dpkg -i omxplayer_0.3.5~git20140315~7fb5ef0_armhf.deb

MarceloFonseca commented 10 years ago

Thank you for your comment @kktuax! It has worked perfeclty.

YouTuPi is the selected player for our small IT company open-space (about 16 workers), and when its down everyone points at me asking about it (I have installed for the first time) :)

Thank you for your great work!

skgsergio commented 10 years ago

Discovering projects because I get mentioned. Nice project btw.

If you find more issues with HTTPS/Youtube let popcornmix/omxplayer know :)