You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 28, 2020. It is now read-only.
In onceReady.js, the schedule is initialized before pieces, which means the coreSettings pieces are not disabled if sharding isn't used.
On rare occasions, the schedule will need to update a recurring task that missed it's time. This causes a db update, which attempts to update across shards thanks to the coreSettings events, which throws
Cannotreadproperty'broadcastEval'ofnull
Code or steps to reproduce
Expected and actual behavior
Further details
discord.js version: v12.0.0
node.js version: v10-v12
Klasa version: latest commit of settings
I have modified core files.
I have tested the issue on latest master. Commit hash:
The text was updated successfully, but these errors were encountered:
Describe the issue
In onceReady.js, the schedule is initialized before pieces, which means the coreSettings pieces are not disabled if sharding isn't used.
On rare occasions, the schedule will need to update a recurring task that missed it's time. This causes a db update, which attempts to update across shards thanks to the coreSettings events, which throws
Code or steps to reproduce
Expected and actual behavior
Further details
The text was updated successfully, but these errors were encountered: