ComicallyBad
ComicallyBad
MIA🎢 Moonlink.js - Imagine a Music Application
Created by πŸ₯€! βΏα΅’α΅—π˜’π˜¦π˜―π˜·π˜¦π˜³ </> on 1/31/2025 in #help
Why this error
you should just need to add: GatewayIntentBits.GuildVoiceStates,
53 replies
MIA🎢 Moonlink.js - Imagine a Music Application
Created by πŸ₯€! βΏα΅’α΅—π˜’π˜¦π˜―π˜·π˜¦π˜³ </> on 1/31/2025 in #help
Why this error
hmm, do you have debug logging?
client.manager.on("debug", msg => console.log("[DEBUG]:", msg));
client.manager.on("debug", msg => console.log("[DEBUG]:", msg));
Can you try to play a soundcloud url? If soundcloud works, it's likely just youtube-plugin broken at the moment. But Lavalink didn't log any 403 errors or anything which is strange. Try playing like: https://soundcloud.com/tokyo_tears/veins
53 replies
MIA🎢 Moonlink.js - Imagine a Music Application
Created by πŸ₯€! βΏα΅’α΅—π˜’π˜¦π˜―π˜·π˜¦π˜³ </> on 1/31/2025 in #help
Why this error
can you provide what's logged in lavalink when you play a song?
53 replies
MIA🎢 Moonlink.js - Imagine a Music Application
Created by πŸ₯€! βΏα΅’α΅—π˜’π˜¦π˜―π˜·π˜¦π˜³ </> on 1/31/2025 in #help
Why this error
are you using Lavalink?
53 replies
MIA🎢 Moonlink.js - Imagine a Music Application
Created by πŸ₯€! βΏα΅’α΅—π˜’π˜¦π˜―π˜·π˜¦π˜³ </> on 1/31/2025 in #help
Why this error
do you have this?
client.on("raw", data => {
client.moonlink.packetUpdate(data);
});
client.on("raw", data => {
client.moonlink.packetUpdate(data);
});
53 replies
MIA🎢 Moonlink.js - Imagine a Music Application
Created by .Faisal on 1/5/2025 in #help
automatically music
are you listening for the discord client "raw" event and sending the packetUpdate(data)? Seems like a lot of "missing voice server data"
56 replies
MIA🎢 Moonlink.js - Imagine a Music Application
Created by dodam on 12/26/2024 in #issues
Cannot read properties of undefined (reading 'encoded')
seems it would be whenever a track ends. But not sure what would cause this
9 replies
MIA🎢 Moonlink.js - Imagine a Music Application
Created by ComicallyBad on 11/21/2024 in #help
Switching from another client, having some issues
appreciate it :tip:
17 replies
MIA🎢 Moonlink.js - Imagine a Music Application
Created by ComicallyBad on 11/21/2024 in #help
Switching from another client, having some issues
so that's why it continued to search even when provided a url
17 replies
MIA🎢 Moonlink.js - Imagine a Music Application
Created by ComicallyBad on 11/21/2024 in #help
Switching from another client, having some issues
awesome, I was able to find my minor issues I believe, thanks. I do a search for autocomplete, and again in the actual command, and I only changed the autocomplete search to track.url instead of track.uri which my old client used.
17 replies
MIA🎢 Moonlink.js - Imagine a Music Application
Created by ComicallyBad on 11/21/2024 in #help
Switching from another client, having some issues
appreciate it :tip:
17 replies
MIA🎢 Moonlink.js - Imagine a Music Application
Created by ComicallyBad on 11/21/2024 in #help
Switching from another client, having some issues
Do you know if there's a loadType for direct link? As well, is moonlink restricted to searching only 1 source? I'm used to my old client, that when provided a URL, it tries loading the URL, no matter the source. Currently, a link is showing the correct song, but when I queue it, it adds some random youtube video. Because youtube-plugin isn't working with lavalink atm, I've been trying to queue soundcloud
17 replies
MIA🎢 Moonlink.js - Imagine a Music Application
Created by ComicallyBad on 11/21/2024 in #help
Switching from another client, having some issues
ah I switched away from that event when troubleshooting, alright 1 problem fixed lol
17 replies
MIA🎢 Moonlink.js - Imagine a Music Application
Created by ComicallyBad on 11/21/2024 in #help
Switching from another client, having some issues
I’m not sure that helps, I know what the events are, like nodeCreate just isn’t triggering
17 replies
MIA🎢 Moonlink.js - Imagine a Music Application
Created by ComicallyBad on 11/21/2024 in #help
Switching from another client, having some issues
2 more questions: - Can moonlink search with only one source? I'm used to searching youtube by default, but allowing soundcloud or spotify links. Providing a soundcloud link shows the correct song with my autocomplete, but it queues something entirely different from youtube. - Is there no loadType for a direct URL? The last client I used had a "track_loaded" and "search". I think my soundcloud links are queueing random youtube videos because it's querying youtube for the URL instead of loading the soundcloud URL.
17 replies