Skip to content
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

chat message repeat again and again #7

Open
EurekaChen opened this issue Aug 18, 2024 · 7 comments
Open

chat message repeat again and again #7

EurekaChen opened this issue Aug 18, 2024 · 7 comments

Comments

@EurekaChen
Copy link

see screenshot:
reality-error

@elliotsayes
Copy link
Owner

Hey, did you run any SQL commands for the Chat DB? This can mess up the index. Try resetting the Chat process:

ChatDb = nil
ChatDbAdmin = nil
ChatInitialized = false

and reload the Chat protocol:
aos> .load Chat.lua

Let me know if this fixes it 🙏

@EurekaChen
Copy link
Author

Hey, did you run any SQL commands for the Chat DB? This can mess up the index. Try resetting the Chat process:

ChatDb = nil
ChatDbAdmin = nil
ChatInitialized = false

and reload the Chat protocol: aos> .load Chat.lua

Let me know if this fixes it 🙏

I have done these, but still can not stop:
chaterror2

after load chat.lua:
reality-error3

You can visit here:
https://reality-viewer.arweave.net/#/FBohwFe3w_awQZWZ4CMDotII8fCqmKt8mFiusyjDGbo

@elliotsayes
Copy link
Owner

It seems like there is a crazy cron on the process that is sending messages to itself. In aos:
aos> .unmonitor

And:

Handlers.remove("Cron")
Handlers.remove("CronTick")

@EurekaChen
Copy link
Author

I have not add any cron

@EurekaChen
Copy link
Author

[email protected][Inbox:15]> .unmonitor
⚡️ monitor not found!
[email protected][Inbox:15]>

@EurekaChen
Copy link
Author

Handlers.remove("Cron")
Handlers.remove("CronTick")

still not work

@EurekaChen
Copy link
Author

Check more information in Discord ticket:
https://discord.com/channels/1123679866072617021/1274885246554214404

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants