MarkEdmondson1234 / googleCloudRunner

Easy R scripts on Google Cloud Platform via Cloud Run, Cloud Build and Cloud Scheduler
https://code.markedmondson.me/googleCloudRunner/
Other
80 stars 25 forks source link

Error in curl::handle_setopt with cr_deploy_run #208

Closed lgnbhl closed 9 months ago

lgnbhl commented 9 months ago

Hello Mark

Thanks a lot for the package. I got the following error message when pushing an update of an locally R Shiny app file on Cloud Run using cr_deploy_run():

Error in curl::handle_setopt(handle, .list = req$options): Option seekfunction (20167) has unknown or unsupported type.

Any idea how to solve this?

Thanks a lot! Félix

MarkEdmondson1234 commented 9 months ago

Hmm sorry this looks like a lower level issue within curl, not seen it before myself. Could you ask on their repo linking to this issue so I can follow it?

lgnbhl commented 9 months ago

The issue was due to the use of an older version of the curl R package. It was simply fixed running install.packages("curl"). Sorry about that!

MarkEdmondson1234 commented 9 months ago

Ok cool! No worries