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
Currently it's quite difficult to debug issues with inferno-ml-server. If something goes wrong during script evaluation, Inferno initialization, etc..., the only way to distinguish errors is by whatever output is produced by the implementation of displayException by RemoteError. Instead, we could serialize the errors and provide this in the errBody. Then any calling client could try to decode the body and get back the actual exception
The text was updated successfully, but these errors were encountered:
Currently it's quite difficult to debug issues with
inferno-ml-server
. If something goes wrong during script evaluation, Inferno initialization, etc..., the only way to distinguish errors is by whatever output is produced by the implementation ofdisplayException
byRemoteError
. Instead, we could serialize the errors and provide this in theerrBody
. Then any calling client could try to decode the body and get back the actual exceptionThe text was updated successfully, but these errors were encountered: