← Back to team overview

pkg-perl-maintainers team mailing list archive

[Bug 618571] [NEW] Lucid clive 404s on all youtube videos

 

Public bug reported:

Binary package hint: clive

[05:17 AM] 214Mb$ clive --version
clive version 2.2.11 with WWW::Curl version 4.11
Copyright (C) 2007,2008,2009 Toni Gundogdu

OS: linux  Perl: 5.10.1  Locale: en_US.utf8

License GPLv3+: GNU GPL version 3 or later
  <http://www.gnu.org/licenses/>

This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Report bugs: <http://code.google.com/p/clive/issues/>

This is package version 2.2.11-1

Clive errors out on all YouTube links I have tried; examples:
http://www.youtube.com/watch?v=P1WKYnPNdiE
http://www.youtube.com/watch?v=ewqtp9dN-R8
http://www.youtube.com/watch?v=kMz2qkmk9Ps
http://www.youtube.com/watch?v=1uH1mZWTCds

The errors look all like:

[05:19 AM] 214Mb$ clive http://www.youtube.com/watch?v=kMz2qkmk9Ps
fetch http://www.youtube.com/watch?v=kMz2qkmk9Ps ...done.
verify video link ...
error: Unknown error (http/404)

With --debug:

[05:20 AM] 214Mb$ clive --debug http://www.youtube.com/watch?v=kMz2qkmk9Ps
fetch http://www.youtube.com/watch?v=kMz2qkmk9Ps ...* About to connect() to www.youtube.com port 80 (#0)
*   Trying 173.194.33.91... * connected
* Connected to www.youtube.com (173.194.33.91) port 80 (#0)
> GET /watch?v=kMz2qkmk9Ps HTTP/1.1
User-Agent: Mozilla/5.0
Host: www.youtube.com
Accept: */*
Accept-Encoding: deflate, gzip

< HTTP/1.1 200 OK
< Date: Mon, 16 Aug 2010 09:20:49 GMT
< Server: wiseguy/0.6.7
< X-Content-Type-Options: nosniff
< Content-Encoding: gzip
< Set-Cookie: use_hitbox=72c46ff6cbcdb7c5585c36411b6b334edAEAAAAw; path=/; domain=.youtube.com
< Set-Cookie: VISITOR_INFO1_LIVE=xFTmvVXHxZA; path=/; domain=.youtube.com; expires=Wed, 13-Apr-2011 09:20:49 GMT
< Set-Cookie: GEO=0db656d1bdba306f6a1cadb767c15343cwsAAAAzVVMY5IOITGkC8Q==; path=/; domain=.youtube.com
< Set-Cookie: watched_video_id_list=4a7653457b17a1665c0ccb26c3a0962dWwEAAABzCwAAAGtNejJxa21rOVBz; path=/; domain=.youtube.com
< Expires: Tue, 27 Apr 1971 19:44:06 EST
< X-YouTube-MID: qdC1OX05oblVQN0IxSm9kdVdYWVhOXzUzQjBRWGtLWWx6TWRmODNWTURadDhtZERLenJlb1d3
< Cache-Control: no-cache
< Content-Type: text/html; charset=utf-8
< Content-Length: 19261
<
* Connection #0 to host www.youtube.com left intact
done.
verify video link ...* About to connect() to youtube.com port 80 (#1)
*   Trying 74.125.127.93... * connected
* Connected to youtube.com (74.125.127.93) port 80 (#1)
> HEAD /get_video?video_id=kMz2qkmk9Ps&t=vjVQa1PpcFNsZXIXh7k4U95vCVtBLfpTcyp-NZY-xtM= HTTP/1.1
User-Agent: Mozilla/5.0
Host: youtube.com
Accept: */*
Accept-Encoding: deflate, gzip

< HTTP/1.1 301 Moved Permanently
< Date: Mon, 16 Aug 2010 09:20:51 GMT
< Server: Apache
< Location: http://www.youtube.com/get_video?video_id=kMz2qkmk9Ps&t=vjVQa1PpcFNsZXIXh7k4U95vCVtBLfpTcyp-NZY-xtM=
< Content-Type: text/html; charset=iso-8859-1
< Transfer-Encoding: chunked
<
* Connection #1 to host youtube.com left intact
* Issue another request to this URL: 'http://www.youtube.com/get_video?video_id=kMz2qkmk9Ps&t=vjVQa1PpcFNsZXIXh7k4U95vCVtBLfpTcyp-NZY-xtM='
* Re-using existing connection! (#0) with host www.youtube.com
* Connected to www.youtube.com (173.194.33.91) port 80 (#0)
> HEAD /get_video?video_id=kMz2qkmk9Ps&t=vjVQa1PpcFNsZXIXh7k4U95vCVtBLfpTcyp-NZY-xtM= HTTP/1.1
User-Agent: Mozilla/5.0
Host: www.youtube.com
Accept: */*
Accept-Encoding: deflate, gzip
Referer: http://youtube.com/get_video?video_id=kMz2qkmk9Ps&t=vjVQa1PpcFNsZXIXh7k4U95vCVtBLfpTcyp-NZY-xtM=

< HTTP/1.1 404 Not Found
< Date: Mon, 16 Aug 2010 09:20:52 GMT
< Server: Apache
< X-Content-Type-Options: nosniff
< Expires: Tue, 27 Apr 1971 19:44:06 EST
< X-YouTube-MID: sWkFSZzctYUFHdmlwc3ZueXc4WXVzN0FVVl9ONzdrYmNYT0JNY2xSb2lDYUVReU1TNmM5NTh3
< Cache-Control: no-cache
< Content-Type: text/html; charset=utf-8
< Transfer-Encoding: chunked
<
* Connection #0 to host www.youtube.com left intact

error: Unknown error (http/404)
* Closing connection #1
* Closing connection #0

----------------------

Note that that unlike https://bugs.launchpad.net/bugs/597181 , I am not
behind a proxy, nor is the problem fixed, as
https://bugs.launchpad.net/ubuntu/+source/clive/+bug/597181/comments/7
's problem was, by installing 2.2.12-1 (it's already installed).

** Affects: clive (Ubuntu)
     Importance: Undecided
         Status: New

** Description changed:

  Binary package hint: clive
  
  [05:17 AM] 214Mb$ clive --version
  clive version 2.2.11 with WWW::Curl version 4.11
  Copyright (C) 2007,2008,2009 Toni Gundogdu
  
  OS: linux  Perl: 5.10.1  Locale: en_US.utf8
  
  License GPLv3+: GNU GPL version 3 or later
-   <http://www.gnu.org/licenses/>
+   <http://www.gnu.org/licenses/>
  
  This is free software: you are free to change and redistribute it.
  There is NO WARRANTY, to the extent permitted by law.
  
  Report bugs: <http://code.google.com/p/clive/issues/>
  
  This is package version 2.2.11-1
  
  Clive errors out on all YouTube links I have tried; examples:
  http://www.youtube.com/watch?v=P1WKYnPNdiE
  http://www.youtube.com/watch?v=ewqtp9dN-R8
  http://www.youtube.com/watch?v=kMz2qkmk9Ps
+ http://www.youtube.com/watch?v=1uH1mZWTCds
  
  The errors look all like:
  
  [05:19 AM] 214Mb$ clive http://www.youtube.com/watch?v=kMz2qkmk9Ps
  fetch http://www.youtube.com/watch?v=kMz2qkmk9Ps ...done.
  verify video link ...
  error: Unknown error (http/404)
- 
  
  With --debug:
  
  [05:20 AM] 214Mb$ clive --debug http://www.youtube.com/watch?v=kMz2qkmk9Ps
  fetch http://www.youtube.com/watch?v=kMz2qkmk9Ps ...* About to connect() to www.youtube.com port 80 (#0)
  *   Trying 173.194.33.91... * connected
  * Connected to www.youtube.com (173.194.33.91) port 80 (#0)
  > GET /watch?v=kMz2qkmk9Ps HTTP/1.1
  User-Agent: Mozilla/5.0
  Host: www.youtube.com
  Accept: */*
  Accept-Encoding: deflate, gzip
  
  < HTTP/1.1 200 OK
  < Date: Mon, 16 Aug 2010 09:20:49 GMT
  < Server: wiseguy/0.6.7
  < X-Content-Type-Options: nosniff
  < Content-Encoding: gzip
  < Set-Cookie: use_hitbox=72c46ff6cbcdb7c5585c36411b6b334edAEAAAAw; path=/; domain=.youtube.com
  < Set-Cookie: VISITOR_INFO1_LIVE=xFTmvVXHxZA; path=/; domain=.youtube.com; expires=Wed, 13-Apr-2011 09:20:49 GMT
  < Set-Cookie: GEO=0db656d1bdba306f6a1cadb767c15343cwsAAAAzVVMY5IOITGkC8Q==; path=/; domain=.youtube.com
  < Set-Cookie: watched_video_id_list=4a7653457b17a1665c0ccb26c3a0962dWwEAAABzCwAAAGtNejJxa21rOVBz; path=/; domain=.youtube.com
  < Expires: Tue, 27 Apr 1971 19:44:06 EST
  < X-YouTube-MID: qdC1OX05oblVQN0IxSm9kdVdYWVhOXzUzQjBRWGtLWWx6TWRmODNWTURadDhtZERLenJlb1d3
  < Cache-Control: no-cache
  < Content-Type: text/html; charset=utf-8
  < Content-Length: 19261
- < 
+ <
  * Connection #0 to host www.youtube.com left intact
  done.
  verify video link ...* About to connect() to youtube.com port 80 (#1)
  *   Trying 74.125.127.93... * connected
  * Connected to youtube.com (74.125.127.93) port 80 (#1)
  > HEAD /get_video?video_id=kMz2qkmk9Ps&t=vjVQa1PpcFNsZXIXh7k4U95vCVtBLfpTcyp-NZY-xtM= HTTP/1.1
  User-Agent: Mozilla/5.0
  Host: youtube.com
  Accept: */*
  Accept-Encoding: deflate, gzip
  
  < HTTP/1.1 301 Moved Permanently
  < Date: Mon, 16 Aug 2010 09:20:51 GMT
  < Server: Apache
  < Location: http://www.youtube.com/get_video?video_id=kMz2qkmk9Ps&t=vjVQa1PpcFNsZXIXh7k4U95vCVtBLfpTcyp-NZY-xtM=
  < Content-Type: text/html; charset=iso-8859-1
  < Transfer-Encoding: chunked
- < 
+ <
  * Connection #1 to host youtube.com left intact
  * Issue another request to this URL: 'http://www.youtube.com/get_video?video_id=kMz2qkmk9Ps&t=vjVQa1PpcFNsZXIXh7k4U95vCVtBLfpTcyp-NZY-xtM='
  * Re-using existing connection! (#0) with host www.youtube.com
  * Connected to www.youtube.com (173.194.33.91) port 80 (#0)
  > HEAD /get_video?video_id=kMz2qkmk9Ps&t=vjVQa1PpcFNsZXIXh7k4U95vCVtBLfpTcyp-NZY-xtM= HTTP/1.1
  User-Agent: Mozilla/5.0
  Host: www.youtube.com
  Accept: */*
  Accept-Encoding: deflate, gzip
  Referer: http://youtube.com/get_video?video_id=kMz2qkmk9Ps&t=vjVQa1PpcFNsZXIXh7k4U95vCVtBLfpTcyp-NZY-xtM=
  
  < HTTP/1.1 404 Not Found
  < Date: Mon, 16 Aug 2010 09:20:52 GMT
  < Server: Apache
  < X-Content-Type-Options: nosniff
  < Expires: Tue, 27 Apr 1971 19:44:06 EST
  < X-YouTube-MID: sWkFSZzctYUFHdmlwc3ZueXc4WXVzN0FVVl9ONzdrYmNYT0JNY2xSb2lDYUVReU1TNmM5NTh3
  < Cache-Control: no-cache
  < Content-Type: text/html; charset=utf-8
  < Transfer-Encoding: chunked
- < 
+ <
  * Connection #0 to host www.youtube.com left intact
  
  error: Unknown error (http/404)
  * Closing connection #1
  * Closing connection #0
  
  ----------------------
  
  Note that that unlike https://bugs.launchpad.net/bugs/597181 , I am not
  behind a proxy, nor is the problem fixed, as
  https://bugs.launchpad.net/ubuntu/+source/clive/+bug/597181/comments/7
  's problem was, by installing 2.2.12-1 (it's already installed).

-- 
Lucid clive 404s on all youtube videos
https://bugs.launchpad.net/bugs/618571
You received this bug notification because you are a member of Debian
Perl Group, which is subscribed to clive in ubuntu.



Follow ups

References