C:\Users\[REDACTED]\Downloads\VoiceChat-master (1)\VoiceChat-master>python3 pythonclient.py
client started
_________________________________________________________________________________
Traceback (most recent call last):
File "C:\Users\[REDACTED]\Downloads\VoiceChat-master (1)\VoiceChat-master\pythonclient.py", line 354, in <module>
main()
File "C:\Users\[REDACTED]\Downloads\VoiceChat-master (1)\VoiceChat-master\pythonclient.py", line 315, in main
serversocket = connect()
^^^^^^^^^
File "C:\Users\[REDACTED]\Downloads\VoiceChat-master (1)\VoiceChat-master\pythonclient.py", line 336, in connect
s.connect((SERVER_IP, SERVER_PORT))
OSError: [WinError 10049] The requested address is not valid in its context
C:\Users\[REDACTED]\Downloads\VoiceChat-master (1)\VoiceChat-master>
This happens whenever i try to run pythonclient.py. ([REDACTED] is just covering up my name)
This happens whenever i try to run pythonclient.py. ([REDACTED] is just covering up my name)