Skip to content

Instantly share code, notes, and snippets.

@Lokilotus
Created August 12, 2022 10:44
Show Gist options
  • Save Lokilotus/88275c71492572bd8409ec159db645df to your computer and use it in GitHub Desktop.
Save Lokilotus/88275c71492572bd8409ec159db645df to your computer and use it in GitHub Desktop.
CurseForge Bot CMD log - Asynch Error 503
D:\CurseForge Update Bot>npm run bot
npm WARN config global `--global`, `--local` are deprecated. Use `--location=global` instead.
> curse-updates@0.1.0 bot
> node build/main.js
Logger Initialized
[12/08/2022_10:59:28] [INFO] curse_updates: Loading 7 util commands
[12/08/2022_10:59:28] [INFO] curse_updates: Loading 7 scheduling commands
[12/08/2022_10:59:28] [INFO] curse_updates: Database has been initialized!
[12/08/2022_10:59:29] [INFO] curse_updates: Logged in as Team G's CurseForge Helper#7844!
[12/08/2022_11:02:02] [INFO] curse_updates: Initializing guild config... : Grimoire Gaming
[12/08/2022_11:04:44] [WARN] curse_updates: ERROR: async command execution: 503
[12/08/2022_11:12:40] [WARN] curse_updates: ERROR: async command execution: 503
Terminate batch job (Y/N)? y
D:\CurseForge Update Bot>npm list
npm WARN config global `--global`, `--local` are deprecated. Use `--location=global` instead.
curse-updates@0.1.0 D:\CurseForge Update Bot
+-- @types/lokijs@1.5.5
+-- @types/node@14.17.7
+-- @types/ws@7.4.7
+-- @typescript-eslint/eslint-plugin@3.10.1
+-- @typescript-eslint/parser@3.10.1
+-- cloudscraper@4.6.0
+-- discord.js@12.5.3
+-- eslint@7.32.0
+-- lokijs@1.5.12
+-- mc-curseforge-api@2.2.3
+-- request@2.88.2
`-- typescript@3.9.10
D:\CurseForge Update Bot>npm run bot
npm WARN config global `--global`, `--local` are deprecated. Use `--location=global` instead.
> curse-updates@0.1.0 bot
> node build/main.js
Logger Initialized
[12/08/2022_11:29:06] [INFO] curse_updates: Loading 7 util commands
[12/08/2022_11:29:06] [INFO] curse_updates: Loading 7 scheduling commands
[12/08/2022_11:29:06] [INFO] curse_updates: Database has been initialized!
[12/08/2022_11:29:07] [INFO] curse_updates: Logged in as Team G's CurseForge Helper#7844!
[12/08/2022_11:29:27] [WARN] curse_updates: ERROR: async command execution: 503
[12/08/2022_11:31:51] [WARN] curse_updates: ERROR: async command execution: 503
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment