entropy-research / Devon

Devon: An open-source pair programmer
GNU Affero General Public License v3.0
3.19k stars 256 forks source link

Javascript Error on GUI launch and never ending initialization #77

Closed krishmoran closed 3 months ago

krishmoran commented 3 months ago

Upon launching npx devon-ui for the first time (and after installing via npm), i get a javascript error popup within the electron app

Uncaught Exception: Error: spawn devon_agent ENOENT at ChildProcess._handle.onexit (node:internal/child_process:286:19) at onErrorNT (node:internal/child_process:484:16) at process.processTicksAndRejections (node:internal/process/task_queues:82:21)

which is then followed by a never ending loop of "Devon is cleaning up his desk"

Terminal shows this intermittently: 244:0628/200540.900820:ERROR:network_service_instance_impl.cc(600)] Network service crashed, restarting service.

Any ideas?

krishmoran commented 3 months ago

fixed by adding the pipx installation directory path to my $PATH variable.