Skip to content

RLAMA can't connect to Ollama that runs locally #99

Description

@textpain

Hi! Really excited to use this.
However, I ran into some issues. Here's what I've done:

  1. curl -fsSL https://ollama.com/install.sh | sh — installed fine
  2. ollama run llama3.2:3b — pulled fine, I can talk to the model. If I quit with Ctrl + C, when I try ollama run llama3.2:3b again, it works fine.
  3. curl -fsSL https://raw.githubusercontent.com/dontizi/rlama/main/install.sh | sh — installed fine, but complained about Ollama not running
  4. ollama serve in a separate terminal — started serving
  5. Went to http://localhost:11434 in my browser: It says "Ollama is running"
  6. rlama install-dependencies — installed fine, said ✅ All Python dependencies installed successfully in virtual environment!, but again complained about Ollama not running.
  7. rlama wizard — hangs for solid ten seconds, then complains that it can't connect to Ollama. Meanwhile, Ollama is running and is accessible. Ollama request log is empty. If I run ollama directly, requests are being shown, so Ollama works and logs requests correctly.
  8. rlama --host localhost --port 11434 wizard, rlama --host 127.0.0.1 --port 11434 wizard — same error.

What am I doing wrong? RLAMA version 0.1.39. I'm using Ubuntu 24.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions