-
-
Notifications
You must be signed in to change notification settings - Fork 135
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hi how to fix this error please. #194
Comments
Can you tell when that error happen? |
USING AUDIT LOGS FOR 789540673593409577 IN 384522579379224578 bot is running good but after 2 hours or more i get that error and sometimes it broke the bot also how to fix this "url": "GET:/guilds/:id/members/null", why im getting error ? what is this |
if i use your repo will those error gone? |
idk. Maybe |
Sounds like something changed maybe check what dependencies have changed and if updating/downgrading helps. |
DISCORD ERROR: TypeError: this.ws.removeEventListener is not a function
at Shard.disconnect (C:\Users\Administrator\Desktop\invite-manager-bot-master\node_modules\eris\lib\gateway\Shard.js
:99:21)
at Shard.onPacket (C:\Users\Administrator\Desktop\invite-manager-bot-master\node_modules\eris\lib\gateway\Shard.js:1
925:22)
at Shard._onWSMessage (C:\Users\Administrator\Desktop\invite-manager-bot-master\node_modules\eris\lib\gateway\Shard.
js:1770:37)
at native.client.group.onMessage (C:\Users\Administrator\Desktop\invite-manager-bot-master\node_modules\uws\uws.js:5
7:15)
EVENT(guildMemberAdd): 384522579379224578 Kpop Singing #EXO_SC_DESERVEBETTER 711335610970800168 jane <33#0001
DISCORD ERROR: { Error: 1001: Discord WebSocket requesting client reconnect.
at Shard._onWSClose (C:\Users\Administrator\Desktop\invite-manager-bot-master\node_modules\eris\lib\gateway\Shard.js
:1842:23)
at process.nextTick (C:\Users\Administrator\Desktop\invite-manager-bot-master\node_modules\uws\uws.js:64:19)
at process._tickCallback (internal/process/next_tick.js:61:11) code: 1001 }
DISCORD DISCONNECT
Send message to RabbitMQ {
"id": "status",
"cmd": "STATUS",
"state": "running",
"startedAt": "2020-12-26T05:41:09.813Z",
"gateway": false,
"guilds": 117,
"error": null,
"tracking": {
"pendingGuilds": 0,
"initialPendingGuilds": 119
},
"music": {
"connections": []
},
"cache": {
"guilds": 117,
"users": 38898,
"channels": 4912,
"roles": 8173,
"ranks": 13,
"settings": 82,
"premium": 4,
"permissions": 0,
"strikes": 0,
"punishments": 0,
"inviteCodes": 12,
"members": 0,
"messages": 0
},
"metrics": {
"wsEvents": 3682729,
"wsWarnings": 5,
"wsErrors": 14,
"cmdProcessed": 5,
"cmdErrors": 0,
"httpRequests": [
{
"url": "GET:/gateway",
"stats": {
"total": 1,
"succeeded": 1,
"errors": 0
}
},
{
"url": "GET:/guilds/:id/invites",
"stats": {
"total": 299,
"succeeded": 298,
"errors": 0
}
},
{
"url": "GET:/guilds/:id/audit-logs",
"stats": {
"total": 108,
"succeeded": 108,
"errors": 0
}
},
{
"url": "GET:/guilds/:id/members/null",
"stats": {
"total": 69,
"succeeded": 0,
"errors": 69
}
},
{
"url": "POST:/channels/:id/messages",
"stats": {
"total": 48,
"succeeded": 48,
"errors": 0
}
},
{
"url": "PATCH:/channels/:id/messages/:id",
"stats": {
"total": 1,
"succeeded": 1,
"errors": 0
}
},
{
"url": "GET:/guilds/:id/members/:id",
"stats": {
"total": 10,
"succeeded": 2,
"errors": 8
}
},
{
"url": "POST:/users/@me/channels",
"stats": {
"total": 1,
"succeeded": 1,
"errors": 0
}
}
],
"httpRequestsQueued": []
}
}
DISCORD CONNECT
Send message to RabbitMQ {
"id": "status",
"cmd": "STATUS",
"state": "running",
"startedAt": "2020-12-26T05:41:09.813Z",
"gateway": true,
"guilds": 117,
"error": null,
"tracking": {
"pendingGuilds": 0,
"initialPendingGuilds": 119
},
"music": {
"connections": []
},
"cache": {
"guilds": 117,
"users": 38898,
"channels": 4912,
"roles": 8173,
"ranks": 13,
"settings": 82,
"premium": 4,
"permissions": 0,
"strikes": 0,
"punishments": 0,
"inviteCodes": 12,
"members": 0,
"messages": 0
},
"metrics": {
"wsEvents": 3682729,
"wsWarnings": 5,
"wsErrors": 14,
"cmdProcessed": 5,
"cmdErrors": 0,
"httpRequests": [
{
"url": "GET:/gateway",
"stats": {
"total": 1,
"succeeded": 1,
"errors": 0
}
},
{
"url": "GET:/guilds/:id/invites",
"stats": {
"total": 299,
"succeeded": 298,
"errors": 0
}
},
{
"url": "GET:/guilds/:id/audit-logs",
"stats": {
"total": 108,
"succeeded": 108,
"errors": 0
}
},
{
"url": "GET:/guilds/:id/members/null",
"stats": {
"total": 69,
"succeeded": 0,
"errors": 69
}
},
{
"url": "POST:/channels/:id/messages",
"stats": {
"total": 48,
"succeeded": 48,
"errors": 0
}
},
{
"url": "PATCH:/channels/:id/messages/:id",
"stats": {
"total": 1,
"succeeded": 1,
"errors": 0
}
},
{
"url": "GET:/guilds/:id/members/:id",
"stats": {
"total": 10,
"succeeded": 2,
"errors": 8
}
},
{
"url": "POST:/users/@me/channels",
"stats": {
"total": 1,
"succeeded": 1,
"errors": 0
}
}
],
"httpRequestsQueued": []
}
}
The text was updated successfully, but these errors were encountered: