Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CanalPlus.fr download doesn't work anymore #2881

Closed
bth opened this issue May 10, 2014 · 2 comments
Closed

CanalPlus.fr download doesn't work anymore #2881

bth opened this issue May 10, 2014 · 2 comments

Comments

@bth
Copy link

@bth bth commented May 10, 2014

Tried to download a show but got an error, even after debugging into the page
http://www.canalplus.fr/c-infos-documentaires/pid3356-c-effet-papillon.html

ben@ben-laptop:~$ youtube-dl -v http://www.canalplus.fr/c-infos-documentaires/pid3356-c-effet-papillon.html
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['-v', 'http://www.canalplus.fr/c-infos-documentaires/pid3356-c-effet-papillon.html']
[debug] Encodings: locale UTF-8, fs UTF-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2014.04.13
[debug] Python version 2.7.3 - Linux-3.2.0-60-generic-x86_64-with-Ubuntu-12.04-precise
[debug] Proxy map: {}
[canalplus.fr] pid3356-c-effet-papillon.html: Downloading webpage
[canalplus.fr] 1064226: Downloading video info
[canalplus.fr] 1064226: Extracting information
[download] Destination: L'Effet Papillon du 03_05_14 - Partie 1-1064226.flv
[debug] rtmpdump command line: rtmpdump --verbose -r rtmp://geo2-vod-fms.canalplus.fr/ondemand/geo2/1405/L_EFFET_PAPILLON_EMISSION_140503_AUTO_24329_169_video_HD.mp4 -o 'L'"'"'Effet Papillon du 03_05_14 - Partie 1-1064226.flv.part' --resume --skip 1
[rtmpdump] RTMPDump v2.4
[rtmpdump] (c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
[rtmpdump] WARNING: gnome-keyring:: couldn't connect to: /tmp/keyring-xUEKkL/pkcs11: No such file or directory
[rtmpdump] DEBUG: Parsing...
[rtmpdump] DEBUG: Parsed protocol: 0
[rtmpdump] DEBUG: Parsed host    : geo2-vod-fms.canalplus.fr
[rtmpdump] DEBUG: Parsed app     : ondemand
[rtmpdump] DEBUG: Number of skipped key frames for resume: 1
[rtmpdump] DEBUG: Protocol : RTMP
[rtmpdump] DEBUG: Hostname : geo2-vod-fms.canalplus.fr
[rtmpdump] DEBUG: Port     : 1935
[rtmpdump] DEBUG: Playpath : mp4:geo2/1405/L_EFFET_PAPILLON_EMISSION_140503_AUTO_24329_169_video_HD
[rtmpdump] DEBUG: tcUrl    : rtmp://geo2-vod-fms.canalplus.fr:1935/ondemand
[rtmpdump] DEBUG: app      : ondemand
[rtmpdump] DEBUG: live     : no
[rtmpdump] DEBUG: timeout  : 30 sec
[rtmpdump] DEBUG: Setting buffer time to: 36000000ms
[rtmpdump] Connecting ...
[rtmpdump] DEBUG: RTMP_Connect1, ... connected, handshaking
[rtmpdump] DEBUG: HandShake: Type Answer   : 03
[rtmpdump] DEBUG: HandShake: Server Uptime : 929151951
[rtmpdump] DEBUG: HandShake: FMS Version   : 4.5.2.1
[rtmpdump] DEBUG: HandShake: Handshaking finished....
[rtmpdump] DEBUG: RTMP_Connect1, handshaked
[rtmpdump] DEBUG: Invoking connect
[rtmpdump] INFO: Connected...
[rtmpdump] DEBUG: RTMP_ClientPacket, received: invoke 134 bytes
[rtmpdump] DEBUG: (object begin)
[rtmpdump] DEBUG: Property: NULL
[rtmpdump] DEBUG: (object begin)
[rtmpdump] DEBUG: Property: <Name:              level, STRING:  error>
[rtmpdump] DEBUG: Property: <Name:               code, STRING:  NetConnection.Connect.Rejected>
[rtmpdump] DEBUG: Property: <Name:        description, STRING:  [ AccessManager.Reject ] : Access denied!>
[rtmpdump] DEBUG: (object end)
[rtmpdump] DEBUG: (object end)
[rtmpdump] DEBUG: HandleInvoke, server invoking <_error>
[rtmpdump] ERROR: rtmp server sent error
[rtmpdump] DEBUG: RTMP_ClientPacket, received: invoke 18 bytes
[rtmpdump] DEBUG: (object begin)
[rtmpdump] DEBUG: Property: NULL
[rtmpdump] DEBUG: (object end)
[rtmpdump] DEBUG: HandleInvoke, server invoking <close>
[rtmpdump] ERROR: rtmp server requested close
[rtmpdump] DEBUG: Closing connection.
[rtmpdump] 0 bytes
[rtmpdump] RTMPDump v2.4
[rtmpdump] (c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
[rtmpdump] WARNING: gnome-keyring:: couldn't connect to: /tmp/keyring-xUEKkL/pkcs11: No such file or directory
[rtmpdump] DEBUG: Parsing...
[rtmpdump] DEBUG: Parsed protocol: 0
[rtmpdump] DEBUG: Parsed host    : geo2-vod-fms.canalplus.fr
[rtmpdump] DEBUG: Parsed app     : ondemand
[rtmpdump] DEBUG: Number of skipped key frames for resume: 1
[rtmpdump] DEBUG: Protocol : RTMP
[rtmpdump] DEBUG: Hostname : geo2-vod-fms.canalplus.fr
[rtmpdump] DEBUG: Port     : 1935
[rtmpdump] DEBUG: Playpath : mp4:geo2/1405/L_EFFET_PAPILLON_EMISSION_140503_AUTO_24329_169_video_HD
[rtmpdump] DEBUG: tcUrl    : rtmp://geo2-vod-fms.canalplus.fr:1935/ondemand
[rtmpdump] DEBUG: app      : ondemand
[rtmpdump] DEBUG: live     : no
[rtmpdump] DEBUG: timeout  : 30 sec
[rtmpdump] DEBUG: Failed to get last keyframe.
[rtmpdump] DEBUG: Closing connection.


ERROR: rtmpdump exited with code 1
  File "/usr/lib/python2.7/runpy.py", line 162, in _run_module_as_main
    "__main__", fname, loader, pkg_name)
  File "/usr/lib/python2.7/runpy.py", line 72, in _run_code
    exec code in run_globals
  File "/usr/local/bin/youtube-dl/__main__.py", line 18, in <module>
    youtube_dl.main()
  File "/usr/local/bin/youtube-dl/youtube_dl/__init__.py", line 845, in main
    _real_main(argv)
  File "/usr/local/bin/youtube-dl/youtube_dl/__init__.py", line 835, in _real_main
    retcode = ydl.download(all_urls)
  File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 1036, in download
    self.extract_info(url)
  File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 525, in extract_info
    return self.process_ie_result(ie_result, download, extra_info)
  File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 562, in process_ie_result
    return self.process_video_result(ie_result, download=download)
  File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 817, in process_video_result
    self.process_info(new_info)
  File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 1007, in process_info
    success = dl(filename, info_dict)
  File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 983, in dl
    return fd.download(name, info)
  File "/usr/local/bin/youtube-dl/youtube_dl/downloader/common.py", line 291, in download
    return self.real_download(filename, info_dict)
  File "/usr/local/bin/youtube-dl/youtube_dl/downloader/rtmp.py", line 194, in real_download
    self.report_error('rtmpdump exited with code %d' % retval)
  File "/usr/local/bin/youtube-dl/youtube_dl/downloader/common.py", line 144, in report_error
    self.ydl.report_error(*args, **kargs)
  File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 404, in report_error
    self.trouble(error_message, tb)
  File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 366, in trouble
    tb_data = traceback.format_list(traceback.extract_stack())
@jaimeMF
Copy link
Collaborator

@jaimeMF jaimeMF commented May 10, 2014

Could you try with a more recent version of youtube-dl?, run sudo youtube-dl -U to update.

@dstftw
Copy link
Collaborator

@dstftw dstftw commented Apr 10, 2016

Works fine with latest version.

@dstftw dstftw closed this Apr 10, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
3 participants
You can’t perform that action at this time.