1-max-1 / WASMSerialTerminal

A tool for quick analysis of data from a serial device.
https://1-max-1.github.io/WASMSerialTerminal
8 stars 3 forks source link

didn't work with .NET8 #15

Open digiBee-GmbH opened 6 months ago

digiBee-GmbH commented 6 months ago

Hi, We migrated our WebAssembly to NetCore 8. It does not work,. We get an error Error: One or more errors occurred. (An invalid request URI was provided. Either the request URI must be an absolute URI or BaseAddress must be set.) at Jn (marshal-to-js.ts:349:18) at xl (marshal-to-js.ts:306:28) at 00b217ca:0x1fa8f at 00b217ca:0x1bf5a at 00b217ca:0xf141 at 00b217ca:0x1e7a9 at 00b217ca:0x1ef9f at 00b217ca:0xcfbb at 00b217ca:0x4412f at e. (cwraps.ts:338:24)

We switched your Assembly to NetCore 8 and updated the packages. It does not crash but stays in a loop.

How can we fix this?

Kind regards,

Frank

1-max-1 commented 11 hours ago

I can't reproduce this