21 Replies
1Lucas1.apk
1Lucas1.apkā€¢2w ago
Hello, did you put the packetUpdate function listening to the djs raw event?
dilshan_ka
dilshan_kaOPā€¢2w ago
No description
dilshan_ka
dilshan_kaOPā€¢2w ago
Added.
1Lucas1.apk
1Lucas1.apkā€¢2w ago
Could you send me the play codes and the main parts of moonlink? For example the constructor, etc.
dilshan_ka
dilshan_kaOPā€¢2w ago
No description
dilshan_ka
dilshan_kaOPā€¢2w ago
The bot showed that it was connected to a voice channel, but it wouldn't connect.
1Lucas1.apk
1Lucas1.apkā€¢2w ago
In the constructor could you show me the sendPayload?
1Lucas1.apk
1Lucas1.apkā€¢2w ago
GitHub
moonlink.js/testBot/bot.js at v4 Ā· Ecliptia/moonlink.js
MoonLink.js is a simple package for lavalink client, perfect for you to create your discord bot with songs, and very simple and easy to use. - Ecliptia/moonlink.js
dilshan_ka
dilshan_kaOPā€¢2w ago
No description
MEE6
MEE6ā€¢2w ago
GG @dilshan_ka, you just advanced to level 1!
1Lucas1.apk
1Lucas1.apkā€¢2w ago
this.manager = new Manager({ nodes: this.config.Nodes, sendPayload: (guildId, payload) => { const guild = this.guilds.cache.get(guildId); if (guild) guild.shard.send(JSON.parse(payload)); }, defaultVolume: 100, options: { NodeLinkFeatures: true, previousInArray: true, logFile: { log: true, path: "moonlink.log", } }, }); Try this change
dilshan_ka
dilshan_kaOPā€¢2w ago
Ok Working now, thank you. šŸ™‚
dilshan_ka
dilshan_kaOPā€¢2w ago
There is another problem, what is the reason why the track is not playing?
No description
dilshan_ka
dilshan_kaOPā€¢2w ago
Lavalink server error. encoded null
No description
ComicallyBad
ComicallyBadā€¢2w ago
youtube plugin broke atm you can use the snapshot though, it's working at the moment.
- dependency: "dev.lavalink.youtube:youtube-plugin:294d3c50380705fe8de585aabd960f612f79d083"
repository: "https://maven.lavalink.dev/snapshots"
snapshot: true
- dependency: "dev.lavalink.youtube:youtube-plugin:294d3c50380705fe8de585aabd960f612f79d083"
repository: "https://maven.lavalink.dev/snapshots"
snapshot: true
dilshan_ka
dilshan_kaOPā€¢2w ago
No description
ComicallyBad
ComicallyBadā€¢2w ago
looks like you have to use oAuth, you'll need to get a refresh token.
lavalink:
plugins:
- dependency: "com.github.topi314.lavasrc:lavasrc-plugin:4.3.0"
repository: "https://maven.lavalink.dev/releases"
snapshot: false
- dependency: "dev.lavalink.youtube:youtube-plugin:294d3c50380705fe8de585aabd960f612f79d083"
repository: "https://maven.lavalink.dev/snapshots"
snapshot: true
server:
bufferDurationMs: 400
filters:
channelMix: true
distortion: true
equalizer: true
karaoke: true
lowPass: true
rotation: true
timescale: true
tremolo: true
vibrato: true
volume: true
frameBufferDurationMs: 5000
gc-warnings: true
opusEncodingQuality: 10
password: YourMusicServerPassword!
playerUpdateInterval: 5
resamplingQuality: LOW
soundcloudSearchEnabled: true
sources:
bandcamp: true
http: true
local: false
nico: true
soundcloud: true
twitch: true
vimeo: true
youtube: false
trackStuckThresholdMs: 10000
useSeekGhosting: true
youtubePlaylistLoadLimit: 6
youtubeSearchEnabled: true
# logging:
# file:
# path: ./logs/
# level:
# lavalink: INFO
# root: INFO
# logback:
# rollingpolicy:
# max-file-size: 1GB
# max-history: 30
# request:
# enabled: true
# includeClientInfo: true
# includeHeaders: false
# includePayload: true
# includeQueryString: true
# maxPayloadLength: 10000
metrics:
prometheus:
enabled: false
endpoint: /metrics
plugins:
lavasrc:
lyrics-sources:
deezer: false
spotify: false
youtube: false
providers:
- ytsearch:"%ISRC%"
- ytsearch:%QUERY%
sources:
applemusic: false
deezer: false
flowerytts: false
spotify: true
yandexmusic: false
youtube: true
spotify:
albumLoadLimit: 6
clientId: "client ID"
clientSecret: "client Secret"
countryCode: US
playlistLoadLimit: 6
youtube:
allowDirectPlaylistIds: true
allowDirectVideoIds: true
allowSearch: true
clientOptions:
ANDROID_MUSIC:
playback: false
playlistLoading: false
searching: false
videoLoading: true
MUSIC:
playback: false
playlistLoading: false
searching: true
videoLoading: false
TVHTML5EMBEDDED:
playback: true
playlistLoading: false
searching: false
videoLoading: true
WEB:
playback: false
playlistLoading: true
searching: true
videoLoading: false
WEBEMBEDDED:
playback: false
playlistLoading: false
searching: false
videoLoading: false
clients:
- MUSIC
- ANDROID_MUSIC
- WEB
- WEBEMBEDDED
- TVHTML5EMBEDDED
enabled: true
oauth:
enabled: true
# refreshToken: "enter token here"
skipInitialization: false
sentry:
dsn: ""
environment: ""
server:
address: 0.0.0.0
http2:
enabled: false
port: 2333
lavalink:
plugins:
- dependency: "com.github.topi314.lavasrc:lavasrc-plugin:4.3.0"
repository: "https://maven.lavalink.dev/releases"
snapshot: false
- dependency: "dev.lavalink.youtube:youtube-plugin:294d3c50380705fe8de585aabd960f612f79d083"
repository: "https://maven.lavalink.dev/snapshots"
snapshot: true
server:
bufferDurationMs: 400
filters:
channelMix: true
distortion: true
equalizer: true
karaoke: true
lowPass: true
rotation: true
timescale: true
tremolo: true
vibrato: true
volume: true
frameBufferDurationMs: 5000
gc-warnings: true
opusEncodingQuality: 10
password: YourMusicServerPassword!
playerUpdateInterval: 5
resamplingQuality: LOW
soundcloudSearchEnabled: true
sources:
bandcamp: true
http: true
local: false
nico: true
soundcloud: true
twitch: true
vimeo: true
youtube: false
trackStuckThresholdMs: 10000
useSeekGhosting: true
youtubePlaylistLoadLimit: 6
youtubeSearchEnabled: true
# logging:
# file:
# path: ./logs/
# level:
# lavalink: INFO
# root: INFO
# logback:
# rollingpolicy:
# max-file-size: 1GB
# max-history: 30
# request:
# enabled: true
# includeClientInfo: true
# includeHeaders: false
# includePayload: true
# includeQueryString: true
# maxPayloadLength: 10000
metrics:
prometheus:
enabled: false
endpoint: /metrics
plugins:
lavasrc:
lyrics-sources:
deezer: false
spotify: false
youtube: false
providers:
- ytsearch:"%ISRC%"
- ytsearch:%QUERY%
sources:
applemusic: false
deezer: false
flowerytts: false
spotify: true
yandexmusic: false
youtube: true
spotify:
albumLoadLimit: 6
clientId: "client ID"
clientSecret: "client Secret"
countryCode: US
playlistLoadLimit: 6
youtube:
allowDirectPlaylistIds: true
allowDirectVideoIds: true
allowSearch: true
clientOptions:
ANDROID_MUSIC:
playback: false
playlistLoading: false
searching: false
videoLoading: true
MUSIC:
playback: false
playlistLoading: false
searching: true
videoLoading: false
TVHTML5EMBEDDED:
playback: true
playlistLoading: false
searching: false
videoLoading: true
WEB:
playback: false
playlistLoading: true
searching: true
videoLoading: false
WEBEMBEDDED:
playback: false
playlistLoading: false
searching: false
videoLoading: false
clients:
- MUSIC
- ANDROID_MUSIC
- WEB
- WEBEMBEDDED
- TVHTML5EMBEDDED
enabled: true
oauth:
enabled: true
# refreshToken: "enter token here"
skipInitialization: false
sentry:
dsn: ""
environment: ""
server:
address: 0.0.0.0
http2:
enabled: false
port: 2333
try this application.yml, it will walk you through in lavalink how to get your refresh token. Once you get your refresh token, you can change the oauth part and restart lavalink:
oauth:
enabled: true
refreshToken: "token"
skipInitialization: true
oauth:
enabled: true
refreshToken: "token"
skipInitialization: true
I'd use a burner account though, don't sign in with your main gmail/youtube updated the yml to use the snapshot that's working atm, sorry forgot about that
dilshan_ka
dilshan_kaOPā€¢2w ago
Pls code update :hi:
dilshan_ka
dilshan_kaOPā€¢2w ago
@1Lucas1.apk
1Lucas1.apk
1Lucas1.apkā€¢2w ago
hi Use the official version they released
Solution
1Lucas1.apk
1Lucas1.apkā€¢2w ago

Did you find this page helpful?