-
Notifications
You must be signed in to change notification settings - Fork 124
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Call to a member function read() on string in ObjectSerializer.php:285 #102
Comments
Thank you @BelloAM for this problem report. |
Note that the EnvelopeApi\getDocument method should be updated to not write to a local file. See issue #56 |
Hi, |
Unfortunately we don't yet have a fix scheduled from the engineering group. I have asked them again. |
I am very embarrassed with this bug, we cannot retrieve contract file anymore and it blocks the onboarding of new clients in my company... Please correct it as soon as possible and thanks for asking them again about this bug. I think I am not the only people affected :) Otherwise, It is possible to downgrade to a prior version without the bug ? And if so, which version ? Thanks, and looking forward the fix NB: I cannot use a quick and dirty fix because when I deploy my application on production, the fix will be removed as @BelloAM said. |
I am sorry that this is causing a problem for you. |
Aie, I think I cannot downgrade because I use a wrapper : So, I just removed the code that calls getDocument() method and I will wait for a fix and hope it will be soon :) Thanks, |
Hi, Just to say that I am also waiting for a fix for this bug as soon as possible. Maybe use the quick fix of @BelloAM above and then do a better fix if needed ? Thanks a lot for this DocuSign bundle. |
I've escalated the bug, but we don't yet have a schedule for the fix. |
Are pull requests welcomed for this? An option could be passed through to save contents to a variable. |
Hi @cgsmith , We use a customized version of the Swagger CodeGen app to create all of the SDKs. We're working on open sourcing our customizations. Today: if you make a pull request then our engineering team can use your ideas to change the underlying models used to produce the SDK. In the future: you'll be able to directly propose a PR that would change the model that would change the SDK. Regards, |
Good news: the engineering group reports that this issue has been fixed n the RC release 5.3.0-RC. If you can, please test the release candidate to check that the fix works for you. Thank you. The 5.3.0-RC (release candidate):
The PRs: |
No reply for 10 days. Closing. Please comment to re-open if there's still an issue. Thank you, Larry |
I get this error whenever i run the EnvelopeApi\getDocument method. It seems that the $data being passed to the deserialize function is a string.
I managed to get it to work by changing line 285-287 to
Unfortunately; this change is always removed when we deploy to our servers
The text was updated successfully, but these errors were encountered: