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

Not working #2

Open
babam86 opened this issue Jan 23, 2023 · 0 comments
Open

Not working #2

babam86 opened this issue Jan 23, 2023 · 0 comments

Comments

@babam86
Copy link

babam86 commented Jan 23, 2023

Traceback (most recent call last):
  File "/usr/bin/ftpfs", line 33, in <module>
    sys.exit(load_entry_point('ftpfs==0.2', 'console_scripts', 'ftpfs')())
  File "/usr/lib64/python3.9/site-packages/ftpfs/__main__.py", line 247, in main
    ftp = FTP(host=args.host, user=args.user, passwd=args.password)
  File "/usr/lib64/python3.9/ftplib.py", line 121, in __init__
    self.connect(host)
  File "/usr/lib64/python3.9/ftplib.py", line 158, in connect
    self.sock = socket.create_connection((self.host, self.port), self.timeout,
  File "/usr/lib64/python3.9/socket.py", line 822, in create_connection
    for res in getaddrinfo(host, port, 0, SOCK_STREAM):
  File "/usr/lib64/python3.9/socket.py", line 953, in getaddrinfo
    for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
socket.gaierror: [Errno -2] Name or service not known
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