Tiny-bit icon indicating copy to clipboard operation
Tiny-bit copied to clipboard

Compilation failed, please check your code for errors - MakeCode Editor

Open MeqdadDev opened this issue 3 years ago • 0 comments

Hi,

I'm facing this problem with Tiny:bit.

When I want to download a code on microbit (the code includes Tiny:bit blocks), it gives me this error:

Compilation failed, please check your code for errors. image

I've tried to trace the JavaScript (TypeScript code), and I found this message error appears in the output.txt file:

pxsim.sendBufferAsm2 is not a function
at <main> (pxt_modules/Tinybit/main.ts:5:1)

An image for this error: image

Finally, note that I'm using MakeCode Editor (offline version), and my PC is connected to the internet.

MeqdadDev avatar Apr 05 '21 12:04 MeqdadDev