EddieBot crashes
See original GitHub issueDescription
EddieBot crash shows the error below
/root/EddieBot/dist/messageReactionAdd.js:49
if (reaction.message.member.partial) {
^
TypeError: Cannot read property 'partial' of null
at Object.exports.messageReactionAdd (/root/EddieBot/dist/messageReactionAdd.js:49:33)
at processTicksAndRejections (node:internal/process/task_queues:94:5)
Issue Analytics
- State:
- Created 3 years ago
- Comments:17 (16 by maintainers)
Top Results From Across the Web
API version command crashes bot · Issue #567 - GitHub
Need to check Kubernetes logs to understand why it causes the bot to crash (works locally with the prod API)
Read more >How to Fix Server Overload & Crashes Due to Bad Bot Traffic
Learn how bad bot traffic can cause server overload, ruin your customer experience, and increase your cloud bill—and what you can do to ......
Read more >Eddie evade bot | TikTok Search
eddie..bot. eddie..bot. 96 followers · 1 videos · beavlsz. beatriz ... هكذا كانت نهاية زيارة الاربعين. Fortnite athena crash ...
Read more >F1 - Six wins in seven races leaves Lewis Hamilton just two short of ...
As evidenced by Alonso's accident in Aus, they know if they crash they will survive. Imagine knowing that if you ... Eddie Bot,...
Read more >Untitled
Safe and sound remix hardwell, 195 accident maryland, Kucuk aga izle 12 bolum, Alan shortall ... Pc wall mount kit, Ros eddie bot,...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Static analysis is not perfect. As per the typescript release notes
The transpiled code does not have this check. From
dist/messageReactionAdd.js
If we wish to have this
null
check during runtime - we have to explicitly add that in. We can see ifreaction.message.member
is truthy. In TypeScriptThe transpiled JavaScript code
Adding this check fixes the error.
Great team work everyone 👍 - I think there are more crash issues in the log, but this is a great start 💪