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

NoneType Object has no attribute 'get' Error #305

Closed
5 of 6 tasks
Finnlife opened this issue Apr 4, 2021 · 2 comments
Closed
5 of 6 tasks

NoneType Object has no attribute 'get' Error #305

Finnlife opened this issue Apr 4, 2021 · 2 comments

Comments

@Finnlife
Copy link

Finnlife commented Apr 4, 2021

  • I'm reporting a broken site support issue
  • I've verified that I'm running youtube-dlc version 2020.11.11-3
  • 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

(hbzdownloader) root@Hauptserver:/home/hbzdownloader# youtube-dlc --verbose https://www.youtube.com/watch?v=LczRvzIXg_o
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: ['--verbose', 'https://www.youtube.com/watch?v=LczRvzIXg_o']
[debug] Loading archive file None
[debug] Encodings: locale UTF-8, fs utf-8, out utf-8, pref UTF-8
[debug] youtube-dlc version 2020.11.11-3
[debug] Python version 3.9.1 (CPython) - Linux-4.19.0-12-amd64-x86_64-with-glibc2.28
[debug] exe versions: ffmpeg 4.1.6-1, ffprobe 4.1.6-1
[debug] Proxy map: {}
[youtube] LczRvzIXg_o: Downloading webpage
Traceback (most recent call last):
File "/root/.local/share/virtualenvs/hbzdownloader-WRrlBKKW/bin/youtube-dlc", line 8, in
sys.exit(main())
File "/root/.local/share/virtualenvs/hbzdownloader-WRrlBKKW/lib/python3.9/site-packages/youtube_dlc/init.py", line 487, in main
_real_main(argv)
File "/root/.local/share/virtualenvs/hbzdownloader-WRrlBKKW/lib/python3.9/site-packages/youtube_dlc/init.py", line 477, in _real_main
retcode = ydl.download(all_urls)
File "/root/.local/share/virtualenvs/hbzdownloader-WRrlBKKW/lib/python3.9/site-packages/youtube_dlc/YoutubeDL.py", line 2103, in download
res = self.extract_info(
File "/root/.local/share/virtualenvs/hbzdownloader-WRrlBKKW/lib/python3.9/site-packages/youtube_dlc/YoutubeDL.py", line 830, in extract_info
ie_result = ie.extract(url)
File "/root/.local/share/virtualenvs/hbzdownloader-WRrlBKKW/lib/python3.9/site-packages/youtube_dlc/extractor/common.py", line 532, in extract
ie_result = self._real_extract(url)
File "/root/.local/share/virtualenvs/hbzdownloader-WRrlBKKW/lib/python3.9/site-packages/youtube_dlc/extractor/youtube.py", line 1940, in _real_extract
args = ytplayer_config.get("args")
AttributeError: 'NoneType' object has no attribute 'get'

Description

I've tried to download this Video with de yt-dlc but there is an Error as you can see ^^

@pukkandan
Copy link
Contributor

Blackjack has not been seen from for over 3 months now. You can try out my fork yt-dlp

@Finnlife
Copy link
Author

Finnlife commented Apr 4, 2021

Thank you for your response @pukkandan

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

2 participants