When you are importing files from a http source, but the source contains a url to a non-existing file or the url is otherwise not correct, you could get an error like the following:
In this case it is not clear which url was not correct.
Import a malformed url. While I don't know the exact url that explicitly caused cURL error 3: <url> malformed
, here are some examples that do cause a curl error:
/sites/default/files/example.txt
(domain name is missing)https://www.example.com/sites/default/files/example.txt
(404)https://www.examp le.com/sites/default/files/example.txt
(space in domain name)custom://example.txt
(unsupported protocol)But in these situations the url that caused trouble is displayed already in the error message.
When an error occurs, make sure that the url that cause the error is displayed and throw it as a TargetValidationException.
I have a client that wants to manage his parts online. There are 335 parts to upload and I have feeds set up to handle this from a CSV.
I keep getting this error after trying to upload some parts.
cURL error 3: malformed (see http://curl.haxx.se/libcurl/c/libcurl-errors.html)
Sometimes the error will include the information that certain values should not be null, which doesn't make sense because some of the parts will upload.
Any ideas? I have attached the configuration and the screenshot of the error.
Needs review
3.0
Miscellaneous
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.