Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug: deno instance does not start after upgrade: TypeError: Deno.openKv is not a function #1143

Open
HubbaBob opened this issue Nov 8, 2024 · 0 comments

Comments

@HubbaBob
Copy link

HubbaBob commented Nov 8, 2024

Silverbullet 0.9.4
deno 2.0.5

Deno deployed, worked fine until the upgrading to the latest versions. When starting I get:

Unhandled rejection: PromiseRejectionEvent {
  bubbles: false,
  cancelable: true,
  composed: false,
  currentTarget: Window {},
  defaultPrevented: false,
  eventPhase: 2,
  srcElement: null,
  target: Window {},
  returnValue: true,
  timeStamp: 0,
  type: "unhandledrejection",
  promise: Promise {
    <rejected> TypeError: Deno.openKv is not a function
    at fX (https://get.silverbullet.md/:2385:13466736)
    at F.gj [as actionHandler] (https://get.silverbullet.md/:2385:13468273)
    at F.execute (https://get.silverbullet.md/:24:8612)
    at async F.parseCommand (https://get.silverbullet.md/:24:6314)
    at async https://get.silverbullet.md/:2418:6541
  },
  reason: TypeError: Deno.openKv is not a function
    at fX (https://get.silverbullet.md/:2385:13466736)
    at F.gj [as actionHandler] (https://get.silverbullet.md/:2385:13468273)
    at F.execute (https://get.silverbullet.md/:24:8612)
    at async F.parseCommand (https://get.silverbullet.md/:24:6314)
    at async https://get.silverbullet.md/:2418:6541
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant