algorithmia-ruby
algorithmia-ruby copied to clipboard
Algorithm errors are not getting surfaced to the user
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.