THIS IS SOOOOO FRUSTRATING!!! I am just coding a game in peace right? Then I start getting the sprite kind deletion bug over and over. Every time, I have to re add all of the sprite kinds. Then my functions start glitching. I get duplicates of all my functions, so I am calling attack, then I only have an attack2 when I didn’t even make one. Now all my variables have been deleted and everything. I have even tried going back in version history. (By the way, I was making a sequel to blocky boss battle when this happened.)
Link:
Logs:
Failed to load resource: FetchEvent.respondWith received an error: TypeError: Load failedFetchEvent.respondWith received an error: TypeError: Load failedXMLHttpRequest cannot load https://cdn.makecode.com/api/translations?lang=en-AU&filename=arcade%2Fbrowser-events-jsdoc-strings.json&approved=true&cdn=20250524.Failed to load resource: FetchEvent.respondWith received an error: TypeError: Load failedFetchEvent.respondWith received an error: TypeError: Load failedXMLHttpRequest cannot load https://cdn.makecode.com/api/translations?lang=en-AU&filename=arcade%2Fbrowser-events-strings.json&approved=true&cdn=20250524.Failed to load resource: FetchEvent.respondWith received an error: TypeError: Load failedfailed to load translations from translations?lang=en-AU&filename=arcade%2Fdevice-jsdoc-strings.json&approved=truefailed to load translations from translations?lang=en-AU&filename=arcade%2Fdevice-strings.json&approved=truefailed to load translations from translations?lang=en-AU&filename=arcade%2Fcore-jsdoc-strings.json&approved=truefailed to load translations from translations?lang=en-AU&filename=arcade%2Fcore-strings.json&approved=truefailed to load translations from translations?lang=en-AU&filename=arcade%2Fbase-jsdoc-strings.json&approved=truefailed to load translations from translations?lang=en-AU&filename=arcade%2Fbase-strings.json&approved=truefailed to load translations from translations?lang=en-AU&filename=arcade%2Fscreen-jsdoc-strings.json&approved=truefailed to load translations from translations?lang=en-AU&filename=arcade%2Fscreen-strings.json&approved=truefailed to load translations from translations?lang=en-AU&filename=arcade%2Fmixer-jsdoc-strings.json&approved=truefailed to load translations from translations?lang=en-AU&filename=arcade%2Fmixer-strings.json&approved=truefailed to load translations from translations?lang=en-AU&filename=arcade%2Fgame-strings.json&approved=truefailed to load translations from translations?lang=en-AU&filename=arcade%2Fgame-jsdoc-strings.json&approved=truefailed to load translations from translations?lang=en-AU&filename=arcade%2Fsettings-jsdoc-strings.json&approved=truefailed to load translations from translations?lang=en-AU&filename=arcade%2Fsettings-strings.json&approved=truefailed to load translations from translations?lang=en-AU&filename=arcade%2Fpower-jsdoc-strings.json&approved=truefailed to load translations from translations?lang=en-AU&filename=arcade%2Fpower-strings.json&approved=truefailed to load translations from translations?lang=en-AU&filename=arcade%2Fbrowser-events-jsdoc-strings.json&approved=truefailed to load translations from translations?lang=en-AU&filename=arcade%2Fbrowser-events-strings.json&approved=trueBlock definition “text” overwrites previous definition.Block definition “text_join” overwrites previous definition.Browser: safari 18.4 on macworkspace: iframeinvalid upgrade rule: github:microsoft/arcade-sprite-data#v0.2.1 → minvalid upgrade rule: github:microsoft/arcade-sprite-data#v0.2.1 → iinvalid upgrade rule: github:microsoft/arcade-sprite-data#v0.2.1 → ninvalid upgrade rule: github:microsoft/arcade-sprite-data#v0.2.1 → :invalid upgrade rule: github:microsoft/arcade-sprite-data#v0.2.1 → vinvalid upgrade rule: github:microsoft/arcade-sprite-data#v0.2.1 → 0invalid upgrade rule: github:microsoft/arcade-sprite-data#v0.2.1 → .invalid upgrade rule: github:microsoft/arcade-sprite-data#v0.2.1 → 0invalid upgrade rule: github:microsoft/arcade-sprite-data#v0.2.1 → .invalid upgrade rule: github:microsoft/arcade-sprite-data#v0.2.1 → 6FetchEvent.respondWith received an error: TypeError: Load failedXMLHttpRequest cannot load https://arcade.makecode.com/api/user/project.Failed to load resource: FetchEvent.respondWith received an error: TypeError: Load failedinvalid upgrade rule: github:microsoft/arcade-sprite-data#v0.2.1 → minvalid upgrade rule: github:microsoft/arcade-sprite-data#v0.2.1 → iinvalid upgrade rule: github:microsoft/arcade-sprite-data#v0.2.1 → ninvalid upgrade rule: github:microsoft/arcade-sprite-data#v0.2.1 → :invalid upgrade rule: github:microsoft/arcade-sprite-data#v0.2.1 → vinvalid upgrade rule: github:microsoft/arcade-sprite-data#v0.2.1 → 0invalid upgrade rule: github:microsoft/arcade-sprite-data#v0.2.1 → .invalid upgrade rule: github:microsoft/arcade-sprite-data#v0.2.1 → 0invalid upgrade rule: github:microsoft/arcade-sprite-data#v0.2.1 → .invalid upgrade rule: github:microsoft/arcade-sprite-data#v0.2.1 → 6Simulator ServiceWorker registration successful with scope: Failed to load resource: the server responded with a status of 409 (Conflict)invalid upgrade rule: github:microsoft/arcade-sprite-data#v0.2.1 → minvalid upgrade rule: github:microsoft/arcade-sprite-data#v0.2.1 → iinvalid upgrade rule: github:microsoft/arcade-sprite-data#v0.2.1 → ninvalid upgrade rule: github:microsoft/arcade-sprite-data#v0.2.1 → :invalid upgrade rule: github:microsoft/arcade-sprite-data#v0.2.1 → vinvalid upgrade rule: github:microsoft/arcade-sprite-data#v0.2.1 → 0invalid upgrade rule: github:microsoft/arcade-sprite-data#v0.2.1 → .invalid upgrade rule: github:microsoft/arcade-sprite-data#v0.2.1 → 0invalid upgrade rule: github:microsoft/arcade-sprite-data#v0.2.1 → .invalid upgrade rule: github:microsoft/arcade-sprite-data#v0.2.1 → 6Simulator ServiceWorker registration successful with scope: "https://trg-arcade.userpxt.io/"error: main.ts(71,5): error TS2552: Cannot find name ‘SplittingAttack’. Did you mean ‘SplittingAttack2’?
error: main.ts(9,23): error TS2339: Property ‘EnemyProject’ does not exist on type ‘typeof SpriteKind’.
error: main.ts(36,23): error TS2339: Property ‘SplittingAttack’ does not exist on type ‘typeof SpriteKind’.
error: main.ts(48,51): error TS2339: Property ‘SplittingAttack’ does not exist on type ‘typeof SpriteKind’.
error: main.ts(66,5): error TS2552: Cannot find name ‘SplittingAttack’. Did you mean ‘SplittingAttack2’?
error: main.ts(105,19): error TS2339: Property ‘CursorThing’ does not exist on type ‘typeof SpriteKind’.
Unhandled Promise Rejection: NotSupportedError: The operation is not supported.error: main.ts(9,23): error TS2339: Property ‘EnemyProject’ does not exist on type ‘typeof SpriteKind’.
error: main.ts(36,23): error TS2339: Property ‘SplittingAttack’ does not exist on type ‘typeof SpriteKind’.
error: main.ts(48,51): error TS2339: Property ‘SplittingAttack’ does not exist on type ‘typeof SpriteKind’.
error: main.ts(105,19): error TS2339: Property ‘CursorThing’ does not exist on type ‘typeof SpriteKind’.
error: main.ts(9,23): error TS2339: Property ‘EnemyProject’ does not exist on type ‘typeof SpriteKind’.
error: main.ts(36,23): error TS2339: Property ‘SplittingAttack’ does not exist on type ‘typeof SpriteKind’.
error: main.ts(48,51): error TS2339: Property ‘SplittingAttack’ does not exist on type ‘typeof SpriteKind’.
error: main.ts(105,19): error TS2339: Property ‘CursorThing’ does not exist on type ‘typeof SpriteKind’.
warning: Oops, we could not run this project. Please check your code for errors.Cannot load https://arcade.makecode.com/---tsworker.The factory method of “===anonymous3===” has thrown an exceptionNetworkError: Load failed