pkdev08
pkdev08
**Update:** doc page images seem to be embedding now, but the favicon still does not appear to be fixed/update in google search even after recrawl
Fixed in https://github.com/GitbookIO/gitbook/pull/3191
This happens on the initial boot up. If a shard closes and attempts to resume, but becomes marked as ready after the final shard (shard 70), then the ready event...
> I would be interested to see all logs for that shard 68 that happened before those you showed too. Because it’s rather weird to have a resume happening that...
> Where does that `readyShards` number and the other two values come from? Because it‘s not a djs internal. How did you define their values? So I can trace what...
> There's something missing in the information you provide us with here. Would help if your log there also included `client.ws.shards.size` and `client.ws.totalShards` or maybe even `client.ws.shards.map(s => s.status)`. I'm...
> Can you send your client options here too? ```js const client = new Client({ shards: 'auto', rest: { retries: 0, rejectOnRateLimit: (rateLimitData) => { return rateLimitData.route.endsWith('/emojis'); } }, makeCache:...
> Do you have any other code that uses `Client#ws` apart from the logs you showed here already? Nope. I did reboot the bot several times within a short window...
For some reason I got this error for the first time on my VPS, but when I use the same credentials to login on the browser or if I run...
> > For some reason I got this error for the first time on my VPS, but when I use the same credentials to login on the browser or if...