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

Message length is too large log spam #1116

Closed
anthonybilinski opened this issue Aug 23, 2018 · 2 comments
Closed

Message length is too large log spam #1116

anthonybilinski opened this issue Aug 23, 2018 · 2 comments
Labels
P3 Low priority
Milestone

Comments

@anthonybilinski
Copy link

Seems to be when bootstrapping, I see multiple warning logs:

Warning: "ERROR:Messenger.c:m_send_message_generic:508: Message length 1374 is too large"
core/toxlogger.cpp:57 : Warning: "ERROR:Messenger.c:m_send_message_generic:508: Message length 1378 is too large"
core/toxlogger.cpp:57 : Warning: "ERROR:Messenger.c:m_send_message_generic:508: Message length 1378 is too large"
core/toxlogger.cpp:57 : Warning: "ERROR:Messenger.c:m_send_message_generic:508: Message length 1378 is too large"
core/core.cpp:374 : Debug: "Connecting to node.tox.biribiri.org:33445 (nurupo)"                     

No observable client, bootstrapping succeeds.

@zugz
Copy link

zugz commented Aug 23, 2018 via email

@iphydf iphydf added this to the v0.2.x milestone Aug 26, 2018
@iphydf iphydf changed the title Messange length is too large log spam Message length is too large log spam Aug 26, 2018
@anthonybilinski
Copy link
Author

This is a bug in qTox. It looks like the history in one of my profiles had a message that was too long, which it was trying to send on start without splitting the message since that's supposed to be done when added to history.

@robinlinden robinlinden modified the milestones: v0.2.x, v0.2.10 May 20, 2019
@iphydf iphydf added the P3 Low priority label Feb 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P3 Low priority
Projects
None yet
Development

No branches or pull requests

4 participants