andrewtaylor-appfolio opened a new issue, #2023:
URL: https://github.com/apache/arrow-adbc/issues/2023
### What would you like help with?
Hi Team,
I recently updated Rstudio and ever since, I've received 2 errors when
trying to run `con <- adbc_connection_init(db)`.I've tried to uninstall and
reinstall `adbcdrivermanager` to no avail. Randomly, I tried an old version of
RStudio and it worked for a short amount of time.
Both of the errors have been flavors of the following:
```
con <- adbc_connection_init(db)
time="2024-07-18T09:39:27-07:00" level=error msg="Authentication FAILED"
func=gosnowflake.authenticate file="auth.go:364"
Error in force(code) : 390195 (08004): The provided ID Token is invalid.
```
then (or sometimes only the following error)
```
Error in force(code) :
IO: exec: "open": executable file not found in $PATH
```
Additional information:
```
> R.version
platform aarch64-apple-darwin20
version.string R version 4.3.2 (2023-10-31)
```
```
go version
go version go1.21.6 darwin/arm64
```
```
which go
/opt/homebrew/bin/go
```
I suspect its user error of sorts, so any direction here would be helpful.
Thanks in advance!
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]