OpenInterpreter / 01

The open-source language model computer
http://openinterpreter.com/01
GNU Affero General Public License v3.0
4.76k stars 470 forks source link

Windows 10 machine not connecting to websocket server #197

Closed dheavy closed 3 months ago

dheavy commented 3 months ago

Describe the bug

On Windows 10 Version 22H2 x64, when I'm running poetry run 01, the sequence boots up, but you the message "Hold spacebar to..." never appears.

Upon brief inspection of the code, it's a sign that the the connection to the websocket server doesn't occur.

To Reproduce

  1. Install the program on PC with Windows 10
  2. Apply fix #194 to be able to pass the first errors on Windows
  3. Run the poetry run 01
  4. Wait until the FastAPI server logs "Ready." and see that the "Hold spacebar..." instruction never appears.

Expected behavior

Either see the "Hold spacebar..." instruction showing that the it is connected to socket server. Or a disclaimer that Windows 10 isn't a supported platform.

Desktop (please complete the following information):