SheepTester / htmlifier

The HTMLifier "converts" Scratch 3.0 projects to an HTML file by putting all the project data and the entire Scratch engine into one enormous file
https://sheeptester.github.io/htmlifier/
MIT License
166 stars 79 forks source link

json.sounds is not iterable #135

Open SheepTester opened 2 years ago

SheepTester commented 2 years ago

htmlify project 21554369 reported by https://canary.discord.com/channels/@me/763906065153785886/901938029952925718

Gives

TypeError: json.sounds is not iterable
    at getAssetHashesFromProjectJson (https://sheeptester.github.io/htmlifier/index.bundle.min.js:1:415522)
    at https://sheeptester.github.io/htmlifier/index.bundle.min.js:1:7377134
    at async Htmlifier._createHtml (https://sheeptester.github.io/htmlifier/index.bundle.min.js:1:7376746)
    at async Htmlifier.htmlify (https://sheeptester.github.io/htmlifier/index.bundle.min.js:1:7426098)

I guess sounds may not exist

errors