Skip to content

serversocket = Connect() #8

@StuffzEZ

Description

@StuffzEZ
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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions