-
Notifications
You must be signed in to change notification settings - Fork 5
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
etn version 2.3.0 login error #324
Comments
Hi Pieterjan,
You need to enter your username and password without the "", if you
included them that would explain the error.
You can check, and also set them manually with Sys.getenv("userid") and
Sys.setenv(userid= "username") -> with the "". For the password you could
still set it manually using Sys.setenv(pwd="*****"). Just like the etn of
old.
Hope that helps! If not, let me know.
Pieter
…On Fri, 4 Oct 2024, 17:31 Pieterjan Verhelst, ***@***.***> wrote:
I just ran the new etn beta version and as explained by @PietrH
<https://github.com/PietrH> I had to provide my credentials after running
a function. However, I still get an error when running a function, for
example get_animal_projects():
> get_animal_projects()
Error: ODBC failed with error 00000 from \
.
In call:
opencpu:::rapachehandler()
Backtrace:
▆
1. └─output_handler$error(e)
When filling in my password, I did not include the " showing its a
factor. Could that be the issue or would the password prompt appear again
when filling in the incorrect password?
—
Reply to this email directly, view it on GitHub
<#324>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ALOW2OYASTQJSUQBSJ6NQ43ZZ2YEJAVCNFSM6AAAAABPMDWXH2VHI2DSMVQWIX3LMV43ASLTON2WKOZSGU3DMNRUGY4DQNA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
I tried again and added password without the "", but still got the error. When I tried Sys.setenv(pwd="*****"), it worked 👍 . |
PietrH
changed the title
etn version 2.3.0 error following functions
etn version 2.3.0 login error
Oct 17, 2024
There needs to be better error handling for issues with the credentials:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I just ran the new
etn
beta version on my local drive and as explained by @PietrH I had to provide my credentials after running a function. However, I still get an error when running a function, for exampleget_animal_projects()
:When filling in my password, I did not include the
"
showing its a factor. Could that be the issue or would the password prompt appear again when filling in the incorrect password?The text was updated successfully, but these errors were encountered: