zep
zep copied to clipboard
[BUG] ZepClient not working
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
At the same time I can access Zep in my browser by http://127.0.0.1:8000