Error: failed to load burp bug
When I try to load up an empty Kaboom game, it is giving me the error: “Error: failed to load burp.” But I have nothing in the project. What’s wrong with it?
Where are you "loading" an empty Kaboom game?
from html without npm
On May 16, 2022, at 1:21 PM, Mihai Dragomir @.***> wrote:
 Where are you "loading" an empty Kaboom game?
— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.
the best bug name.
it may be due to your browser or your internet connection, but tga can probably help you to detect the problem. If you can reopen the issue using the template that would be great
What browser are you using? Are you able to load any other audio file?
Maybe your browser doesn't support certain web audio api. But anyway since it's loaded by default I changed it to not block the game in future versions.
bro it’s been 4 months im not sure about loading audio files, I wasn’t loading any.also I was using vs code live previewOn Sep 25, 2022, at 9:33 PM, tga @.***> wrote: What browser are you using? Are you able to load any other audio file? Maybe your browser doesn't support certain web audio api. But anyway since it's loaded by default I changed it to not block the game in future versions.
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: @.***>
For load audios you can do
/// use any file path you have
loadSound("n", "music.mp3");
play("mp3");
Anyway, in @next versio this no longer block game. Reopen if you have the same bug playing audios
There's a problem with that. I wasn't loading *any *audio files at all. It was a blank project, and i never tried to load anything.
On Tue, Oct 4, 2022 at 10:52 AM danie @.***> wrote:
For load audios you can do
/// use any file path you haveloadSound("n", "music.mp3");play("mp3");
Anyway, in @next versio this no longer block game. Reopen if you have the same bug playing audios
— Reply to this email directly, view it on GitHub https://github.com/replit/kaboom/issues/585#issuecomment-1267217075, or unsubscribe https://github.com/notifications/unsubscribe-auth/ARS76ZJ3PO2YII3XSAX4Q2TWBRHEHANCNFSM5V72TORQ . You are receiving this because you authored the thread.Message ID: @.***>