RootKit-Org / AI-Aimbot

World's Best AI Aimbot - CS2, Valorant, Fortnite, APEX, every game
GNU General Public License v3.0
1.34k stars 283 forks source link

idk what's happening #117

Closed Zaliuuuuu closed 11 months ago

Zaliuuuuu commented 1 year ago

when i choose the window i want on cmd, it says that :

Please read the below message and think about how it could be solved before posting it on discord. Traceback (most recent call last): File "C:\Users\Ali\AppData\Local\Programs\Python\Python310\lib\urllib\request.py", line 1348, in do_open h.request(req.get_method(), req.selector, req.data, headers, File "C:\Users\Ali\AppData\Local\Programs\Python\Python310\lib\http\client.py", line 1282, in request self._send_request(method, url, body, headers, encode_chunked) File "C:\Users\Ali\AppData\Local\Programs\Python\Python310\lib\http\client.py", line 1328, in _send_request self.endheaders(body, encode_chunked=encode_chunked) File "C:\Users\Ali\AppData\Local\Programs\Python\Python310\lib\http\client.py", line 1277, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) File "C:\Users\Ali\AppData\Local\Programs\Python\Python310\lib\http\client.py", line 1037, in _send_output self.send(msg) File "C:\Users\Ali\AppData\Local\Programs\Python\Python310\lib\http\client.py", line 975, in send self.connect() File "C:\Users\Ali\AppData\Local\Programs\Python\Python310\lib\http\client.py", line 1454, in connect self.sock = self._context.wrap_socket(self.sock, File "C:\Users\Ali\AppData\Local\Programs\Python\Python310\lib\ssl.py", line 513, in wrap_socket return self.sslsocket_class._create( File "C:\Users\Ali\AppData\Local\Programs\Python\Python310\lib\ssl.py", line 1071, in _create self.do_handshake() File "C:\Users\Ali\AppData\Local\Programs\Python\Python310\lib\ssl.py", line 1342, in do_handshake self._sslobj.do_handshake() ConnectionResetError: [WinError 10054] Une connexion existante a dû être fermée par l’hôte distant

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "C:\Users\Ali\Downloads\AI-Aimbot-main\AI-Aimbot-main\main.py", line 250, in main() File "C:\Users\Ali\Downloads\AI-Aimbot-main\AI-Aimbot-main\main.py", line 126, in main model = torch.hub.load('ultralytics/yolov5', 'yolov5s', File "C:\Users\Ali\AppData\Local\Programs\Python\Python310\lib\site-packages\torch\hub.py", line 402, in load repo_or_dir = _get_cache_or_reload(repo_or_dir, force_reload, verbose, skip_validation) File "C:\Users\Ali\AppData\Local\Programs\Python\Python310\lib\site-packages\torch\hub.py", line 170, in _get_cache_or_reload repo_owner, repo_name, branch = _parse_repo_info(github) File "C:\Users\Ali\AppData\Local\Programs\Python\Python310\lib\site-packages\torch\hub.py", line 124, in _parse_repo_info with urlopen(f"https://github.com/{repo_owner}/{repo_name}/tree/main/"): File "C:\Users\Ali\AppData\Local\Programs\Python\Python310\lib\urllib\request.py", line 216, in urlopen return opener.open(url, data, timeout) File "C:\Users\Ali\AppData\Local\Programs\Python\Python310\lib\urllib\request.py", line 519, in open response = self._open(req, data) File "C:\Users\Ali\AppData\Local\Programs\Python\Python310\lib\urllib\request.py", line 536, in _open result = self._call_chain(self.handle_open, protocol, protocol + File "C:\Users\Ali\AppData\Local\Programs\Python\Python310\lib\urllib\request.py", line 496, in _call_chain result = func(*args) File "C:\Users\Ali\AppData\Local\Programs\Python\Python310\lib\urllib\request.py", line 1391, in https_open return self.do_open(http.client.HTTPSConnection, req, File "C:\Users\Ali\AppData\Local\Programs\Python\Python310\lib\urllib\request.py", line 1351, in do_open raise URLError(err) urllib.error.URLError: <urlopen error [WinError 10054] Une connexion existante a dû être fermée par l’hôte distant> <urlopen error [WinError 10054] Une connexion existante a dû être fermée par l’hôte distant> Please read the above message and think about how it could be solved before posting it on discord.

need help pls

Tr3yWay996 commented 1 year ago

Short answer: The error message you provided simply indicates a connection issue.

Detailed answer: It appears that there is a problem with the network connection between the client (your computer) and the remote server.

The error ConnectionResetError: [WinError 10054] Une connexion existante a dû être fermée par l’hôte distant is a connection reset error, which means that the existing connection was forcibly closed by the remote host.

Here are a few things you can try to resolve this issue:

Check Your Internet Connection: Make sure that your internet connection is stable and not experiencing any disruptions.

Retry the Connection: Sometimes, this error is temporary and can be resolved by simply trying the connection again.

Firewall or Antivirus Software: Your firewall or antivirus software might be blocking the connection. You can try temporarily disabling them to see if it resolves the issue. If it does, you may need to add an exception for the program.

Proxy Settings: If you are using a proxy server, ensure that the settings are correct.

VPN: If you are using a VPN, try disconnecting and reconnecting to it.

Network Configuration: Check if there are any network configuration issues, such as incorrect DNS settings.

Server-Side Issue: It's also possible that the issue is on the server's end. In this case, there's not much you can do except wait for the server to be back online.

If none of the above suggestions work, it might be a good idea to reach out to the developer or support team of the software you're using for further assistance. They might have specific troubleshooting steps for their application.