pachadotdev / analogsea

Digital Ocean R client

Home Page:https://pacha.dev/analogsea/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

droplet_delete fails with curl_fetch_memory error

ozjimbob opened this issue · comments

I'm running a Ubuntu 18.04 server on Digital Ocean, and attempting to spin up another DO server using analogsea. droplet_create, droplet_ssh, droplet_upload, droplet_download all work fine - but droplet_delete gives the following error:

Error in curl::curl_fetch_memory(url, handle = handle) : Error in the HTTP2 framing layer

I've been having no problems running the same script from a local non-DigitalOcean Ubuntu machine.

Session Info
R version 3.5.1 (2018-07-02)
Platform: x86_64-pc-linux-gnu (64-bit)
Running under: Ubuntu 18.04.1 LTS

Matrix products: default
BLAS: /usr/lib/x86_64-linux-gnu/blas/libblas.so.3.7.1
LAPACK: /usr/lib/x86_64-linux-gnu/lapack/liblapack.so.3.7.1

locale:
 [1] LC_CTYPE=C.UTF-8       LC_NUMERIC=C           LC_TIME=C.UTF-8
 [4] LC_COLLATE=C.UTF-8     LC_MONETARY=C.UTF-8    LC_MESSAGES=C.UTF-8
 [7] LC_PAPER=C.UTF-8       LC_NAME=C              LC_ADDRESS=C
[10] LC_TELEPHONE=C         LC_MEASUREMENT=C.UTF-8 LC_IDENTIFICATION=C

attached base packages:
[1] stats     graphics  grDevices utils     datasets  methods   base

other attached packages:
[1] analogsea_0.6.0

loaded via a namespace (and not attached):
 [1] httr_1.3.1          compiler_3.5.1      magrittr_1.5
 [4] R6_2.2.2            tools_3.5.1         base64enc_0.1-3
 [7] yaml_2.2.0          Rcpp_0.12.18        aws.signature_0.4.4
[10] xml2_1.2.0          aws.s3_0.3.12       jsonlite_1.5
[13] digest_0.6.17

Update
I suspect this issue is related to my not having httpuv installed - it does appear to be working now I've installed it.

@ozjimbob thanks for this. So no worries then? It's all working?

Yes all working find after making sure httpuv is insttalled.

great, thx