Feri73 / deep-gui

Deep-GUI is a tool for generating intelligent inputs to test UI-based applications, such as Android or web applications.
GNU General Public License v3.0
13 stars 4 forks source link

Socket.connect() #16

Open HHHHuangHeJi opened 1 year ago

HHHHuangHeJi commented 1 year ago

Server 3000 is down. How to solve this issue?

Feri73 commented 1 year ago

What command are you trying to run? What is printed out to the terminal when you run the command?

HHHHuangHeJi commented 1 year ago

When I run self.socket.connect(('localhost', self.server_port)) in relevant_action_monkey_client.py, it always prints port 3000 is down and port 3001 is down to the terminal.

Feri73 commented 1 year ago

You are not supposed to run the python scripts directly. Instead you should use the bash scripts, as described in the readme file.

HHHHuangHeJi commented 1 year ago

I execute the bash scripts run_all_monkies.sh. But it has no response for a long time after connected to server 5001, I don't know what's wrong with it.

HHHHuangHeJi commented 1 year ago

Hi! Could u tell me which parameter can determine the num of operations? Thanks.

Feri73 commented 1 year ago

Did you solve the previous problem? Also what do you mean num of operations. Please ask more clear questions.