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
The maximum length of arguments for the curl process on the current macOS is 262144 bytes which is 0.262 megabyte and the length of my curl -d argument was 0.544 megabyte.
Therefore, I will submit a PR to this repo to fix the WebClient.cls file on his function PrepareCurlRequest.
Thanks.
The text was updated successfully, but these errors were encountered:
HLFH
changed the title
An unknown cURL error occured
[OS X] Fix curl error "argument list too long"
May 4, 2019
HLFH
changed the title
[OS X] Fix curl error "argument list too long"
[macOS] Fix curl error "argument list too long"
May 4, 2019
HLFH
added a commit
to HLFH/VBA-Web
that referenced
this issue
May 4, 2019
See VBA-tools#396 for details.
The `requestbody.txt` file is being saved to `/Users/MYSUSER/Library/Containers/com.microsoft.Excel/Data` and will be removed once the `curl` command has been executed.
Hi,
The
WebClient.cls
operates badly forcurl
.When the request body is too large, the
PostJson
andExecute
methods are triggering the error:Error #127 means the
curl
command has failed. The Terminal will display the following error:There is a maximum length of arguments for a new process.
I am running VBA-Web on macOS 10.14.4.
The maximum length of arguments for the
curl
process on the current macOS is 262144 bytes which is 0.262 megabyte and the length of mycurl -d
argument was 0.544 megabyte.Therefore, I will submit a PR to this repo to fix the WebClient.cls file on his function
PrepareCurlRequest
.Thanks.
The text was updated successfully, but these errors were encountered: