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

Error produced downloading gfycat embed URL. TypeError: object of type 'NoneType' has no len() #6165

Closed
woodenphone opened this issue Jul 7, 2015 · 1 comment

Comments

@woodenphone
Copy link

@woodenphone woodenphone commented Jul 7, 2015

I encountered this traceback when trying to save the embed URL for this video.
This embed style URL fails:
http://gfycat.com/ifr/JauntyTimelyAmazontreeboa
This normal URL succeeds:
http://gfycat.com/JauntyTimelyAmazontreeboa

Console log:
C:\Users\User\Dropbox\AnonArchive Folder\ctrl-s\tumblr_api_to_db\youtube-dl>yout
ube-dl.exe --update
youtube-dl is up-to-date (2015.07.04)

C:\Users\User\Dropbox\AnonArchive Folder\ctrl-s\tumblr_api_to_db\youtube-dl>yout
ube-dl.exe -v http://gfycat.com/ifr/JauntyTimelyAmazontreeboa
[debug] System config: []
[debug] User config: []
[debug] Command-line args: [u'-v', u'http://gfycat.com/ifr/JauntyTimelyAmazontre
eboa']
[debug] Encodings: locale cp1252, fs mbcs, out cp850, pref cp1252
[debug] youtube-dl version 2015.07.04
[debug] Python version 2.7.8 - Windows-7-6.1.7601-SP1
[debug] exe versions: none
[debug] Proxy map: {}
[Gfycat] ifr: Downloading video info
Traceback (most recent call last):
File "main.py", line 19, in
File "youtube_dl__init__.pyo", line 406, in main
File "youtube_dl__init__.pyo", line 396, in _real_main
File "youtube_dl\YoutubeDL.pyo", line 1501, in download
File "youtube_dl\YoutubeDL.pyo", line 665, in extract_info
File "youtube_dl\YoutubeDL.pyo", line 711, in process_ie_result
File "youtube_dl\YoutubeDL.pyo", line 1171, in process_video_result
File "youtube_dl\YoutubeDL.pyo", line 1236, in process_info
TypeError: object of type 'NoneType' has no len()

C:\Users\User\Dropbox\AnonArchive Folder\ctrl-s\tumblr_api_to_db\youtube-dl>yout
ube-dl.exe -v http://gfycat.com/JauntyTimelyAmazontreeboa
[debug] System config: []
[debug] User config: []
[debug] Command-line args: [u'-v', u'http://gfycat.com/JauntyTimelyAmazontreeboa
']
[debug] Encodings: locale cp1252, fs mbcs, out cp850, pref cp1252
[debug] youtube-dl version 2015.07.04
[debug] Python version 2.7.8 - Windows-7-6.1.7601-SP1
[debug] exe versions: none
[debug] Proxy map: {}
[Gfycat] JauntyTimelyAmazontreeboa: Downloading video info
[debug] Invoking downloader on u'http://zippy.gfycat.com/JauntyTimelyAmazontreeb
oa.mp4'
[download] Destination: JauntyTimelyAmazontreeboa-JauntyTimelyAmazontreeboa.mp4
[download] 100% of 331.12KiB in 00:03

C:\Users\User\Dropbox\AnonArchive Folder\ctrl-s\tumblr_api_to_db\youtube-dl>

@yan12125 yan12125 closed this in d7b4d5d Jul 7, 2015
@yan12125
Copy link
Collaborator

@yan12125 yan12125 commented Jul 7, 2015

Thanks for the report. Embed URLs will work in the next version.

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
2 participants
You can’t perform that action at this time.