Continuously loading, confusing error messages

Hey, any idea why this is continuously loading: project is called sockbot (apparently i cant post the link?)

There’s errors that say “SyntaxError: missing ) after argument list” but I think they’re red herrings.

Zac

Running it from the command line tool seems to work

Glitch projects sleep after 5 mins (see https://glitch.com/faq#restrictions). If you want to run something every hour, as it looks like you do, then I suggest including an Express server and using a web cron service or uptime monitoring service to hit an endpoint each hour to wake and trigger the bot. Having that will stop the persistent loading issue too.

Cool, will do thanks for the info