-
-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Skipping token checks as the option googleAuthR.skip_token_checks
is set
#183
Comments
If it was stable before I guess a library update, could you report the sessionInfo() from the breaking version. Short term fix would be to use a fixed earlier version (older Docker image?) if you could also report the sessionInfo() from the latest version that works ok it will help a lot to pin point the difference. |
I see you are installing from GitHub which is unstable, is the CRAN version ok? |
The CRAN version is stable and gives the following session info
The unstable session info is the following
|
So this isn't an error message in itself, its telling you the authentication checks are not being done because a direct download is happening, that is necessary sometimes. But then because those checks are not being done, when you get a 401 unauthenticated error its later than would happen normally. Could you report the logs and the command you are using with this option on:
|
Hi @RightChain, I introduced the Is it possible you are providing a But if you are not, it sounds like a bug in the implementation. In that case, the extra information @MarkEdmondson1234 asked for can help us figure out what's wrong and come up with a fix. |
I've just started to get the above error as of yesterday. I had a stable setup before this. The issue appears inside a docker container built off of rocker/r-ver:4.2.1. I've attempted to update my version of R to the latest (4.3.1) and this seems to fix it for Windows RStudio but not the docker container. The docker container built off of rocker/r-ver:4.3.1 is having the exact same issue. All versions listed below are consistent between Windows and the Docker container.
My process/checklist:
remotes::install_github('cloudyr/googleCloudStorageR', upgrade='never')
library(googleCloudStorageR)
):7). I attempt to download a file and receive the following messages while it tries to download:
Any thoughts as to where this is coming from?
The text was updated successfully, but these errors were encountered: