Bloxs
Bloxs
Explore posts from servers
DDeno
Created by SabaMazmishvili on 5/3/2024 in #help
I cant install deno by running this command: curl -fsSL https://deno.land/install.sh | sh
Deno installed properly, you probably didn’t add the 2 export lines to your .bashrc or similar and thus think that deno didn’t install since the command doesn’t work
12 replies
DFDimensional Fun
Created by viztea on 8/5/2023 in #lavaclient
Project Discussion
probably better than mine
156 replies
DFDimensional Fun
Created by viztea on 8/5/2023 in #lavaclient
Project Discussion
you guys have it easy with pre made queue plugins, I had to make my own bad queue system
156 replies
DFDimensional Fun
Created by Bloxs on 2/24/2024 in #lavaclient
Error: Unexpected server response: 200
I presume it most likely is because of the fact types say otherwise
29 replies
DFDimensional Fun
Created by Bloxs on 2/24/2024 in #lavaclient
Error: Unexpected server response: 200
No description
29 replies
DFDimensional Fun
Created by viztea on 8/5/2023 in #lavaclient
Project Discussion
all of those errors are now fixed, now I just need to fix my play cmd as everythings broken :SadCat2:
156 replies
DFDimensional Fun
Created by Bloxs on 2/24/2024 in #lavaclient
Error: Unexpected server response: 200
No description
29 replies
DFDimensional Fun
Created by Bloxs on 2/24/2024 in #lavaclient
Error: Unexpected server response: 200
as I've never tried it
29 replies
DFDimensional Fun
Created by Bloxs on 2/24/2024 in #lavaclient
Error: Unexpected server response: 200
for new projects using smth like dnt would probably be the play but I don't know how viable that would be
29 replies
DFDimensional Fun
Created by Bloxs on 2/24/2024 in #lavaclient
Error: Unexpected server response: 200
It's preferred to use native deno packages but the support has gotten good enough to where most packages work
29 replies
DFDimensional Fun
Created by Bloxs on 2/24/2024 in #lavaclient
Error: Unexpected server response: 200
No description
29 replies
DFDimensional Fun
Created by Bloxs on 2/24/2024 in #lavaclient
Error: Unexpected server response: 200
ah
29 replies
DFDimensional Fun
Created by Bloxs on 10/9/2022 in #lavaclient
Any way to reconnect when node restarts
ty
38 replies
DFDimensional Fun
Created by Bloxs on 10/9/2022 in #lavaclient
Any way to reconnect when node restarts
seems kinda dumb though that even with the web standard there's no official way to add headers
38 replies
DFDimensional Fun
Created by Bloxs on 10/9/2022 in #lavaclient
Any way to reconnect when node restarts
apparently if all you're using headers for is auth then you can do var ws = new WebSocket("ws://username:password@example.com/service"); or var ws = new WebSocket("ws://my_token@example.com/service");
38 replies
DFDimensional Fun
Created by Bloxs on 10/9/2022 in #lavaclient
Any way to reconnect when node restarts
it's been a mess, I may investigate websocketsteam one day as socketio is a library I used a ton and having an alt for deno would be nice
38 replies
DFDimensional Fun
Created by Bloxs on 10/9/2022 in #lavaclient
Any way to reconnect when node restarts
there's other solutions but they either don't work or have conflicting docs (references code that doesn't exist in the library)
38 replies
DFDimensional Fun
Created by Bloxs on 10/9/2022 in #lavaclient
Any way to reconnect when node restarts
Sockets don't seem to be getting much attention in deno as a whole, pogsockets was the only working one I could find that actually somewhat worked
38 replies
DFDimensional Fun
Created by Bloxs on 10/9/2022 in #lavaclient
Any way to reconnect when node restarts
The Websocketstream api supports headers, although that's probably gonna take more work to implement than just writing a custom socket wrapper
38 replies
DFDimensional Fun
Created by Bloxs on 10/9/2022 in #lavaclient
Any way to reconnect when node restarts
iirc they replaced it with a upgradeWebsocket method on the Deno namespace where you provide a http request, it's a bit jank though
38 replies