Skip to content

everytime i try to send a prompt i get this in the terminal. #4

@filippocalippo

Description

@filippocalippo

199 | async function withErrorHandling(body: () => Promise) {
200 | return body().catch((e) => {
201 | if (!(e instanceof Error)) throw e
202 | const errnoException = e as NodeJS.ErrnoException
203 | if (errnoException.code === "ENOENT") {
204 | throw new NotFoundError({ message: Resource not found: ${errnoException.path} })
^
NotFoundError: NotFoundError
data: {
message: "Resource not found: C:\Users\aleri\.local\share\opencode\storage\session\9ac17a3d71d8eef300e5b2faf4123b72d9972d3b\ses_46a0627f9ffecimhZJPBeDMVKw.json",
},

  at <anonymous> (src/storage/storage.ts:204:15)

i tryied creating multiple sessions, creating old ones, starting one in opencode and trying to select it from minecraft (the session just couldn't be found)

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