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

Not downloading #318

Open
5 of 6 tasks
kotuk opened this issue Nov 29, 2021 · 0 comments
Open
5 of 6 tasks

Not downloading #318

kotuk opened this issue Nov 29, 2021 · 0 comments

Comments

@kotuk
Copy link

kotuk commented Nov 29, 2021

Checklist

  • I'm reporting a broken site support issue
  • I've verified that I'm running youtube-dlc version 2020.10.31
  • I've checked that all provided URLs are alive and playable in a browser
  • I've checked that all URLs and arguments with special characters are properly quoted or escaped
  • I've searched the bugtracker for similar bug reports including closed ones
  • I've read bugs section in FAQ

Verbose log

[debug] Command-line config: ['-v', 'https://cdnlb.tvplayhome.lt/live/eds/TVPlaySportPlusHD/GO3_LIVE_DASH/TVPlaySportPlusHD.mpd?begin=1638186375']
[debug] Encodings: locale UTF-8, fs utf-8, out utf-8, err utf-8, pref UTF-8
[debug] yt-dlp version 2021.11.10.1 (zip)
[debug] Python version 3.8.10 (CPython 64bit) - Linux-5.4.0-90-generic-x86_64-with-glibc2.29
[debug] exe versions: ffmpeg N-102732-g5509235818 (setts,fdk), ffprobe N-102732-g5509235818
[debug] Optional libraries: Cryptodome, keyring, mutagen, sqlite, websockets
[debug] Proxy map: {}
[debug] [generic] Extracting URL: https://cdnlb.tvplayhome.lt/live/eds/TVPlaySportPlusHD/GO3_LIVE_DASH/TVPlaySportPlusHD.mpd?begin=1638186375
[generic] TVPlaySportPlusHD: Requesting header
[redirect] Following redirect to https://cdn1.tvplayhome.lt:443/live/eds/TVPlaySportPlusHD/GO3_LIVE_DASH/TVPlaySportPlusHD.mpd?begin=1638186375
[debug] [generic] Extracting URL: https://cdn1.tvplayhome.lt:443/live/eds/TVPlaySportPlusHD/GO3_LIVE_DASH/TVPlaySportPlusHD.mpd?begin=1638186375
[generic] TVPlaySportPlusHD: Requesting header
WARNING: [generic] Falling back on generic information extractor.
[generic] TVPlaySportPlusHD: Downloading webpage
[generic] TVPlaySportPlusHD: Extracting information
ERROR: float() argument must be a string or a number, not 'NoneType'
Traceback (most recent call last):
  File "./yt-dlp/yt_dlp/YoutubeDL.py", line 1311, in wrapper
    return func(self, *args, **kwargs)
  File "./yt-dlp/yt_dlp/YoutubeDL.py", line 1336, in __extract_info
    ie_result = ie.extract(url)
  File "./yt-dlp/yt_dlp/extractor/common.py", line 595, in extract
    ie_result = self._real_extract(url)
  File "./yt-dlp/yt_dlp/extractor/generic.py", line 2651, in _real_extract
    info_dict['formats'], info_dict['subtitles'] = self._parse_mpd_formats_and_subtitles(
  File "./yt-dlp/yt_dlp/extractor/common.py", line 2793, in _parse_mpd_formats_and_subtitles
    representation_ms_info['total_number'] = int(math.ceil(float(period_duration) / segment_duration))
TypeError: float() argument must be a string or a number, not 'NoneType'```


## Description

<!--
Provide an explanation of your issue in an arbitrary form. Please make sure the description is worded well enough to be understood, see https://github.com/ytdl-org/youtube-dlc#is-the-description-of-the-issue-itself-sufficient. Provide any additional information, suggested solution and as much context and examples as possible.
If work on your issue requires account credentials please provide them or explain how one can obtain them.
-->

Not downloading 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant