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
We are attempting to upgrade from docusign/esign-client version v4.12.0 to version v6.19.0 and have begun encountering a fontSize error. The value had initially been 5 but based on the comments in your code related to supported fontSizes I increased it to 7. Despite this, the error persists.
2024-08-22 14:12:47 error: DocuSign\eSign\Client\ApiException: Error while requesting server, received a non successful HTTP code [400] with response Body: O:8:"stdClass":2:{s:9:"errorCode";s:25:"INVALID_REQUEST_PARAMETER";s:7:"message";s:95:"The request contained at least one invalid parameter. Invalid value specified for fontSize: '7'";} in /var/www/staging4/vendor/docusign/esign-client/src/Client/ApiClient.php:344
Stack trace:
#0 /var/www/staging4/vendor/docusign/esign-client/src/Api/EnvelopesApi.php(4599): DocuSign\eSign\Client\ApiClient->callApi('...', '...', Array, '...', Array, '...', '...')
#1 /var/www/staging4/vendor/docusign/esign-client/src/Api/EnvelopesApi.php(4525): DocuSign\eSign\Api\EnvelopesApi->createEnvelopeWithHttpInfo('...', Object(DocuSign\eSign\Model\EnvelopeDefinition), NULL)
#2 /var/www/staging4/src/Utility/DocuSign/Client.php(97): DocuSign\eSign\Api\EnvelopesApi->createEnvelope('...', Object(DocuSign\eSign\Model\EnvelopeDefinition))
The text was updated successfully, but these errors were encountered:
cnizzardini
changed the title
API error after upgrading from
API error after upgrading from v4.12.0 to v6.19.0: Invalid value specified for fontSize
Aug 22, 2024
We are attempting to upgrade from
docusign/esign-client
versionv4.12.0
to versionv6.19.0
and have begun encountering a fontSize error. The value had initially been 5 but based on the comments in your code related to supported fontSizes I increased it to 7. Despite this, the error persists.Sample code:
Stacktrace:
The text was updated successfully, but these errors were encountered: