Dimensional Fun

DF

Dimensional Fun

Join the community to ask questions about Dimensional Fun and get answers from other members.

Join
EElon4/9/2024

some problems with queue

i'm struggling with the new version
JJackW254/3/2024

Some Problems Migrating to v5

Hey all, sorry this is probably a very stupid post, I haven’t touched this in over a year and I learned about Lavalink v4 and Lavaclient v5 being released After getting errors with searches returning 400 errors and whatnot, I decided to migrate my discord bot from Lavalink v3 and Lavaclient v4. I’ve come into many problems with this migration but I had a few I wasn’t sure about and I didn’t find any documentation for migrating. ...
Rredbuls81.py3/16/2024

LavalinkHTTPError: Unable to validate JSON response

```LavalinkHTTPError: Unable to validate JSON response at C:\Users\hamit\OneDrive\Belgeler\GitHub\stade-discord-bot-v14\node_modules\lavalink-api-client\dist\endpoint\factory.js:72:19 at process.processTicksAndRejections (node:internal/process/task_queues:95:5) ... 3 lines matching cause stack trace ... at async module.exports (C:\Users\hamit\OneDrive\Belgeler\GitHub\stade-discord-bot-v14\src\events\interactions\interactionCreate.js:18:5) {...
Rredbuls81.py3/16/2024

loadSearch is not a function

@lavaclient/plugin-lavasearch has esm support but I can't use the loadSearch function : interactionRun: guild.client.music.api.loadSearch is not a function
Solution:
released 1.0.1
Rredbuls81.py3/12/2024

Error: TypeError [ERR_HTTP_INVALID_HEADER_VALUE]

Hello, I encountered this error while migrating to the new version of lavaclient.
TypeError [ERR_HTTP_INVALID_HEADER_VALUE]: Invalid value "undefined" for header "Authorization"
at ClientRequest.setHeader (node:_http_outgoing:655:3)
at new ClientRequest (node:_http_client:286:14)
at request (node:http:101:10)
at initAsClient
TypeError [ERR_HTTP_INVALID_HEADER_VALUE]: Invalid value "undefined" for header "Authorization"
at ClientRequest.setHeader (node:_http_outgoing:655:3)
at new ClientRequest (node:_http_client:286:14)
at request (node:http:101:10)
at initAsClient
...
BBloxs2/24/2024

Error: Unexpected server response: 200

When using lavaclient via deno's npm support (I was using lavadeno but that isn't updated to lavalink 4) with a lavalink 4 node I get the following error: ``` Error: Error: Unexpected server response: 200 at Connection._onerror (file:///home/blocks/.cache/deno/npm/registry.npmjs.org/lavaclient/4.1.1/dist/lib/node/Connection.js:145:33) at callListener (file:///home/blocks/.cache/deno/npm/registry.npmjs.org/ws/8.16.0/lib/event-target.js:290:14)...
HHaruAjsuru1/13/2024

play localfile using lavaclient

I want to ask that is it possible to play localfile using lavaclient (since my bot already integrated lavaclient and adding native discord voice js will make more unnecessary complicates) I already done some research and I think that lavaplayer already supported playing localfile but I am not sure how to use that function though lavaclient Also I want to ask if it possible to play music through buffer...
ZZer0Two12/28/2023

Search Exception: Unknown file format.

Im using "@lavaclient/spotify" and using this as configuration ```javascript client: { id: process.env.SPOTIFY_CLIENT_ID, secret: process.env.SPOTIFY_CLIENT_SECRET,...
ZZer0Two12/28/2023

Having an issue with my own Pterodactyl Egg but don't know a fix

Im using my own lavalink server and when i try making a request is empty and 404 trying to do myip:2333 im presented with This application has no explicit mapping for /error, so you are seeing this as a fallback. Thu Dec 28 08:14:22 CET 2023...
EEqzs-Laptop.local12/4/2023

Play music from other sources

hello I would like to know if there is a way to play music from other sources that are not in the lavasrc, skybot plugin using lavaclient....
NNaseem12/1/2023

ReferenceError: sendWithDiscordLib is not defined

I am getting this error: ```Uncaught Promise Rejection ReferenceError: sendWithDiscordLib is not defined at Node.sendGatewayPayload (C:\Users\nasee\Desktop\projects\yuki\src\index.js:41:42) at Player.connect (C:\Users\nasee\Desktop\projects\yuki\node_modules\lavaclient\dist\lib\Player.js:49:19) at Object.run (C:\Users\nasee\Desktop\projects\yuki\src\slashCommands\music\play.js:14:10)...
PPragati11/20/2023

Trying to make a command

can someone tell me how to make a simple autoplay command using lavaclient?
Vviztea8/5/2023

Project Discussion

A thread for discussing #lavaclient & related stufff
NNaseem7/28/2023

Error: Unexpected server response: 404

Hey I have downloaded the newest java to be able to use lavasrc but since then lavaclient isn't working anymore.
Llickm36/7/2023

Nodes

Hello. Iam new in lavaclient and I propably dont really undersnatd one of important parts of the lib. What should I do here in nodes? ```typescript const lavaclient = new Cluster({...
Llickm36/6/2023

nodeTrackStart and nodeQueueFinish is not assignable to parameter of type 'keyof ClusterEvents'.

Hello. Iam developing discord music bot and I have problem with handler.
Aasszx5/2/2023

the bot keeps disconnecting while playing

if I play a song after a while it get skipped or the bot disconnect in the middle of the song, even if there is a queue the bot skips the songs and disconnect !
Aasszx4/28/2023

can you set the volume by default.

when you create player for the first time using /play command for example is there's anyway to set the volume there like if i want it 20% is it player.connect(member.voice.channel.id, { deafened: true, volume: 20 }); or what?...
Mmax12/5/2022

Difference between pause(false) and resume()

What's the difference between pause(false) and resume()?
BBloxs10/9/2022

Any way to reconnect when node restarts

I'm currently using the reconnect: { basic: whatever } property in my nodes. While this works whenever the node requests a websocket reconnect it doesn't attempt to reconnect whenever the node is restarting
Next