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

history channel: "The signature is invalid." #31123

Closed
5 tasks done
eflister opened this issue Jul 29, 2022 · 1 comment
Closed
5 tasks done

history channel: "The signature is invalid." #31123

eflister opened this issue Jul 29, 2022 · 1 comment

Comments

@eflister
Copy link

  • I'm reporting a broken site support
  • I've verified that I'm running youtube-dl version 2021.12.17
  • 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 issues including closed ones

Verbose log

$ youtube-dl --verbose "https://play.history.com/shows/alone/season-1/episode-5"
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: ['--verbose', 'https://play.history.com/shows/alone/season-1/episode-5']
[debug] Encodings: locale UTF-8, fs utf-8, out utf-8, pref UTF-8
[debug] youtube-dl version 2021.12.17
[debug] Python version 3.10.4 (CPython) - macOS-11.6.7-x86_64-i386-64bit
[debug] exe versions: ffmpeg 4.4.1, ffprobe 4.4.1
[debug] Proxy map: {}
[aenetworks] /shows/alone/season-1/episode-5: Downloading JSON metadata
[aenetworks] 485399619758: Downloading JSON metadata
[aenetworks] 485399619758: Downloading hls_high_ak SMIL data
[aenetworks] 485399619758: Downloading high_video_s3 SMIL data
[aenetworks] 485399619758: Downloading hls_high_fastly SMIL data
ERROR: The signature is invalid.
Traceback (most recent call last):
  File "/opt/local/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/youtube_dl/YoutubeDL.py", line 815, in wrapper
    return func(self, *args, **kwargs)
  File "/opt/local/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/youtube_dl/YoutubeDL.py", line 836, in __extract_info
    ie_result = ie.extract(url)
  File "/opt/local/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/youtube_dl/extractor/common.py", line 534, in extract
    ie_result = self._real_extract(url)
  File "/opt/local/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/youtube_dl/extractor/aenetworks.py", line 174, in _real_extract
    return self._extract_aetn_info(domain, 'canonical', '/' + canonical, url)
  File "/opt/local/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/youtube_dl/extractor/aenetworks.py", line 93, in _extract_aetn_info
    info.update(self._extract_aen_smil(media_url, video_id, auth))
  File "/opt/local/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/youtube_dl/extractor/aenetworks.py", line 66, in _extract_aen_smil
    raise last_e
  File "/opt/local/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/youtube_dl/extractor/aenetworks.py", line 56, in _extract_aen_smil
    tp_formats, tp_subtitles = self._extract_theplatform_smil(
  File "/opt/local/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/youtube_dl/extractor/theplatform.py", line 51, in _extract_theplatform_smil
    raise ExtractorError(
youtube_dl.utils.ExtractorError: The signature is invalid.

Description

no additional info

@eflister
Copy link
Author

dupe with #29300, the key/secret update there works

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