-
Notifications
You must be signed in to change notification settings - Fork 45
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
bug: strange errors when light pushing messages with payload >= 300 kb #1076
Comments
Issue still reproduces with latest master |
I'm getting this response with latest master:
please do share the script you used to test this scenario. I might be missing some flag |
This could be due to the flag |
@richard-ramos here's the script
|
Looks like the |
@chaitanyaprem I did but there's not change, I get the same 503 errors |
When i finally ran the script after making some changes as i am using mac, i get 503 error but due to nwaku not able to publish as there are no peers for relay. I think it could be because the min-peers required for publishing via relay maybe set to 1 .
Looks like nim-libp2p gossip publish fails if there are no peers to publish. |
Further update, as a work-around i have enabled relay on |
For the second request i see following error where stream is being reset from nwaku.
Looking at nwaku logs, i notice the following error , looks like some limit is being hit.
|
Ok, on further debugging i have figured out there is an issue in nwaku wrt how max-msg-size is being used in other protocols like lightpush which seems to be causing this 503 error. |
Reran your test script after the changes in waku-org/nwaku#2601 and it passed. So, closing this issue as this is not go-waku related anymore. Once that PR is merged, please rerun. |
When the payload is >= 300 kb the light push fails with some strange messages
Error is
EOF
with 503 Service UnavailableError is
stream reset
with 503 Service Unavailablerelay_node.log
light_push_node_that_sends_the_messages.log
The text was updated successfully, but these errors were encountered: