parkouss / funq

funq is a python framework to write FUNctional tests for Qt applications
Other
63 stars 18 forks source link

funq-server doesn't bind to port #72

Open viniciusd opened 3 years ago

viniciusd commented 3 years ago

Hello!

I am trying to run the basic commands from the README:

funq --host 0.0.0.0 --port 9000 YourApp

But I find that it is not binding to port 9000. There are no applications listening on that port.

Unfortunately, there are no warning or error messages from funq.

I am using a Mac.

Is it a known issue?

viniciusd commented 3 years ago

I acknowledge that the server is initialized at libFunq/funq.cpp, which uses qDebug for logging messages.

I tried running:

QT_LOGGING_RULES='*.debug=true' funq --host 0.0.0.0 --port 9000 YourApp

But I didn't get any log message from funq