pachadotdev / analogsea

Digital Ocean R client
https://pacha.dev/analogsea/
Apache License 2.0
155 stars 24 forks source link

Unable to authenticate #213

Closed jmoyden closed 2 years ago

jmoyden commented 2 years ago

Trying to run analogsea::account() or analogsea::droplets() attempts to authenticate in browser, but simply returns a "Looks like something went wrong..." message.

Session Info ```r R version 4.1.3 (2022-03-10) Platform: x86_64-w64-mingw32/x64 (64-bit) Running under: Windows 10 x64 (build 18363) Matrix products: default locale: [1] LC_COLLATE=English_United Kingdom.1252 LC_CTYPE=English_United Kingdom.1252 LC_MONETARY=English_United Kingdom.1252 [4] LC_NUMERIC=C LC_TIME=English_United Kingdom.1252 attached base packages: [1] stats graphics grDevices utils datasets methods base loaded via a namespace (and not attached): [1] httr_1.4.2 compiler_4.1.3 magrittr_2.0.3 R6_2.5.1 cli_3.2.0 promises_1.2.0.1 later_1.3.0 tools_4.1.3 [9] analogsea_1.0.3 curl_4.3.2 yaml_2.3.5 Rcpp_1.0.8.3 jsonlite_1.8.0 httpuv_1.6.5 rlang_1.0.2 openssl_2.0.0 [17] askpass_1.1 ```
jmoyden commented 2 years ago

The issue seems to have resolved itself, presumably a problem fixed by DigitalOcean themselves.