Glitch project tools spinner does not stop loading

im trying to make a twitter -> discord bot, using the discord.js and request packages, but it can’t handle the request part. i noticed the small ball kept on spinning and started hashing out the code to get it to stop spinning, but it continued. my entire code is now commented out and it still spins. any ideas?

Glitch “spins” from when the project restarts (because a file changed, for example) to when the project opens a port (usually, a web server port). So if your project is not a web site then it might be working fine while also continuously “spinning”.

Hope this helps,

Johnicholas

1 Like

yes, this helped and now it seems to work again
thank you :smiley: