LukeChannings/moviematch

Uncaught Error: not implemented!

kobear403 opened this issue · 5 comments

error: Uncaught Error: not implemented!
    at Object.signal (deno:runtime/js/40_signals.js:164:13)
    at index.ts:17:6
    at <anonymous> (<anonymous>)

I'm running moviematch 1.2.0 on deno 2.3.3 in vscode 1.52.1

The latest version of MovieMatch is 1.7.0, and the latest version of Deno is 1.6.3.

Can you update to confirm your versions and your OS?

It looks like this error was with Deno.signal. Make sure you're running Deno with the --unstable flag.

I'm following the instructions in the readme, and the With Deno > Download the latest release links you to moviematch v1.2.0

Downloading moviematch 1.7.0 resolved the issue!

Leaving this open actually in case you want to update the readme link. I got it all working now!

Thanks for that! I've fixed the link now.