iyaja/llama-fs

Failed with WSL (Windows Subsystem Linux) on organizing Windows's Downloads with an initial success using Groq

Opened this issue · 0 comments

On Windows 11, WSL (Windows Subsystem Linux) Kali (v2023.3) I did the following:

  1. Cloned the repo
  2. Installed the Python and NPM requirements
  3. Additionally installed the fastapi using pip install "fastapi[standard]"
  4. Ran the server on one tab

WSL-llama-fs-server

  1. Ran the Electron app on another tab

WSL-llama-fs-npm

  1. On the GUI put my Windows Downloads directory to crawl:
    /mnt/c/Users/Mayeen/Downloads

  2. It started working...

WSL-llama-fs-server-working

but eventually, 🔴 failed in the midst

WSL-llama-fs-server-error-stopped

and the UI showed an error too:

Windows-llama-fs-UI-error-stopped

the electron console was also complaining

WSL-llama-fs-npm-error-stopped

It did work, but could not complete with unknown reasons. 😢