algorithmia-ruby icon indicating copy to clipboard operation
algorithmia-ruby copied to clipboard

Algorithm errors are not getting surfaced to the user

Open zeryx opened this issue 5 years ago • 0 comments

Instead of an algorithm response (in the event of an exception) getting returned to the user as a named exception with a stacktrace (like with out other clients) the ruby client instead returns "Oops, something went wrong" instead.

https://github.com/algorithmiaio/algorithmia-ruby/blob/1795ba61418aeece285961cea004d6b3bff786b9/lib/algorithmia/requester.rb#L96

This was experienced by one of our customers and has slowed down their development, we should look to investigate this further.

zeryx avatar May 27 '20 16:05 zeryx