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

Wetv只下载视频,字幕下载失败 #199

Open
y50890080 opened this issue Apr 4, 2024 · 0 comments
Open

Wetv只下载视频,字幕下载失败 #199

y50890080 opened this issue Apr 4, 2024 · 0 comments

Comments

@y50890080
Copy link

提示如下:
Traceback (most recent call last):
File "C:\Users\Oct33\Desktop\webvideo-downloader-master\downloader\dispatcher.py", line 167, in dispatch
self.download(url, fileName, data)
File "C:\Users\Oct33\Desktop\webvideo-downloader-master\downloader\dispatcher.py", line 139, in download
targetFileName = self.handleSubtitles(subtitles, fileName, targetFileName, headers)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\Oct33\Desktop\webvideo-downloader-master\downloader\dispatcher.py", line 108, in handleSubtitles
self.downloader.downloadAll(subtitleUrls, subtitleNames, headers, self.hlsThreadCnt)
File "C:\Users\Oct33\Desktop\webvideo-downloader-master\downloader\tools\downloader.py", line 174, in downloadAll
self._waitUtilFinish()
File "C:\Users\Oct33\Desktop\webvideo-downloader-master\downloader\tools\downloader.py", line 105, in _waitUtilFinish
raise self.threadPool.exception
File "C:\Users\Oct33\AppData\Local\Programs\Python\Python312\Lib\concurrent\futures\thread.py", line 58, in run
result = self.fn(*self.args, **self.kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\Oct33\Desktop\webvideo-downloader-master\downloader\tools\downloader.py", line 130, in _downloadRange
raise self.threadPool.exception
File "C:\Users\Oct33\AppData\Local\Programs\Python\Python312\Lib\concurrent\futures\thread.py", line 58, in run
result = self.fn(*self.args, **self.kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\Oct33\Desktop\webvideo-downloader-master\downloader\tools\downloader.py", line 123, in _downloadRange
rangeSize = rangeSize or int(response.headers['Content-Length'])
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
File "C:\Users\Oct33\AppData\Local\Programs\Python\Python312\Lib\site-packages\requests\structures.py", line 52, in getitem
return self._store[key.lower()][1]
~~~~~~~~~~~^^^^^^^^^^^^^
KeyError: 'content-length'

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