This repository has been archived by the owner on Oct 17, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 61
Bug: Error creation crashing in Client#prepare_files #103
Labels
legacy
Related to legacy, non-OpenAPI SDK
Comments
fixed in this pull request #107 |
Please merge this fix. |
rohandey
added a commit
to HappyFunCorp/hellosign-ruby-sdk
that referenced
this issue
Feb 4, 2020
fix to issue hellosign#103
It's been over a year, why has this fix not been merged yet? Initializing errors straight up does not work. |
Thank you for letting me know, pull request #107 has been merged. |
@johnnycupcakes This fix is part of v 3.7.10 which hasn't been released yet. How can i specify this version in my Gemfile? |
i'm looking into this and will get back to you. sorry for the delay. |
#107 allows errors to be initialized, but the way errors are initialized here: a message is passed to the error class, but is interpreted as the status, creating a confusing human readable message. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm getting a crash when passing an invalid path for the
files
parameter increate_embedded_signature_request
:The problem seems to be in these two places:
The
Error
initializer expects 2 to 3 arguments but is only getting 1.Thanks!
The text was updated successfully, but these errors were encountered: