Skip to content

[BUG]: Windows - Error: An error occured in Effect.tryPromise #215

Description

@mynameistito

Hey I was trying out to see if BTCA was working on Windows 11 and received the following issue;

Image

This is for a local route I also tried it for one of the default git ones and got the same issue.

// ~/.config/btca/btca.config.jsonc
{
  "$schema": "https://btca.dev/btca.schema.json",
  "providerTimeoutMs": 300000,
  "maxSteps": 40,
  "resources": [
    {
      "type": "git",
      "name": "svelte",
      "url": "https://github.com/sveltejs/svelte.dev",
      "branch": "main",
      "searchPath": "apps/svelte.dev",
      "specialNotes": "This is the svelte docs website repo, not the actual svelte repo. Focus on the content directory, it has all the markdown files for the docs."
    },
    {
      "type": "git",
      "name": "tailwindcss",
      "url": "https://github.com/tailwindlabs/tailwindcss.com",
      "branch": "main",
      "searchPath": "src/docs",
      "specialNotes": "This is the tailwindcss docs website repo, not the actual tailwindcss repo. Use the docs to answer questions about tailwindcss."
    },
    {
      "type": "git",
      "name": "nextjs",
      "url": "https://github.com/vercel/next.js",
      "branch": "canary",
      "searchPath": "docs",
      "specialNotes": "These are the docs for the next.js framework, not the actual next.js repo. Use the docs to answer questions about next.js."
    },
    {
      "type": "local",
      "name": "mynameistito-site",
      "path": "F:\\GitHub\\mynameistito\\mynameistito-site",
      "specialNotes": "This is a personal site for mynameistito"
    }
  ],
  "model": "mimo-v2-flash-free",
  "provider": "opencode"
}

ENV:

OS: Windows 11 (Microsoft Windows NT 10.0.26100.0)
Node: 24.14.0
Bun: 1.3.10

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions