Open nsheff opened 2 months ago
Two things:
by running 'phc login'
-- this means it's probably a pephubclient bug.Maybe related to: https://github.com/pepkit/pephubclient/issues/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.
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.