-
Notifications
You must be signed in to change notification settings - Fork 163
Open
Description
Traceback (most recent call last):
File "run.py", line 7, in <module>
print(get_subtitles(video, lang='chi_sim+eng', sim_threshold=70, conf_threshold=65))
File "/home/ubuntu/Github/videocr/env/lib/python3.8/site-packages/videocr/api.py", line 8, in get_subtitles
utils.download_lang_data(lang)
File "/home/ubuntu/Github/videocr/env/lib/python3.8/site-packages/videocr/utils.py", line 21, in download_lang_data
with urlopen(url) as res, open(filepath, 'w+b') as f:
File "/usr/lib/python3.8/urllib/request.py", line 222, in urlopen
return opener.open(url, data, timeout)
File "/usr/lib/python3.8/urllib/request.py", line 531, in open
response = meth(req, response)
File "/usr/lib/python3.8/urllib/request.py", line 640, in http_response
response = self.parent.error(
File "/usr/lib/python3.8/urllib/request.py", line 569, in error
return self._call_chain(*args)
File "/usr/lib/python3.8/urllib/request.py", line 502, in _call_chain
result = func(*args)
File "/usr/lib/python3.8/urllib/request.py", line 649, in http_error_default
raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 404: Not Found
not sure why this is happening. I'm guessing it's a version problem. Trying to run the example code with my own video (full system path specified)
@apm1467 Any chance you could provide the exact python version, tesseract version you used successfully?
medikoo
Metadata
Metadata
Assignees
Labels
No labels