Thanks to visit codestin.com
Credit goes to github.com

Skip to content

GoogleDrive ERROR: An extractor error has occurred. (caused by KeyError('50')) #33055

@Himura2la

Description

@Himura2la

Checklist

  • I'm reporting a broken site support
  • I've verified that I'm running youtube-dl version 2021.12.17 (711e72c)
  • 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 -v 'https://drive.google.com/file/d/1VOuBNVHKi8iFZ91RQHhwPqOkctouH5uA/view?usp=drivesdk'
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: ['-v', 'https://drive.google.com/file/d/1VOuBNVHKi8iFZ91RQHhwPqOkctouH5uA/view?usp=drivesdk']
[debug] Encodings: locale cp1251, fs utf-8, out utf-8, pref cp1251
[debug] youtube-dl version 2021.12.17
[debug] Python 3.10.11 (CPython AMD64 64bit) - Windows-10-10.0.22631-SP0 - OpenSSL 1.1.1t  7 Feb 2023
[debug] exe versions: ffmpeg 5.0.1-full_build-www.gyan.dev, ffprobe 5.0.1-full_build-www.gyan.dev
[debug] Proxy map: {}
[GoogleDrive] 1VOuBNVHKi8iFZ91RQHhwPqOkctouH5uA: Downloading webpage
ERROR: An extractor error has occurred. (caused by KeyError('50')); please report this issue on https://github.com/ytdl-org/youtube-dl/issues , using the appropriate issue template. Make sure you are using the latest version; see  https://github.com/ytdl-org/youtube-dl/#user-content-installation  on how to update. Be sure to call youtube-dl with the --verbose option and include the complete output.
Traceback (most recent call last):
  File "C:\Users\glago\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\youtube_dl\extractor\common.py", line 571, in extract
    ie_result = self._real_extract(url)
  File "C:\Users\glago\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\youtube_dl\extractor\googledrive.py", line 198, in _real_extract
    'ext': self._FORMATS_EXT[format_id],
KeyError: '50'
Traceback (most recent call last):
  File "C:\Users\glago\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\youtube_dl\extractor\common.py", line 571, in extract
    ie_result = self._real_extract(url)
  File "C:\Users\glago\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\youtube_dl\extractor\googledrive.py", line 198, in _real_extract
    'ext': self._FORMATS_EXT[format_id],
KeyError: '50'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "C:\Users\glago\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\youtube_dl\YoutubeDL.py", line 875, in wrapper
    return func(self, *args, **kwargs)
  File "C:\Users\glago\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\youtube_dl\YoutubeDL.py", line 971, in __extract_info
    ie_result = ie.extract(url)
  File "C:\Users\glago\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\youtube_dl\extractor\common.py", line 584, in extract
    raise ExtractorError('An extractor error has occurred.', cause=e)
youtube_dl.utils.ExtractorError: An extractor error has occurred. (caused by KeyError('50')); please report this issue on https://github.com/ytdl-org/youtube-dl/issues , using the appropriate issue template. Make sure you are using the latest version; see  https://github.com/ytdl-org/youtube-dl/#user-content-installation  on how to update. Be sure to call youtube-dl with the --verbose option and include the complete output.

Description

I guess something changed in Google Drive...

Metadata

Metadata

Assignees

No one assigned

    Labels

    broken-IEproblem with existing site extraction

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions