Nooxico
Nooxico
DHDistant Horizons
Created by Yukiharu on 4/30/2024 in #help-me
Game Crash (1.20.1, with "IDhApiShadowCullingFrustum")
Just tried the Dev builds available in #links-n-downloads and it works. My bad for speaking to quickly I just didn't know you meant unstable builds when you said update DH.
39 replies
DHDistant Horizons
Created by Yukiharu on 4/30/2024 in #help-me
Game Crash (1.20.1, with "IDhApiShadowCullingFrustum")
Well, i have the last version of Oculus and the last version of DH and it still crashes
39 replies
DHDistant Horizons
Created by Yukiharu on 4/30/2024 in #help-me
Game Crash (1.20.1, with "IDhApiShadowCullingFrustum")
When you say "Download Iris", you mean Oculus right? Cause i can't download iris on forge
39 replies
DHDistant Horizons
Created by Yukiharu on 4/30/2024 in #help-me
Game Crash (1.20.1, with "IDhApiShadowCullingFrustum")
Hello! I think i'm facing the same issue. Has this solved your problem?
39 replies
DIAdiscord.js - Imagine an app
Created by Nooxico on 9/22/2023 in #djs-questions
Editing a message gets slower with time
was ratelimit in discord js 13 but now it's ratelimited
38 replies
DIAdiscord.js - Imagine an app
Created by Nooxico on 9/22/2023 in #djs-questions
Editing a message gets slower with time
so everything works perfectly fine for 1 hour, but past that, it takes longer to send a request
38 replies
DIAdiscord.js - Imagine an app
Created by Nooxico on 9/22/2023 in #djs-questions
Editing a message gets slower with time
here are my logs after an hour
38 replies
DIAdiscord.js - Imagine an app
Created by Nooxico on 9/22/2023 in #djs-questions
Editing a message gets slower with time
OeDo 22/09/2023 16:31:04 > Update Controller message
OeDo> Updated message controller gui in 245ms
OeDo> Next call time 855ms
qFPt 22/09/2023 16:31:04 > Update Controller message
qFPt> Updated message controller gui in 235ms
qFPt> Next call time 865ms
ckCa 22/09/2023 16:31:05 > Update Controller message
ckCa> Updated message controller gui in 211ms
ckCa> Next call time 889ms
iRqG 22/09/2023 16:31:05 > Update Controller message
lH6V 22/09/2023 16:31:06 > Update Controller message
iRqG> Updated message controller gui in 4072ms
iRqG> Next call time 0ms
VrtY 22/09/2023 16:31:10 > Update Controller message
[WS => Shard 0] Heartbeat acknowledged, latency of 109ms.
lH6V> Updated message controller gui in 4167ms
lH6V> Next call time 0ms
7a8I 22/09/2023 16:31:10 > Update Controller message
VrtY> Updated message controller gui in 5290ms
VrtY> Next call time 0ms
rnkf 22/09/2023 16:31:15 > Update Controller message
7a8I> Updated message controller gui in 5132ms
7a8I> Next call time 0ms
E3fH 22/09/2023 16:31:16
OeDo 22/09/2023 16:31:04 > Update Controller message
OeDo> Updated message controller gui in 245ms
OeDo> Next call time 855ms
qFPt 22/09/2023 16:31:04 > Update Controller message
qFPt> Updated message controller gui in 235ms
qFPt> Next call time 865ms
ckCa 22/09/2023 16:31:05 > Update Controller message
ckCa> Updated message controller gui in 211ms
ckCa> Next call time 889ms
iRqG 22/09/2023 16:31:05 > Update Controller message
lH6V 22/09/2023 16:31:06 > Update Controller message
iRqG> Updated message controller gui in 4072ms
iRqG> Next call time 0ms
VrtY 22/09/2023 16:31:10 > Update Controller message
[WS => Shard 0] Heartbeat acknowledged, latency of 109ms.
lH6V> Updated message controller gui in 4167ms
lH6V> Next call time 0ms
7a8I 22/09/2023 16:31:10 > Update Controller message
VrtY> Updated message controller gui in 5290ms
VrtY> Next call time 0ms
rnkf 22/09/2023 16:31:15 > Update Controller message
7a8I> Updated message controller gui in 5132ms
7a8I> Next call time 0ms
E3fH 22/09/2023 16:31:16
38 replies
DIAdiscord.js - Imagine an app
Created by Nooxico on 9/22/2023 in #djs-questions
Editing a message gets slower with time
forgot that u said that
38 replies
DIAdiscord.js - Imagine an app
Created by Nooxico on 9/22/2023 in #djs-questions
Editing a message gets slower with time
ok gotchu sorry
38 replies
DIAdiscord.js - Imagine an app
Created by Nooxico on 9/22/2023 in #djs-questions
Editing a message gets slower with time
Do you know where i can find rate limit for each endpoint?
38 replies
DIAdiscord.js - Imagine an app
Created by Nooxico on 9/22/2023 in #djs-questions
Editing a message gets slower with time
xD
38 replies
DIAdiscord.js - Imagine an app
Created by Nooxico on 9/22/2023 in #djs-questions
Editing a message gets slower with time
it does, but the warn doesn't show up in my logs that's my problem, i can't fix the problem if i don't know what it is
38 replies
DIAdiscord.js - Imagine an app
Created by Nooxico on 9/22/2023 in #djs-questions
Editing a message gets slower with time
I used to have a "rate limited" warn. But with the 1.1 second delay i don't have it anymore
38 replies
DIAdiscord.js - Imagine an app
Created by Nooxico on 9/22/2023 in #djs-questions
Editing a message gets slower with time
im gonna try
38 replies
DIAdiscord.js - Imagine an app
Created by Nooxico on 9/22/2023 in #djs-questions
Editing a message gets slower with time
that's what i do to get logs :
client.rest.on("rateLimited", (r) => {
console.log(r)
})
client.rest.on("rateLimited", (r) => {
console.log(r)
})
38 replies
DIAdiscord.js - Imagine an app
Created by Nooxico on 9/22/2023 in #djs-questions
Editing a message gets slower with time
I've got logs, and there's not any warnings about rate limit
38 replies
DIAdiscord.js - Imagine an app
Created by Nooxico on 9/22/2023 in #djs-questions
Editing a message gets slower with time
From what i understand, the bot can send 5 request every 5 seconds
38 replies
DIAdiscord.js - Imagine an app
Created by Nooxico on 9/22/2023 in #djs-questions
Editing a message gets slower with time
i can't find it
38 replies
DIAdiscord.js - Imagine an app
Created by Nooxico on 9/22/2023 in #djs-questions
Editing a message gets slower with time
do you have a detailed explanation of what the rate limit is??
38 replies