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

String indices must be integers #22873

Closed
MaxiFilippov opened this issue Oct 27, 2019 · 1 comment
Closed

String indices must be integers #22873

MaxiFilippov opened this issue Oct 27, 2019 · 1 comment
Labels

Comments

@MaxiFilippov
Copy link

@MaxiFilippov MaxiFilippov commented Oct 27, 2019

If you close my issue, please
indicate the reason. Now I got the full error log

When I download some videos for example https://vk.com/video-180375381_456240558 there are occures an error String indices must be integers, error log below. Can you fix it? I use the latest version of youtube-dl in Python 3.7

Error log
Traceback (most recent call last):
File "/home/max/.local/bin/youtube-dl", line 10, in
sys.exit(main())
File "/home/max/.local/lib/python3.7/site-packages/youtube_dl/init.py", line 474, in main
_real_main(argv)
File "/home/max/.local/lib/python3.7/site-packages/youtube_dl/init.py", line 464, in _real_main
retcode = ydl.download(all_urls)
File "/home/max/.local/lib/python3.7/site-packages/youtube_dl/YoutubeDL.py", line 2018, in download
url, force_generic_extractor=self.params.get('force_generic_extractor', False))
File "/home/max/.local/lib/python3.7/site-packages/youtube_dl/YoutubeDL.py", line 796, in extract_info
ie_result = ie.extract(url)
File "/home/max/.local/lib/python3.7/site-packages/youtube_dl/extractor/common.py", line 530, in extract
ie_result = self._real_extract(url)
File "/home/max/.local/lib/python3.7/site-packages/youtube_dl/extractor/vk.py", line 416, in _real_extract
video_id)['payload'][-1][-1]['player']['params'][0]
TypeError: string indices must be integers

@dstftw
Copy link
Collaborator

@dstftw dstftw commented Oct 27, 2019

Bother to read new issue template.

@dstftw dstftw closed this Oct 27, 2019
@dstftw dstftw added the incomplete label Oct 27, 2019
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.