You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: