mirror of
https://github.com/stoatchat/javascript-client-sdk.git
synced 2026-07-20 20:16:06 -04:00
bug: unable to start bot #41
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @nogegg on GitHub (Feb 9, 2026).
What happened?
Looked into porting my discord bot's code to Revolt/Stoat today but I haven't been able to launch even the template code provided in the readme:
The following error appears if I try to launch it:
I've made sure that my Node JS version exceeds the one required and that it was running in ES module mode with no luck
@nogegg commented on GitHub (Feb 10, 2026):
Did more troubleshooting today and found that I can launch it (after changing my DNS settings) from my phone hotspot, and also found out I can't access any of Stoat's developer documentation outside of it either, so I'm pretty sure this is a Comcast problem and not a Stoat problem
@DeclanChidlow commented on GitHub (Feb 10, 2026):
Yeah, unfortunately a lot of ISPs and telcos are blocking us. We're working to get whitelisted with them. Glad you managed to get it sorted.