-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
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
update for REDCap v12.5.2 #396
Comments
wibeasley
added a commit
that referenced
this issue
Jul 19, 2022
switched somewhere between 10.5.1 and 12.5.2 ref #396
wibeasley
added a commit
that referenced
this issue
Jul 19, 2022
wibeasley
added a commit
that referenced
this issue
Jul 19, 2022
wibeasley
added a commit
that referenced
this issue
Jul 19, 2022
wibeasley
added a commit
that referenced
this issue
Jul 19, 2022
wibeasley
added a commit
that referenced
this issue
Jul 19, 2022
wibeasley
added a commit
that referenced
this issue
Jul 19, 2022
I think all this is related to the web server, and how it handles non-SSL request. I think it's unrelated to REDCap itself. ref #396 https://stackoverflow.com/questions/51547900/rcurlgeturl-works-httrget-has-failure-when-receiving-data-from-the-peer/52465562 r-lib/httr#568
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It looks like there are a few small changes required in the internals.
redcap_users_export()
calls REDCap's user export, which dropped thedata_export
variable and added theforms_export
variable.redcap_read_oneshot_eav()
: if the project isn't longitudinal, a dummy value forevent_id
is neededThis may be related to our new web server -and not the REDCap version:
The text was updated successfully, but these errors were encountered: