Skip to content

error on running createsurvey? #7

@klittle314

Description

@klittle314

running the createsurvey function generates an error, e.g your example from HELP file

s <- surveylist()
createsurvey(survey = s[[1]]$survey_id, title = 'Copied survey',
collector_name='Emails',
recipients = list('first@example.com', 'second@example.com'),
email_replyto='me@example.com', email_subject='Please complete a short survey!')

$status
[1] 3

$errmsg
[1] "additional properties not defined by 'properties' are not allowed in field '_data' in recipient."

Warning message:
In createsurvey(survey = s[[1]]$survey_id, title = "Copied survey", :
An error occurred: additional properties not defined by 'properties' are not allowed in field '_data' in recipient.

image

This appears to be a known error in calls to SurveyMonkey API, e.g.
http://stackoverflow.com/questions/23660837/additional-properties-error-in-survey-monkey-api-call

suggests change to list structure in the createsurvey function?...wondering if other people have hit this issue?

thanks!

kevin

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions