Skip to content

When running the first SQL statement, I got spammed by "The system cannot find the path specified." #657

@f1yingbanana

Description

@f1yingbanana

I'm running PGlite 0.3.1 in Node 20.9 on Windows 11, and running the code below:

const client = new PGlite();
console.log(JSON.stringify(await client.exec("SELECT 1")));

Gives me the following console output:

The system cannot find the path specified.
The system cannot find the path specified.
The system cannot find the path specified.
The system cannot find the path specified.
The system cannot find the path specified.
The system cannot find the path specified.
The system cannot find the path specified.
The system cannot find the path specified.
The system cannot find the path specified.
The system cannot find the path specified.
The system cannot find the path specified.
The system cannot find the path specified.
The system cannot find the path specified.
The system cannot find the path specified.
The system cannot find the path specified.
The system cannot find the path specified.
The system cannot find the path specified.
The system cannot find the path specified.
The system cannot find the path specified.
The system cannot find the path specified.
The system cannot find the path specified.
The system cannot find the path specified.
The system cannot find the path specified.
The system cannot find the path specified.
[{"rows":[{"?column?":1}],"fields":[{"name":"?column?","dataTypeID":23}],"affectedRows":0}]

Everything else works, but running the first query gives me that. Why is that? How do I get rid of it?

Passing in a local path doesn't seem to change anything either.

Doesn't seem to be happening in my Linux GitHub actions 👀

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