We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
While trying to upload a worker, I'm seeing the error below:
[Http_Exception] http error: 400 | {"msg":"A new code requires a code file."}
The text was updated successfully, but these errors were encountered:
Narrowed it down to this issue:
http://stackoverflow.com/questions/25934128/curl-file-uploads-not-working-anymore-after-upgrade-from-php-5-5-to-5-6
I tried setting curl_setopt($this->curl, CURLOPT_SAFE_UPLOAD, false); and it fixed the issue.
Sorry, something went wrong.
@cluppi is this where the fix had to go https://github.com/iron-io/iron_core_php/blob/master/src/IronCore.php#L269 ?
No branches or pull requests
While trying to upload a worker, I'm seeing the error below:
[Http_Exception]
http error: 400 | {"msg":"A new code requires a code file."}
The text was updated successfully, but these errors were encountered: