-
Notifications
You must be signed in to change notification settings - Fork 129
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
telemetry message "system.network_state" is not being sent in the right format #1901
Comments
I don't see mention of message type in substrate-telemetry. Should i remove this message? Am I missing anything? |
Looks like that message isn't encoded correctly? A quick look into the substrate codebase links to an issue and associated PR. https://github.com/paritytech/substrate/pull/8001/files Looks like this message is now renamed to |
substrate uses a macro called Here is the list of telemetry messages, @timwu20 It looks like that PR is about renaming rpc method and not telemetry message. There is a mention of telemetry in that PR in a comment
But, by that they mean that node are sending local peed id ( what they called network state earlier) to telemetry. But that happens using a different telemetry message. |
Looks like this message was being sent earlier, but not anymore. They have removed it. |
🎉 This issue has been resolved in version 0.6.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Describe the bug
To confirm that "system.network_state" is not received in the right format, do the following
Use the branch notify-finalized from my fork https://github.com/kishansagathiya/substrate-telemetry (It print the message received, type of message and error. From what I have played around upstream doesn't do that.)
Run telementry backend (
telemetry_core
andtelemetry_shard
).Run
./bin/gossamer --chain polkadot --name 'Kishans Test Node' --telemetry-url 'ws://localhost:8001/submit 0'
telemetry_shard
command. It will print messages as they are received. Wait for a message withsystem.network_state
in it.In the next line you should see the following error
Expected Behavior
Current Behavior
Possible Solution
To Reproduce
Steps to reproduce the behaviour:
Log output
Log Output
Specification
The text was updated successfully, but these errors were encountered: