forscht / ddrive

Discord as a filesystem.
https://ddrive.forscht.dev
MIT License
490 stars 98 forks source link

TypeError: Cannot read properties of undefined (reading 'type') #32

Closed Mantra27 closed 1 year ago

Mantra27 commented 1 year ago

ddrive --token MTAxNzQzMTgzNDMzNTkxNjA0Ng.G0Vrdc.hvi10IrwB4Y7SknPsMiXTt1QbRaRyTnX5U4phE --channelId 1017423611138499596

Mantra27 commented 1 year ago

(node:2427) ExperimentalWarning: stream/web is an experimental feature. This feature could change at any time (Use node --trace-warnings ... to show where the warning was created) app === APP CRASHED :: UNKNOWN ERROR === app TypeError: Cannot read properties of undefined (reading 'type') at /usr/local/lib/node_modules/@forscht/ddrive/src/discordFS/index.js:78:94 at arrayAggregator (/usr/local/lib/node_modules/@forscht/ddrive/node_modules/lodash/lodash.js:511:34) at Function.groupBy (/usr/local/lib/node_modules/@forscht/ddrive/node_modules/lodash/lodash.js:4885:16) at DiscordFS.load (/usr/local/lib/node_modules/@forscht/ddrive/src/discordFS/index.js:78:39) at processTicksAndRejections (node:internal/process/task_queues:96:5) at async startApp (/usr/local/lib/node_modules/@forscht/ddrive/bin/ddrive:62:5)

BrainBursty commented 1 year ago

MTAxNzQzMTgzNDMzNTkxNjA0Ng.G0Vrdc.hvi10IrwB4Y7SknPsMiXTt1QbRaRyTnX5U4phE

Token leaked you should change it! @Mantra27

BrainBursty commented 1 year ago

Also your bug comes from the fact that the channel you pointed the bot at contains messages that are not send by the bot.

The bot needs a custom channel only for him, where nobody except the bot posts messages. If someone posts a message in that channel who isn't the bot the bot breaks!

Mantra27 commented 1 year ago

MTAxNzQzMTgzNDMzNTkxNjA0Ng.G0Vrdc.hvi10IrwB4Y7SknPsMiXTt1QbRaRyTnX5U4phE

Token leaked you should change it! @Mantra27

Ikr, i already did change it