You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to start my service in a docker container I got this error:
[ERROR 2018-05-11 03:19:46,356 PID:463 /usr/local/lib/python2.7/dist-packages/mms/mxnet_model_server.py:_arg_process:177] Failed to process arguments: Incorrect or missing service file: /mxnet_model_server/visualsearch/service.py
The actual error after debugging was an import error in my service file:
No module named wget
Ideally that should be bubbled up rather than just saying it is incorrect
The text was updated successfully, but these errors were encountered:
lupesko
changed the title
[Feature Request] Better error logging
Improve error handling to report the actual error in case of an error in the custom service
May 11, 2018
Trying to start my service in a docker container I got this error:
The actual error after debugging was an import error in my service file:
Ideally that should be bubbled up rather than just saying it is incorrect
The text was updated successfully, but these errors were encountered: