The token I get from hachyderm.io appears to be invalid.
I try:
x <- auth_setup(instance = "hachyderm.io", type = "user", browser = FALSE, clipboard = TRUE)
But after pasting in the token, I get the error:
Error in `verify_credentials()`:
! Token not valid. Use auth_setup() to create a token
Hide Traceback
▆
1. └─rtoot::auth_setup(...)
2. └─rtoot:::process_created_token(...)
3. └─rtoot::verify_credentials(token, verbose = verbose)
4. └─cli::cli_abort("Token not valid. Use auth_setup() to create a token")
5. └─rlang::abort(...)
The token I get from hachyderm.io appears to be invalid.
I try:
But after pasting in the token, I get the error: