pulsar icon indicating copy to clipboard operation
pulsar copied to clipboard

TimeoutError: [Errno 110] Connection timed out

Open CSUer2021 opened this issue 1 year ago • 1 comments

May I ask how the case(itunes-xbmc) you gave passed the fuzz test?

When I type the command:pulsar.py -z -m /home/csuerlk/Pulsar/pulsar/models/itunes-xbmc, I encounter the following problem:

Traceback (most recent call last): File "pulsar.py", line 115, in f.run() File "/home/csuerlk/Pulsar/pulsar/pulsar/core/fuzzer.py", line 111, in run self.timeout, self.bsize) File "/home/csuerlk/Pulsar/pulsar/pulsar/common/networking.py", line 11, in init self.connection.connect((host, port)) TimeoutError: [Errno 110] Connection timed out

CSUer2021 avatar Feb 16 '23 03:02 CSUer2021