-
Notifications
You must be signed in to change notification settings - Fork 534
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot call "receive" once a disconnect message has been received. #127
Comments
I have the same behavior. |
Me too |
I found a webpage like this . It seems that the error message comes from fastapi. |
I have the same error. Does 01 work with the error for you? I can record something but don't get any response. I also checked my Openai token and it is never used. So I am sure it is not sending anything to openAI. |
Yeah,record function is useful,but nothing happen when recording completed. |
By the way, I have this problem when using openai api, ollama and llmstudio. |
hh, i even can't record voice, Always looping between record started and record stopped.I am very confused and when i reset environment, it just repeat the looping. and have some other bugs. |
Same issue my side, unable to proceed after holding and releasing space bar to record audio |
Same error msg |
just want to chime in and i'm having this issue as well. m1 mac running --local flag |
For me, when O1 is done performing a task, it can't do follow ups because of similar issue. First instruction works well. |
I solved my problem by switching from python version 3.9.2 to 3.11.8 |
How did you switch? Just update it? |
I use pyenv to switch between different Python versions. |
I used |
Issue appears linked with /Library/Caches/pypoetry/virtualenvs/01os-w_P9xt9H-py3.9/lib/python3.9/site-packages/urllib3/init.py:35: NotOpenSSLWarning: urllib3 v2 only supports OpenSSL 1.1.1+, currently the 'ssl' module is compiled with 'LibreSSL 2.8.3'. See: urllib3/urllib3#3020 |
thank you @oderwat !!!! i didn't have to create a readme file but here's what i did on my m1 pro
and that was it! now works :) edit: actually i lied, i actually did this after poetry install due to (this issue: #68)
but works after that :) |
Did upgrading to python 3.11 fix this issue for folks? |
This worked a treat on M1 Pro |
Oderwats instructions fixed my issue |
I'm glad this solved the problem! If this issue arises again for anyone feel free to create a new issue |
It has to do with the |
(base) zhouxl@jiangliuerdeMacBook-Pro software % poetry run 01
○
Starting...
INFO: Started server process [60460]
INFO: Waiting for application startup.
Ready.
INFO: Application startup complete.
INFO: Uvicorn running on http://0.0.0.0:10001 (Press CTRL+C to quit)
INFO: ('127.0.0.1', 56406) - "WebSocket /" [accepted]
INFO: connection open
Press the spacebar to start/stop recording. Press CTRL-C to exit.
Cannot call "receive" once a disconnect message has been received.
Recording started...
Recording stopped.
seems nobody make this bug, only me, at least , i do not find any same bug in the upload issues.
someone knows how to solve it.
The text was updated successfully, but these errors were encountered: