54 Replies
quickest-silver
quickest-silverOP•2y ago
@1Lucas1.apk
1Lucas1.apk
1Lucas1.apk•2y ago
Hello
quickest-silver
quickest-silverOP•2y ago
hi, i'm trying to get the requester of the track but it returns null
1Lucas1.apk
1Lucas1.apk•2y ago
To set the requester before adding the track you have to do the following track.setRequester(user)
quickest-silver
quickest-silverOP•2y ago
yeah i tried that but still return null on trackStart event
No description
MEE6
MEE6•2y ago
GG @Louis, you just advanced to level 1!
quickest-silver
quickest-silverOP•2y ago
tried to do track.requester = user but the requester field still returns null
1Lucas1.apk
1Lucas1.apk•2y ago
Are you testing using playlist?
quickest-silver
quickest-silverOP•2y ago
yeah
1Lucas1.apk
1Lucas1.apk•2y ago
Too bad I can't test it now 😦 I'm redoing the entire package Have you tried putting console.log(track) to see if the property is assigned?
quickest-silver
quickest-silverOP•2y ago
yeah, the result is the same with the first image on the top
1Lucas1.apk
1Lucas1.apk•2y ago
for (const track of result.tracks) { track.setRequester(interaction.user) console.log(track)
quickest-silver
quickest-silverOP•2y ago
this returns the user, but in the event it doesnt
1Lucas1.apk
1Lucas1.apk•2y ago
Which version are you using?
quickest-silver
quickest-silverOP•2y ago
2.16.60
quickest-silver
quickest-silverOP•2y ago
also sometime the player playing the random song that's not added to the queue (loadType is search)
No description
1Lucas1.apk
1Lucas1.apk•2y ago
This removes the autoPlay parameter, or set false
quickest-silver
quickest-silverOP•2y ago
removed it before
quickest-silver
quickest-silverOP•2y ago
No description
1Lucas1.apk
1Lucas1.apk•2y ago
It does not have?
quickest-silver
quickest-silverOP•2y ago
yeah may it's playing the old queue from the db?
1Lucas1.apk
1Lucas1.apk•2y ago
Put the parameter and set it to false It deletes the jsons when restarting Try putting a log in console.log(player.current)
quickest-silver
quickest-silverOP•2y ago
same with track
quickest-silver
quickest-silverOP•2y ago
No description
1Lucas1.apk
1Lucas1.apk•2y ago
Yes
quickest-silver
quickest-silverOP•2y ago
the bot still in the vc after restart
1Lucas1.apk
1Lucas1.apk•2y ago
There is a parameter in moonlink, to continue playing and resume the connection with lavalink and continue the process
quickest-silver
quickest-silverOP•2y ago
oh jeez
1Lucas1.apk
1Lucas1.apk•2y ago
In MoonlinkManager there is the resume parameter
MEE6
MEE6•2y ago
GG @Louis, you just advanced to level 2!
1Lucas1.apk
1Lucas1.apk•2y ago
You remove it to deactivate
quickest-silver
quickest-silverOP•2y ago
is it true by default?
1Lucas1.apk
1Lucas1.apk•2y ago
No What version of nodejs are you using?
quickest-silver
quickest-silverOP•2y ago
No description
quickest-silver
quickest-silverOP•2y ago
latest lts 20.10.0
1Lucas1.apk
1Lucas1.apk•2y ago
The problem with setting the track, I will fix it using the lavalink parameter
quickest-silver
quickest-silverOP•2y ago
v2 seems to have a lot of bugs jeez
1Lucas1.apk
1Lucas1.apk•2y ago
That's why I'm doing it 🤭
quickest-silver
quickest-silverOP•2y ago
nvm i still love how this package works just some buggy
1Lucas1.apk
1Lucas1.apk•2y ago
I don't know if it's from NodeJs but in v18 it works fine For me it works well in this version, I don't know in others
quickest-silver
quickest-silverOP•2y ago
don't think so, i'm currently building a lavalink package too but still need more time to finish it if nodejs version, it's only happend when they are using the lower version not higher
1Lucas1.apk
1Lucas1.apk•2y ago
But there may be other factors
quickest-silver
quickest-silverOP•2y ago
yeah, i think you should not edit the response data with custom structure, just keep it like how lavalink docs said still better if the lib docs are not complete 100%
1Lucas1.apk
1Lucas1.apk•2y ago
I leave it like this to keep the package working as best as possible. Instead of the package working with different data, treating everything in the same way Save lines
quickest-silver
quickest-silverOP•2y ago
just make it simply and based on 100% rest api easier when debugging and upgrade the code yeah, just complete the lavalink thing first, then add the features
1Lucas1.apk
1Lucas1.apk•2y ago
I didn't understand anything you were saying
quickest-silver
quickest-silverOP•2y ago
.-. I mean you should make it 100% api based first, don't try to change the structure or anything. Once you've done that, then continue adding features to your library
1Lucas1.apk
1Lucas1.apk•2y ago
I plan to keep it that way 🙂
quickest-silver
quickest-silverOP•2y ago
Goodluck then
1Lucas1.apk
1Lucas1.apk•2y ago
No description
1Lucas1.apk
1Lucas1.apk•2y ago
It's not the problem with the package, it's working correctly Look man, I'm not going to change the shape of the package because just one user didn't like the way it handles the data I like it this way, it helps other users to deploy their music bot more conveniently Instead of complexity
quickest-silver
quickest-silverOP•2y ago
can i see the console.log part of the trackStart?
MEE6
MEE6•2y ago
GG @Louis, you just advanced to level 3!
1Lucas1.apk
1Lucas1.apk•2y ago
Yes

Did you find this page helpful?