Closed 00001101-xt closed 5 years ago
Resolved refers to this issue.
In worker.py, Change
thread.start_new_thread(main_loop, (args.uri, decoder_pipeline, post_processor, full_post_processor))
to
thread.start_new_thread(main_loop, (args.uri, decoder_pipeline, None, None))
Hi, it seems that my server didn't send back the decoding result.
Here is my query and response:
which is telling me that the decoding process failed with exit code 1 with no other supply information.
But, in the 'worker.log' file, I did see the right decode result like:
Any idea what's going wrong? Thanks.