You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 14, 2023. It is now read-only.
vscode ➜ /workspaces/capi (feat/trun-workflows) $ deno task run examples/read/now.eg.ts
Task run deno task capi -- deno run -A -r=http://localhost:4646/ "examples/read/now.eg.ts"
Task capi deno run -A main.ts "--" "deno" "run" "-A" "-r=http://localhost:4646/" "examples/read/now.eg.ts"
Capi server listening at "http://localhost:4646/"
A new release of Deno is available: 1.31.1 → 1.32.3 Run `deno upgrade` to install it.
Release notes: https://github.com/denoland/deno/releases/tag/v1.32.3
Blog post: https://deno.com/blog/v1.32
Now: 1680534228000n
error: Uncaught (in promise) ScaleAssertError: typeof value !== "number"
throw new ScaleAssertError(codec, this.value, `typeof ${this.path} !== "${type}"`)
^
at AssertState.typeof (https://deno.land/x/scale@v0.11.2/common/assert.ts:25:13)
at Codec._assert (https://deno.land/x/scale@v0.11.2/codecs/int.ts:37:20)
at Module.assert (https://deno.land/x/scale@v0.11.2/common/codec.ts:140:9)
at file:///workspaces/capi/examples/read/now.eg.ts:15:3
inner command exited with status code 1
[examples/tx/handle_errors.eg.ts]
vscode ➜ /workspaces/capi (feat/trun-workflows) $ deno task run examples/tx/handle_errors.eg.ts
Task run deno task capi -- deno run -A -r=http://localhost:4646/ "examples/tx/handle_errors.eg.ts"
Task capi deno run -A main.ts "--" "deno" "run" "-A" "-r=http://localhost:4646/" "examples/tx/handle_errors.eg.ts"
Capi server listening at "http://localhost:4646/"
Downloading polkadot/v0.9.39-1/x86_64-unknown-linux-gnu
Transfer: ready
Transfer: { inBlock: "0x6466fd5435ad61cce0a6c4379b53b57cf300270569a37a57d7251cbdc41fdc39" }
Transfer: { finalized: "0x6466fd5435ad61cce0a6c4379b53b57cf300270569a37a57d7251cbdc41fdc39" }
error: Uncaught (in promise) AssertionError: A non-Error object was rejected.
throw new AssertionError(`A non-Error object was rejected${msgSuffix}`);
^
at assertRejects (https://deno.land/std@0.182.0/testing/asserts.ts:888:15)
inner command exited with status code 1
[examples/tx/examples/watch.eg.ts]
vscode ➜ /workspaces/capi (feat/trun-workflows) $ deno task run examples/watch.eg.ts
Task run deno task capi -- deno run -A -r=http://localhost:4646/ "examples/watch.eg.ts"
Task capi deno run -A main.ts "--" "deno" "run" "-A" "-r=http://localhost:4646/" "examples/watch.eg.ts"
Capi server listening at "http://localhost:4646/"
1680534942001n
error: Uncaught (in promise) ScaleAssertError: typeof value !== "number"
throw new ScaleAssertError(codec, this.value, `typeof ${this.path} !== "${type}"`)
^
at AssertState.typeof (https://deno.land/x/scale@v0.11.2/common/assert.ts:25:13)
at Codec._assert (https://deno.land/x/scale@v0.11.2/codecs/int.ts:37:20)
at Module.assert (https://deno.land/x/scale@v0.11.2/common/codec.ts:140:9)
at file:///workspaces/capi/examples/watch.eg.ts:24:5
inner command exited with status code 1
Created a new issue specifically for the ink/interact.ts issue (#845). #846 should solve this (including the trun issue related to the ed25519 lib's browser compat).
[examples/read/now.eg.ts]
[examples/tx/handle_errors.eg.ts]
[examples/tx/examples/watch.eg.ts]
[examples/paginate.eg.ts ]
The text was updated successfully, but these errors were encountered: