-
Notifications
You must be signed in to change notification settings - Fork 7
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
Error: looper requires JWT for retrieving public PEP from PEPhub #516
Comments
Two things:
|
Maybe related to: pepkit/pephubclient#42 |
I've added some exception messaging to alert the user that they can try running 'phc login' if they get a response error. |
Ok -- I think you did that in the wrong spot though. That should be done in the PEPhubclient error, not here! |
This appears to be a pephub API endpoint bug, actually. if it's public, why is it evaluating credentials? it should only evaluate the JWT if I'm requesting a private resource. |
This reverts commit 08af6cc.
I entered a registry path to a public PEP in my looper config.
I ran
looper run
and I get this error:It seems to me it should not error that my JWT has expired if I'm trying to do something that shouldn't need a JWT in the first place.
I'm not sure if this is a bug in looper, or PEPHubClient, or what.
The text was updated successfully, but these errors were encountered: