Yoni Rabinovitch

Results 6 comments of Yoni Rabinovitch

I am seeing the exact same issue. Here's my sessionInfo(): ``` > sessionInfo() R version 3.6.1 (2019-07-05) Platform: x86_64-pc-linux-gnu (64-bit) Running under: Debian GNU/Linux 9 (stretch) Matrix products: default BLAS/LAPACK:...

@MarkEdmondson1234 It seems that we have the following env vars defined, pointing to credentials files that do indeed exist in the same directory: ``` GCS_AUTH_FILE='/secrets/sharedassets/credentials.json' GAR_CLIENT_JSON='/secrets/sharedassets/credentials_sa_id' ``` When `library(googleCloudStorageR)` gets...

Thanks. We don't have a `.httr-oauth` file in that directory (or any other credentials files other than those referenced by `GCS_AUTH_FILE` and `GAR_CLIENT_JSON`).

I have the exact same problem on Windows 7. Not using Comodo Internet Security. @Nielio's workaround works for me.

@eduardodbr @agilgur5 @EladProject I opened this issue as a follow on to https://github.com/argoproj/argo-workflows/issues/10362, since that issue is technically Closed. Any ideas why I am seeing workflow controller logs like the...

Note also that changing the memory request in the workflow above as follows generates a workflow that runs fine: ```yaml memory: "{{retries}}{{inputs.parameters.memreqnum}}{{inputs.parameters.memrequnit}}" ``` However, attempting to apply arithmetic expressions on...