[Bug] service is called but does not give a response

This is an error report.


Screenshot of the error


Error details

Hi, about 10 days ago I started with the section on callbacks. I followed the course and the explanations closely and testing your examples programs did exactly what was predicted in your text. Today, I continuted where I had to stop 10 days ago, and this time, whenver I call the service /detect_faces, the service is successfully called, but I never receive a response. Now I have the same problem even in the "multithreading" section. Is there any way to backtrack the reason?

Hi,

Are you sure that your service server is running? The screenshot shows your program face_searcher_multithreading_callback.py which offers that service. However, you are calling the service in Terminal #1.

Following the instructions, it says to launch the server in Terminal #1 and call it in Terminal #2.

I’m pretty sure that is why you are not seeing the service response. Please try that and let me know what happens!

This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.