ruslang02 / discord-qt

Discord client powered by Node.JS and Qt Widgets.
GNU General Public License v3.0
208 stars 11 forks source link

Crash on LMDE2 (Debian 10 based) #33

Closed soko7awen closed 3 years ago

soko7awen commented 3 years ago
TypeError: Cannot read property 'cache' of undefined
    at MessageCreateAction.handle (/home/user/src/discord-qt/dist/index.js:2:313550)
    at Object.e.exports [as MESSAGE_CREATE] (/home/user/src/discord-qt/dist/index.js:2:363583)
    at WebSocketManager.handlePacket (/home/user/src/discord-qt/dist/index.js:2:350293)
    at WebSocketShardPatch.onPacket (/home/user/src/discord-qt/dist/index.js:2:355658)
    at WebSocketShardPatch.onMessage (/home/user/src/discord-qt/dist/index.js:2:354048)
    at WebSocket.n (/home/user/src/discord-qt/dist/index.js:2:2085522)
    at WebSocket.emit (events.js:315:20)
    at Receiver.N (/home/user/src/discord-qt/dist/index.js:2:2117048)
    at Receiver.emit (events.js:315:20)
    at Receiver.dataMessage (/home/user/src/discord-qt/dist/index.js:2:2099391)
ruslang02 commented 3 years ago

When does it occur? It is most likely caused by the group dms which cause the client to crash, #27 aims to fix that, check if the problem is present there