markl02

Results 5 comments of markl02

That outputs: > "C:\\Users\\marks\\.cloudvolume\\secrets/cave-secret.json"

Here's the output of that @jefferis : ``` > secrets=reticulate::import('cloudvolume.secrets') > secrets$secretpath('secrets/cave-secret.json') [1] "C:\\Users\\marks\\.cloudvolume\\secrets/cave-secret.json" > # Python via reticulate > os=reticulate::import('os') > os$path$expanduser("~/.cloudvolume/secrets/cave-secret.json") [1] "C:\\Users\\marks/.cloudvolume/secrets/cave-secret.json" > > # native R...

After doing that I still get the same exact error message: ``` > dr_fafbseg() FlyWire ---- Valid FlyWire ChunkedGraph token is set! Error in py_call_impl(callable, dots$args, dots$keywords) : AuthenticationError: No...

``` > cv=fafbseg:::check_cloudvolume_reticulate() > cv$secrets$CLOUD_VOLUME_DIR [1] "C:\\Users\\marks\\.cloudvolume" > fs::path_expand("~/.cloudvolume") C:/Users/marks/.cloudvolume ```

Thank you both so much for all your assistance! I'm wondering if any progress has been made in fixing this issue?