AuthenticationError despite already authenticating the user
I'm using the simple chatting example directly for this, but whenever I run it it provides this error despite stating that it has already authenticated me and even got the username:
`Authenticated as @euylis Traceback (most recent call last): File "C:\Users\Nick\AppData\Local\Programs\Python\Python310\lib\site-packages\PyCharacterAI\requester.py", line 143, in __ws_connect_async self.__ws = await self.__requester_session.ws_connect( File "C:\Users\Nick\AppData\Local\Programs\Python\Python310\lib\site-packages\curl_cffi\requests\session.py", line 932, in ws_connect await self.loop.run_in_executor(None, curl.perform) File "C:\Users\Nick\AppData\Local\Programs\Python\Python310\lib\concurrent\futures\thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) File "C:\Users\Nick\AppData\Local\Programs\Python\Python310\lib\site-packages\curl_cffi\curl.py", line 365, in perform self._check_error(ret, "perform") File "C:\Users\Nick\AppData\Local\Programs\Python\Python310\lib\site-packages\curl_cffi\curl.py", line 187, in _check_error raise error curl_cffi.curl.CurlError: Failed to perform, curl: (22) Refused WebSockets upgrade: 403. See https://curl.se/libcurl/c/libcurl-errors.html first for more details.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "c:\SteamLibrary\steamapps\common\Left 4 Dead 2\left4dead2\addons\coachGPT\character.py", line 35, in
having the same issue here! this happens during a conversation, not at the initialization (or authentication) step.