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
Message: 'An unexpected error occurred!'
Arguments: (ProxyError(MaxRetryError("HTTPSConnectionPool(host='hub.api.guardrailsai.com', port=443): Max retries exceeded with url: /auth (Caused by ProxyError('Unable to connect to proxy', OSError('Tunnel connection failed: 407 Proxy Authentication Required')))")),)
I already tried generating the new token on https://hub.guardrailsai.com/keys and supplying the token in guardrails configure command but its failing with seam reason.
Please suggest if i am missing any step.
The text was updated successfully, but these errors were encountered:
where you're building your dockerfile, do you have access to the internet? Can you try to curl https://hub.api.guardrailsai.com/ from the same endpoint? It should return hello world. If not, then it's a connectivity issue.
We were not able to connect to that webserver from openshift environment although we are able to run it from local. We are working on resolving connectivity issue with ocp cluster.
I have been trying to run the below commands:
RUN guardrails configure --token "" --enable-metrics --enable-remote-inferencing
RUN export http_proxy=http://proxy.discoverfinancial.com:8080
&& export https_proxy=http://proxy.discoverfinancial.com:8080
&& guardrails hub install hub://guardrails/regex_match
its failing with below reason:
Message: 'An unexpected error occurred!'
Arguments: (ProxyError(MaxRetryError("HTTPSConnectionPool(host='hub.api.guardrailsai.com', port=443): Max retries exceeded with url: /auth (Caused by ProxyError('Unable to connect to proxy', OSError('Tunnel connection failed: 407 Proxy Authentication Required')))")),)
I already tried generating the new token on https://hub.guardrailsai.com/keys and supplying the token in guardrails configure command but its failing with seam reason.
Please suggest if i am missing any step.
The text was updated successfully, but these errors were encountered: