You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! Thanks for this package, it is really super to have and use.
It is now working for me after I inspected my account and created a PAT.
Previously, when I only had one expired PAT in my account, I got the following error message:
download_organization_repos(organizations = "jules32")
Error in `purrr::map_chr()`:
ℹ In index: 1.
Caused by error in `.f()`:
! Could not find organization or user 'jules32'.
Run `rlang::last_trace()` to see where the error occurred.
[that is the full error, not truncated].
I don't have a reproducible example, and like I said above, I was able to inspect and update my PAT, but I wanted to share for awareness. Thank you!
The text was updated successfully, but these errors were encountered:
Hope you don't mind me jumping in: I think the issues is not that it failed, but that the error message didn't indicate an authentication error, which it likely was. Perhaps the error messages from the failures captured with try() could be included in the message, if it's not a 404 error (which I'm sure it wasn't for @jules32)?
Hello! Thanks for this package, it is really super to have and use.
It is now working for me after I inspected my account and created a PAT.
Previously, when I only had one expired PAT in my account, I got the following error message:
[that is the full error, not truncated].
I don't have a reproducible example, and like I said above, I was able to inspect and update my PAT, but I wanted to share for awareness. Thank you!
The text was updated successfully, but these errors were encountered: