Niterux
Niterux
DDeno
Created by Char on 12/15/2024 in #help
Linux Zip Compression From CLI
@Char do you have zip installed and in the PATH?
6 replies
DDeno
Created by Char on 12/15/2024 in #help
Linux Zip Compression From CLI
6 replies
DDeno
Created by Char on 12/15/2024 in #help
Linux Zip Compression From CLI
6 replies
DDeno
Created by Char on 12/15/2024 in #help
Linux Zip Compression From CLI
Seems like it requires the Linux application "zip" to be installed, do you have it installed and in the PATH?
6 replies
DDeno
Created by Niterux on 12/12/2024 in #help
An existing connection was forcibly closed by the remote host
7 replies
DDeno
Created by Niterux on 12/12/2024 in #help
An existing connection was forcibly closed by the remote host
I intentionally lagged the game by running "snd_restart" like 10 times at once (which restarts the audio system which causes a lot of lag) and then writing to the console output myself to cause the alltalk code to be triggered which then again triggered the VLC fetch error
7 replies
DDeno
Created by Niterux on 12/12/2024 in #help
An existing connection was forcibly closed by the remote host
I've found a potential lead, it seems to happen when the rcon response takes a long time to come through... but why would it be, does receiving the rcon response somehow cancel VLC's response?
7 replies
DDeno
Created by Niterux on 12/12/2024 in #help
An existing connection was forcibly closed by the remote host
the only real explanations I could come up with is that it's either a Deno bug or some sort of Windows limitation (though I don't see why Windows would be limited in this way) someone please shed light on this so I can find a solution
7 replies
DDeno
Created by Niterux on 12/12/2024 in #help
An existing connection was forcibly closed by the remote host
yeah it seems to be crashing because of my alltalk code but I have no idea why, that code interracts with Team Fortress 2 which a completely different completely unrelated program to VLC Media Player which shares no resources with it, what is happening. when I comment out line 107 the crashes just... stop?? but why??? this gotta be a Deno bug right or am I going crazy (and btw the request that fails isn't always related to forcepause so it's DEFINITELY not because of alltalk directly...)
7 replies
DDeno
Created by Niterux on 12/12/2024 in #help
An existing connection was forcibly closed by the remote host
it seems like it might have something to do with the alltalk code I added but that doesn't interact with VLC at all so... ?????
7 replies
DDeno
Created by jordanreger on 11/6/2022 in #help
split error when using std toml
so im guessing this error probably happens when its not given valid toml text
4 replies
DDeno
Created by jordanreger on 11/6/2022 in #help
split error when using std toml
oh wait nvm im dummy i was accidentally calling decode instead of decoder.decode
4 replies
DDeno
Created by jordanreger on 11/6/2022 in #help
split error when using std toml
No description
4 replies
DDeno
Created by Niterux on 11/29/2024 in #help
How do I make Deno run code when it is closed out on Windows
Is there any way to make it so that Deno runs some code when its closed like this?
4 replies
DDeno
Created by wedmaniac on 11/30/2024 in #help
Parsing a fetch response resulting number turning into NaN
other than that maybe the json parser has a bug in it
16 replies
DDeno
Created by wedmaniac on 11/30/2024 in #help
Parsing a fetch response resulting number turning into NaN
16 replies
DDeno
Created by wedmaniac on 11/30/2024 in #help
Parsing a fetch response resulting number turning into NaN
i might be a little obtuse but have you tried just directly using await response.json()
16 replies
DDeno
Created by Niterux on 11/28/2024 in #help
Questions about files and what happens when other programs writes to them
yeah i dont think that works
56 replies
DDeno
Created by Niterux on 11/28/2024 in #help
Questions about files and what happens when other programs writes to them
the close was just the example I was wondering if I could leave the file open so I could continue reading it later when it's modified instead of opening and closing it again
56 replies
DDeno
Created by Niterux on 11/28/2024 in #help
Questions about files and what happens when other programs writes to them
how do I prevent this
56 replies