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
Describe the bug
I'm using latest zep-python and the following code:
zep_client = ZepClient("http://127.0.0.1:8000")
but getting an error:
api-1 | zep_python.exceptions.APIError: Failed to connect to Zep server. Please check that:
api-1 | - the server is running
api-1 | - the API URL is correct
api-1 | - No other process is using the same port
api-1 | : None
Have you ever started the Zep server? Seems stupid this question, but for me, I just get the same error as yours when my server is shot down. Please check.
Describe the bug
I'm using latest zep-python and the following code:
but getting an error:
At the same time I can access Zep in my browser by http://127.0.0.1:8000
The text was updated successfully, but these errors were encountered: