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
PS C:\Users\laz30\Desktop\release_0.1> py fix_db.py 10.12.1.112
Traceback (most recent call last):
File "C:\Users\laz30\Desktop\release_0.1\fix_db.py", line 51, in
ftp.connect(PS4_IP, 1337, timeout=30)
File "C:\Users\laz30\AppData\Local\Programs\Python\Python310\lib\ftplib.py", line 158, in connect
self.sock = socket.create_connection((self.host, self.port), self.timeout,
File "C:\Users\laz30\AppData\Local\Programs\Python\Python310\lib\socket.py", line 845, in create_connection
raise err
File "C:\Users\laz30\AppData\Local\Programs\Python\Python310\lib\socket.py", line 833, in create_connection
sock.connect(sa)
ConnectionRefusedError: [WinError 10061] No connection could be made because the target machine actively refused it
PS C:\Users\laz30\Desktop\release_0.1>
The text was updated successfully, but these errors were encountered:
what am I doing wrong please?
PS C:\Users\laz30\Desktop\release_0.1> py fix_db.py 10.12.1.112
Traceback (most recent call last):
File "C:\Users\laz30\Desktop\release_0.1\fix_db.py", line 51, in
ftp.connect(PS4_IP, 1337, timeout=30)
File "C:\Users\laz30\AppData\Local\Programs\Python\Python310\lib\ftplib.py", line 158, in connect
self.sock = socket.create_connection((self.host, self.port), self.timeout,
File "C:\Users\laz30\AppData\Local\Programs\Python\Python310\lib\socket.py", line 845, in create_connection
raise err
File "C:\Users\laz30\AppData\Local\Programs\Python\Python310\lib\socket.py", line 833, in create_connection
sock.connect(sa)
ConnectionRefusedError: [WinError 10061] No connection could be made because the target machine actively refused it
PS C:\Users\laz30\Desktop\release_0.1>
The text was updated successfully, but these errors were encountered: