-
-
Notifications
You must be signed in to change notification settings - Fork 51
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
Failed to create .httr-oauth #84
Comments
Hmm could I see the file structure of your Docker container? e.g. where do you put the shiny app? Do you run it through |
This is my Dockerfile, I modified it so it looks pretty much the same as the one shown here in the link you sent.
The log file is here: |
I fixed the issue by making an empty file in the shiny directory called .httr-oauth. Could you let me know if you think this is a problem with googleAuthR or with shiny please. |
That confirms a file permissions issue as we suspected, which I guess is unique to where you are deploying it since it works ok on VMs, shinyapps.io etc. I can't replicate it so its difficult to track down where the problem is. The actual writing of the |
Ahhh, is it possible this issue with httr 1.3.0 ? #81 |
I replicated this today in a Kubernetes container. Thanks for the fix above! It shouldn't be making that |
I think |
This should be sorted now |
I am running shiny in a docker image and am getting the following error
The user_info function is as follows
I'm guessing its a file permissions issue but I can't seem to find where its trying to write to. Any pointers would be fantastic :)
The text was updated successfully, but these errors were encountered: