cloudyr / MTurkR

R Client for the MTurk Requester API
https://cloud.r-project.org/package=MTurkR
91 stars 18 forks source link

MTurkR request failing w/ libcurl error SSL error #31

Closed leeper closed 11 years ago

leeper commented 11 years ago

An MTurkR ContactWorkers returned the following:

Error (AWS.ServiceUnavailable): There was an error with this request. (System error code: 1013 1382752751535)
Warning messages:
1: In curlPerform(curl = curl, .opts = opts, .encoding = .encoding) :
Error setting the option for # 5 (status = 43) (enum = 81) (value = 0x6080000122f0): A libcurl function was given a bad argument CURLOPT_SSL_VERIFYHOST no longer supports 1 as value!

2: In ContactWorker(subjects = a, msgs = b, workers = c1, batch = TRUE, :
 1: Invalid Request for workers A2Y5DSGT7G59O5 to A20RO10FV0IOX
leeper commented 11 years ago

Per changes to libcurl options, this needs to be set to value 2 rather than 1 or boolean TRUE.