🎢 Moonlink.js - Imagine a Music Application

MIA

🎢 Moonlink.js - Imagine a Music Application

Join the community to ask questions about 🎢 Moonlink.js - Imagine a Music Application and get answers from other members.

Join

issues

suggestion

help

Lavashark to Moonlink

Good morning,I'm having issues with the play command everything is setup correctly.

Music is not playing when left at non stop for a couple of hours.

Hi, I would like to ask, when leaving the bot on non-stop music. Sometimes it tends to not play a music, like playing in bg but no sounds. But when i add a new track it suddenly plays like the volume has just been turned down. Any inputs? Thanks a lot!

Web socket is not defined

node_modules/moonlink.js/dist/src/entities/Node.js:62 this.socket = new WebSocket(ws${this.secure ? "s" : ""}://${this.address}/${this.pathVersion}/websocket, { ^ ReferenceError: WebSocket is not defined at Node.connect (/home/container/node_modules/moonlink.js/dist/src/entities/Node.js:62:27)...
Solution:
oh alr

error in lavalink

com.sedmelluq.discord.lavaplayer.tools.FriendlyException: Please sign in
No description

Spotify 'query' not working, link works with playing

Hey, i'm working on my discord bot to only play spotify tracks and other supported sources. However, i'm having an issue. When I use a Spotify query like this: /play query:i gotta feeling - black eyed peas, I get the error: "Oops! I couldn't find anything matching your query on Spotify. πŸ€” Try something else, maybe?" (which is my own custom message). But, when I use a direct Spotify link like this: /play query:https://open.spotify.com/track/4kLLWz7srcuLKA7Et40PQR?si=9ec37e8d597046ae, it works fine and starts playing. Anyone has an idea to where it goes wrong? Code will be posted down below ⬇️...
Solution:
So like this?
const res = await client.moonlink.search({ query, source: "spsearch", requester: interaction.user.id });
const res = await client.moonlink.search({ query, source: "spsearch", requester: interaction.user.id });
...

Directly play music from URLs

How to play music from urls that are not youtube/spotify, like direct link to the music files
Solution:
Just give it the link in the query param and lavalink will handle it if http source is enabled in Lavalink.

This error

When running latest Moonlink.js, the bot joins and when tries to play music it gives an error: "TypeError: Cannot read properties of undefined (reading 'title')", when debugging I've found that bot receives this error from any node that I use, local and external. How do I fix it? (Moonlink's inbuilt debug didn't show anything out of ordinary)
No description

Why this error

Node connected but not playing
No description

bot play music but not sound

Good evening, I'm having an issue where my bot is having trouble playing music. Lavalink is correctly configured with plugins for YouTube, the request is working fine, and the bot is connecting to the voice channel, but it still doesn't play anything. Even after executing the player.play();.
Solution:
obg pela atenção

application.yml file with YouTube plugins

Good afternoon! Does anyone have an example of an application.yml file with YouTube plugins configured? I'd like to set it up in my application. I'm using Moonlink.js with a client. Thanks in advance!
Solution:
ok, thanks for the help

How to get list of all players in moonlink v4?

I'm creating a function that editing player message to actual data and I don't know how to get list of all players in moonlink :/

automatically music

When I play a song and add another song to the queue, when the first song ends, the second song doesn't automatically start playing. I have to manually use the skip command to make the second song play. I need help finding a solution for this auto-play queue issue. The problem...

How to use filters in v4?

Filters seem to be removed from the player in the new version, how do you adjust filters now?

Switching from another client, having some issues

First issue: - Moonlink is connecting to Lavalink, however, the nodeCreate event never triggers. Not sure why this is, I tried switching to Moonlink once before and had the same issue before. Second issue: - I'm unable to get the bot to join the VC. This isn't a permissions/intents/partials issue. I've ran into this before, it's usually related to the client.on("raw") event. The track loads, the trackStart event is triggered, and the player has the correct guild & voice channel ID's. If I had to guess, this may be connected to the nodeCreate event not triggering?...

Previous Function

There is a way to reach the previous song? I don't see the option in the player.

Previous Function

There is a way to reach the previous song? I don't see the option in the player.

using direct link gives no results but searching does.

I haven't used this library at all but I've used some that are similar to it in the past (erela.js, vulkava, etc...). I picked it because it was the most familiar feeling but I'm running into an issue with direct links in my first implementation. Here is the code I use to play tracks and attached to this post is the logs from the console ```js const player = client.moonlink.createPlayer({ guildId: interaction.guild.id, voiceChannelId: voiceChannel.id,...
Solution:
I didn't read the lavalink logs properly and it ended up being that they depricated their out-of-the-box youtube support so I had to install a plugin. Thank you so much for your help regardless ❀️
No description
Next