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 while fetching file: <urlopen error [Errno 111] Connection refused>. #92

Open
jiangtao008 opened this issue Aug 8, 2020 · 1 comment

Comments

@jiangtao008
Copy link

I run this program on the Ubuntu system. Now get the following error:

python bilibili_video_download_v3-linux.py 
Imageio: 'ffmpeg.linux64' was not found on your computer; downloading it now.
Error while fetching file: <urlopen error [Errno 111] Connection refused>.
Error while fetching file: <urlopen error [Errno 111] Connection refused>.
Error while fetching file: <urlopen error [Errno 111] Connection refused>.
Error while fetching file: <urlopen error [Errno 111] Connection refused>.
Traceback (most recent call last):
  File "bilibili_video_download_v3-linux.py", line 21, in <module>
    imageio.plugins.ffmpeg.download()
  File "/home/tao/.local/lib/python3.7/site-packages/imageio/plugins/ffmpeg.py", line 55, in download
    get_remote_file('ffmpeg/' + FNAME_PER_PLATFORM[plat])
  File "/home/tao/.local/lib/python3.7/site-packages/imageio/core/fetching.py", line 121, in get_remote_file
    _fetch_file(url, filename)
  File "/home/tao/.local/lib/python3.7/site-packages/imageio/core/fetching.py", line 177, in _fetch_file
    os.path.basename(file_name))
OSError: Unable to download 'ffmpeg.linux64'. Perhaps there is a no internet connection? If there is, please report this problem.

Who can tell me what happened

@gpgzy
Copy link

gpgzy commented Jul 26, 2021

I run this program on the Windows too.

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