darkarp / chromepass

Chromepass - Hacking Chrome Saved Passwords
GNU Affero General Public License v3.0
777 stars 110 forks source link

Client not communicating with Server #42

Open twhitey666 opened 2 years ago

twhitey666 commented 2 years ago

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? CP

darkarp commented 2 years ago

Thank you for the report. Within around a week I'll have time to investigate this issue further.

In the meantime, perhaps it could be a firewall issue, have you tried disabling the firewall?

twhitey666 commented 2 years ago

Thanks Darkarp. I can confirm that the firewall has been disabled during these tests. I'll keep trying and if I find where I have gone wrong I will update.

darkarp commented 2 years ago

I've had some trouble replicating this issue but I hope the changes I'm making to the way the communication works will fix it.

Shouldn't take longer than a few weeks, unfortunately I'm still quite busy.