ElJay
ElJay
DIAdiscord.js - Imagine an app
Created by ElJay on 3/17/2025 in #djs-questions
Which errors does discord.js handle and which does it let bubble up?
and the issue i saw originally where it continues after finding an error is still there actually
128 replies
DIAdiscord.js - Imagine an app
Created by ElJay on 3/17/2025 in #djs-questions
Which errors does discord.js handle and which does it let bubble up?
or actually I was wrong about the code being bugged (although it probably shouldn't treat Z_NEED_DICT the same?), my mind is frazzled after all of this. but the error being very lackluster is still true
128 replies
DIAdiscord.js - Imagine an app
Created by ElJay on 3/17/2025 in #djs-questions
Which errors does discord.js handle and which does it let bubble up?
make the errors as similar as possible between the two
128 replies
DIAdiscord.js - Imagine an app
Created by ElJay on 3/17/2025 in #djs-questions
Which errors does discord.js handle and which does it let bubble up?
I guess actually should really go with that for the error
128 replies
DIAdiscord.js - Imagine an app
Created by ElJay on 3/17/2025 in #djs-questions
Which errors does discord.js handle and which does it let bubble up?
had to find out on stackoverflow that it should look like this
errno: -5,
code: 'Z_BUF_ERROR'
errno: -5,
code: 'Z_BUF_ERROR'
128 replies
DIAdiscord.js - Imagine an app
Created by ElJay on 3/17/2025 in #djs-questions
Which errors does discord.js handle and which does it let bubble up?
because there's zero documentation on the errors thrown by the nodejs zlib package either
128 replies
DIAdiscord.js - Imagine an app
Created by ElJay on 3/17/2025 in #djs-questions
Which errors does discord.js handle and which does it let bubble up?
No description
128 replies
DIAdiscord.js - Imagine an app
Created by ElJay on 3/17/2025 in #djs-questions
Which errors does discord.js handle and which does it let bubble up?
It's also very annoying how bad nodejs docs on zlib are
128 replies
DIAdiscord.js - Imagine an app
Created by ElJay on 3/17/2025 in #djs-questions
Which errors does discord.js handle and which does it let bubble up?
yea
128 replies
DIAdiscord.js - Imagine an app
Created by ElJay on 3/17/2025 in #djs-questions
Which errors does discord.js handle and which does it let bubble up?
add a "ZLIB" prefix to the message instead of the error code being a prefix like it is now? idk
128 replies
DIAdiscord.js - Imagine an app
Created by ElJay on 3/17/2025 in #djs-questions
Which errors does discord.js handle and which does it let bubble up?
obviously put the code in error.code but that alone doesn't make it clear that an error is from zlib, it's just an integer?
128 replies
DIAdiscord.js - Imagine an app
Created by ElJay on 3/17/2025 in #djs-questions
Which errors does discord.js handle and which does it let bubble up?
yea the question becomes the best way to do that though
128 replies
DIAdiscord.js - Imagine an app
Created by ElJay on 3/17/2025 in #djs-questions
Which errors does discord.js handle and which does it let bubble up?
oh I thought you were saying that if it was actually bugged it would've been caught by now
128 replies
DIAdiscord.js - Imagine an app
Created by ElJay on 3/17/2025 in #djs-questions
Which errors does discord.js handle and which does it let bubble up?
No description
128 replies
DIAdiscord.js - Imagine an app
Created by ElJay on 3/17/2025 in #djs-questions
Which errors does discord.js handle and which does it let bubble up?
because that's all i truly need to know, i don't need to understand how zlib works or every individual error that can occur
128 replies
DIAdiscord.js - Imagine an app
Created by ElJay on 3/17/2025 in #djs-questions
Which errors does discord.js handle and which does it let bubble up?
right now I'm mostly interested in figuring out how to tell that an error is from zlib
128 replies
DIAdiscord.js - Imagine an app
Created by ElJay on 3/17/2025 in #djs-questions
Which errors does discord.js handle and which does it let bubble up?
ahhh that makes a lot more sense
128 replies
DIAdiscord.js - Imagine an app
Created by ElJay on 3/17/2025 in #djs-questions
Which errors does discord.js handle and which does it let bubble up?
No description
128 replies
DIAdiscord.js - Imagine an app
Created by ElJay on 3/17/2025 in #djs-questions
Which errors does discord.js handle and which does it let bubble up?
i guess it makes sense when you said you've never heard of someone getting a zlib error here that the code would have mistakes that weren't found? or I'm reading it wrong which is also very possible
128 replies
DIAdiscord.js - Imagine an app
Created by ElJay on 3/17/2025 in #djs-questions
Which errors does discord.js handle and which does it let bubble up?
because the error numbers are negative, which get converted into true
128 replies