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
I'm using oidc-agent v5.2.3 macOS Sequoia 15.0.1.
Sometimes it gets stuck (i.e. it waits forever while asking for a token), so I interrupt it with ctrl-c and I try to restart the service.
Very often (almost always, but not always) it does not restart until a reboot my machine.
Here an example
❯ eval $(oidc-agent-service start)
It seems like oidc-agent-service already started an oidc-agent for you.
Run "oidc-agent-service stop" to stop that agent or
run "oidc-agent-service restart" to restart the agent.
❯ oidc-agent-service stop
❯ eval $(oidc-agent-service start)
It seems like oidc-agent-service already started an oidc-agent for you.
Run "oidc-agent-service stop" to stop that agent or
run "oidc-agent-service restart" to restart the agent.
❯ oidc-agent-service restart
❯ oidc-agent-service stop
❯ eval $(oidc-agent-service start)
It seems like oidc-agent-service already started an oidc-agent for you.
Run "oidc-agent-service stop" to stop that agent or
run "oidc-agent-service restart" to restart the agent.
The only way to actually restart it is to kill -9 the PID and the go with a eval $(oidc-agent-service start).
Glad to help reporting some logs if needed.
The text was updated successfully, but these errors were encountered:
Hello,
I'm using oidc-agent v5.2.3 macOS Sequoia 15.0.1.
Sometimes it gets stuck (i.e. it waits forever while asking for a token), so I interrupt it with ctrl-c and I try to restart the service.
Very often (almost always, but not always) it does not restart until a reboot my machine.
Here an example
The only way to actually restart it is to
kill -9
the PID and the go with aeval $(oidc-agent-service start)
.Glad to help reporting some logs if needed.
The text was updated successfully, but these errors were encountered: