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
Hi, I changed your code a little and instead of recognizing it, I made manual input because the requests to the OPEN ended, the problem is that when I try to send a message to the API, the AI character gets an error:
Traceback (most recent call last):
File "C:\Users\i5 6400\Desktop\desktop-waifu-master\waifu\Src\runner.py", line 146, in
utils.characters.send_message_to_process_via_websocket(transcript)
File "C:\Users\i5 6400\Desktop\desktop-waifu-master\waifu\Src\utils\characterAi.py", line 31, in send_message_to_process_via_websocket
ws.send(message)
AttributeError: 'NoneType' object has no attribute 'send'
P.S.
Please sorry, i am russian
The text was updated successfully, but these errors were encountered:
Hi, I changed your code a little and instead of recognizing it, I made manual input because the requests to the OPEN ended, the problem is that when I try to send a message to the API, the AI character gets an error:
Traceback (most recent call last):
File "C:\Users\i5 6400\Desktop\desktop-waifu-master\waifu\Src\runner.py", line 146, in
utils.characters.send_message_to_process_via_websocket(transcript)
File "C:\Users\i5 6400\Desktop\desktop-waifu-master\waifu\Src\utils\characterAi.py", line 31, in send_message_to_process_via_websocket
ws.send(message)
AttributeError: 'NoneType' object has no attribute 'send'
P.S.
Please sorry, i am russian
The text was updated successfully, but these errors were encountered: