Something seems very broken with Ollama

There appear to be two issues.

  1. Ollama initially doesn’t write the bolt assets. I’m using Qwen and I’ve also made a custom model with a larger context. I also try opening the workspace.

  2. After the first message Ollama will then not accept any further messages.

I’ve tried going back a few commits and this seems to be an issue. I know this wasn’t a problem for me before.

When I’m running in the terminal I get these undefined messages. So I really think we need some better logging.

❯ npm run dev

> dev
> remix vite:dev

  ➜  Local:   http://localhost:5173/
  ➜  Network: use --host to expose
  ➜  press h + enter to show help
undefined
undefined
undefined
1 Like

When I tried to use novita.ai, I got this message:

    code: 'UND_ERR_SOCKET',
    socket: {
      localAddress: '127.0.0.1',
      localPort: 55754,
      remoteAddress: 'my.novita.ip.address',
      remotePort: 443,
      remoteFamily: 'IPv4',
      timeout: undefined,
      bytesWritten: 16287,
      bytesRead: 11768
    }

So it could be that the ‘undefined’ we see is the timeout.