Closed janewu77 closed 3 weeks ago
Thank you for raising this issue. The Hume Python SDK has since been updated to version 0.7.2
; please upgrade to that version by running pip install hume --upgrade
, and follow along the example and quickstart guide to check if this error still persists. Note that a migration guide is available here.
when I run evi-python-example, I always get 403 websockets.exceptions.InvalidStatusCode: server rejected WebSocket connection: HTTP 403
client = HumeVoiceClient(api_key=HUME_API_KEY) client = HumeVoiceClient(api_key=access_token)
no matter I use HUME_API_KEY(get from https://beta.hume.ai/settings/keys) or access_token (get from https://api.hume.ai/oauth2-cc/token), it's always return "403"
code:
error msg:
my ENV: hume Version: 0.5.1 python : 3.10 Mac:14.4.1 (23E224)