Bot Mhann
Explore posts from serversDIAdiscord.js - Imagine an app
•Created by Bot Mhann on 3/11/2025 in #djs-questions
Cache Updating

8 replies
CDCloudflare Developers
•Created by Bot Mhann on 3/5/2025 in #general-help
Cloudflare Tunnel
I have cloudflare tunnel that I manage through the cloudflare (Zero Trust) website. This tunnel is mainly used to allow access to my server which hosts a website along with an API. What ports / protocols needs to be allowed for the tunnel to work with a VPS like an AWS EC2 instance? I can get the tunnel to work, but only if I allow all traffic and all protocols in my security group. Thanks!
4 replies
CDCloudflare Developers
•Created by Bot Mhann on 3/2/2025 in #general-help
Exclude IP Address in Warp
I am attempting to run the following command in Ununtu:
warp-cli tunnel ip add 173.245.48.0/20
I however am getting: error: invalid value '173.245.48.0/20' for '<ADDRESS>': invalid IP address syntax
What is the proper way to issue this command? Thanks!
1 replies
CDCloudflare Developers
•Created by Bot Mhann on 3/1/2025 in #general-help
Try to configure AAAA DNS record.
I am trying to setup a AAAA record on Cloudflare website to point to my v6 IP. This server has no public v4 IP. Previously, I was using a cloudflared tunnel with a cname record and I was able to connect my server, but I am trying to bypass using the cloudflared tunnel. The server I am trying to connect to is running Warp as well. I have tried proxied / non proxied AAAA record, but just can't seem to get it to work. Any thoughts?
2 replies
CDCloudflare Developers
•Created by Bot Mhann on 12/10/2024 in #general-help
Issue With Cloudflared Tunnel
I have a cloudflared tunnel that was running healthy for just shy of 2 days. I run warp but have excluded all the domains I believe I need to (see pic below). The status is now appearing as degraded. I have included my logs below. It seems to keep retrying, but to no avail. Any suggestions as to what I could try?
2 replies
CDCloudflare Developers
•Created by Bot Mhann on 12/5/2024 in #general-help
Cloudflared Tunnel Loosing Connection
I have an AWS system running a Cloudflared tunnel. I am also running WARP. The Cloudflared tunnel has worked fine for the past 5 days, but then approximately 12 hours ago it went down and I noticed this in my logs:
This has happened before and running
sudo systemctl restart cloudflared
always seems to fix the issue. Does anyone know why this might be happening and what I can try to avoid it? Also, is there some way I can auto restart if my system gets in this state? Thanks for any help!3 replies
CDCloudflare Developers
•Created by Bot Mhann on 9/15/2024 in #general-help
Warp Logs
How do I decrease the logging done by cloudflare Warp? I'd like to turn off all debug logs so it is not spamming syslog. Thanks!
1 replies
CDCloudflare Developers
•Created by Bot Mhann on 5/21/2024 in #general-help
Warning with Split Tunnel
I am using coudflare warp (warp-cli) on Ubuntu. I recently added a URL to my exclude list. SInce doing that, I am now getting thousands of these:
Can anyone explain what I need to do to fix this? Thank you!
5 replies
CDCloudflare Developers
•Created by Bot Mhann on 5/18/2024 in #general-help
Warp CLI mode question.
I have the following options for mode in warp CLI: [possible values: warp, doh, warp+doh, dot, warp+dot, proxy, tunnel_only]
I am using warp on my AWS EC2 instance to host a discord bot. The instance only has an IPv6, and to work with Discord it needs IPv4. The current mode is warp. Is this the best mode for what I am doing?
7 replies
CDCloudflare Developers
•Created by Bot Mhann on 3/24/2024 in #general-help
Bypass WARP
Is it possible to have all traffic from a Docker container bypass WARP (running on Ubuntu)? WARP is running on the host machine. I need to keep WARP running non containerized on the host machine. Thanks!
1 replies
CDCloudflare Developers
•Created by Bot Mhann on 3/18/2024 in #general-help
Cloudfarw WARP
I am running WARP on my AWS EC2 instance. Is there a way that I can have certain traffic not go through the WARP tunnel? I make certain calls to various APIs from within a Discord bot and would like to avoid using the tunnel if possible for these calls. Thank you.
6 replies
CDCloudflare Developers
•Created by Bot Mhann on 3/12/2024 in #general-help
Cloudflare WARP question
I'm running a discord bot on an AWS EC2 instance. I am using node redis locally for caching. After enabling WARP, I am getting several connection timeout errors with Redis when I launch. Usually after about 1 - 2 minutes the errors stop and it finally connects. I tried increasing the time out to 15 seconds and the errors are still occurring. Is there anything in WARP I can check/set to troubleshoot this? Thanks!
7 replies
DIAdiscord.js - Imagine an app
•Created by Bot Mhann on 1/30/2023 in #djs-questions
Changing waitGuildTime in Client Options
I have 2 guilds that were "soft deleted" by Discord and are unavailable and trigger the guildDelete event every time my bot starts. This causes a 15 second delay upon bot start due to waitGuildTimeout waiting 15 seconds. WaitGuildTimeout "is the time in milliseconds that clients with the GatewayIntentBits.Guilds gateway intent should wait for missing guilds to be received before being ready." Is there a way I can have the "missing guilds" list only be populated with guilds that are "available?" I'm not sure changing the default wait time is the best solution due to other unintended consequences. Thanks!
17 replies
DIAdiscord.js - Imagine an app
•Created by Bot Mhann on 1/29/2023 in #djs-questions
GuildDelete Event Triggering Every Time Bot Starts.
I'm having strange behavior where my guildDelete event is being triggered every time I start my bot. The available status of the guilds triggering this event is false. I created a statement to return whenever available is false. However, there seems to be a delay (of about 15 seconds) ever since the guildDelete event has started triggering when my bot starts. I rolled my code back 3 months and the issue is still happening, so I don't believe it is code related as the issue wasn't happening 3 months ago. Does anyone have any idea what may be going on? I appreciate any help.
2 replies