-
Notifications
You must be signed in to change notification settings - Fork 110
Description
I had this running great. I would double click the client, I would see the connection to the server and then the text files would generate. Then all of a sudden, the client stopped sending/communicating to the server.
Here are my steps:
-Run create.py with no parameters
-Server and client built successfully
-Run the server and keep it open
-Run the client
-Check the server...but server does not show a connection (just the usual "waiting for connections")
I have used this successfully about a week ago both for local testing and with port forwarding and static ip but now I can't even get it to run locally. I have tried on 3 different computers which finish the build successfully w/no errors but I receive the same issue. All computers with the below specs:
Running on:
-Windows 10 Pro x64
-Python 3.10
-Built on both Pycharm and Powershell (I tried on both....which build successfully but I receive the same outcome)
-No antivirus installed and Windows firewall is disabled
-Downloaded a fresh copy of all files from Github
-Also tried the exact copy I used a week ago
One day it was working....the next it wasn't. Any suggestions on what I could try to get the communication to occur?