Description
node:internal/url:814
const href = bindingUrl.parse(input, base, raiseException);
^
TypeError: Invalid URL
at new URL (node:internal/url:814:29)
at parseURL (C:\Users\seank\Documents\GitHub\ShaDragonBot\node_modules\undici\lib\core\util.js:49:11)
at Object.parseOrigin (C:\Users\seank\Documents\GitHub\ShaDragonBot\node_modules\undici\lib\core\util.js:115:9)
at new Pool (C:\Users\seank\Documents\GitHub\ShaDragonBot\node_modules\undici\lib\pool.js:70:23)
at new Node (C:\Users\seank\Documents\GitHub\ShaDragonBot\node_modules\erela.js\dist\structures\Node.js:91:21)
at new Manager (C:\Users\seank\Documents\GitHub\ShaDragonBot\node_modules\erela.js\dist\structures\Manager.js:108:17)
at Object. (C:\Users\seank\Documents\GitHub\ShaDragonBot\src\bot.js:57:21)
at Module._compile (node:internal/modules/cjs/loader:1434:14)
at Module._extensions..js (node:internal/modules/cjs/loader:1518:10)
at Module.load (node:internal/modules/cjs/loader:1249:32) {
code: 'ERR_INVALID_URL',
input: 'http://node2.catfein.com:40046:40046'
}
Node.js v22.2.0
C:\Users\seank\Documents\GitHub\ShaDragonBot\node_modules\discord.js\src\sharding\Shard.js:178
reject(new DiscordjsError(ErrorCodes.ShardingReadyDied, this.id));
^
Error [ShardingReadyDied]: Shard 0's process exited before its Client became ready.
at Shard.onDeath (C:\Users\seank\Documents\GitHub\ShaDragonBot\node_modules\discord.js\src\sharding\Shard.js:178:16)
at Object.onceWrapper (node:events:635:26)
at Shard.emit (node:events:532:35)
at Shard._handleExit (C:\Users\seank\Documents\GitHub\ShaDragonBot\node_modules\discord.js\src\sharding\Shard.js:439:10)
at ChildProcess.emit (node:events:520:28)
at ChildProcess._handle.onexit (node:internal/child_process:294:12) {
code: 'ShardingReadyDied'
}
Node.js v22.2.0