We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug If sender node = go-waku & filter_subscribed_node = go -waku store request fails
To Reproduce Steps to reproduce the behavior: 1- Create 3 nodes node1[go=waku ,store =true , relay = true [ node2 [nwaku , relay = true ] node3 [ go-waku , relay = false ]
2- Node 2 publish message 3- node3 makes store inquiry on messages
Expected behavior Node3 receives 1 message
Actual behavior 500 Server Error: Internal Server Error for url: http://127.0.0.1:58971/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F1&contentTopics=%2Ftest%2F1%2Fwaku-filter%2Fproto&pageSize=5&ascending=true with response: b'{"messages":null,"error_message":"protocols not supported: [/vac/waku/store-query/3.0.0]"}'
Screenshots If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
tests done using REST APIs
Additional context Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
go-waku does not support storenode as a server. Only as a client. This functionality is not planned to be implemented as go-waku is being sunset.
Sorry, something went wrong.
No branches or pull requests
Describe the bug
If sender node = go-waku & filter_subscribed_node = go -waku store request fails
To Reproduce
Steps to reproduce the behavior:
1- Create 3 nodes node1[go=waku ,store =true , relay = true [
node2 [nwaku , relay = true ]
node3 [ go-waku , relay = false ]
2- Node 2 publish message
3- node3 makes store inquiry on messages
Expected behavior
Node3 receives 1 message
Actual behavior
500 Server Error: Internal Server Error for url: http://127.0.0.1:58971/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F1&contentTopics=%2Ftest%2F1%2Fwaku-filter%2Fproto&pageSize=5&ascending=true with response: b'{"messages":null,"error_message":"protocols not supported: [/vac/waku/store-query/3.0.0]"}'
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
go-waku version/commit hash
tests done using REST APIs
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: