Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Invalid value for '--telemetry-url <URL VERBOSITY>...': Verbosity level missing #1828

Closed
SarahKay99 opened this issue Oct 18, 2020 · 8 comments

Comments

@SarahKay99
Copy link

#1020 I'm using Windows. I tried this solution, and it didn't work. Each of the following commands has spawned the same error:

--telemetry-url 'wss://telemetry.polkadot.io/submit 0
--telemetry-url 'wss://telemetry.polkadot.io/submit/' 0
--telemetry-url 0 'wss://telemetry.polkadot.io/submit/'
--telemetry-url wss://telemetry.polkadot.io/submit/ 0
--telemetry-url 0 wss://telemetry.polkadot.io/submit/

Any advice?

@bkchr
Copy link
Member

bkchr commented Oct 18, 2020

Please try:
--telemetry-url "wss://telemetry.polkadot.io/submit 0"

@ander7agar
Copy link

ander7agar commented Mar 24, 2021

Same issue running with --telemetry-url 'ws://telemetry_url:2000/submit 0'. Also I tried with --telemetry-url "ws://telemetry_url:2000/submit 0" with same result.

Version: 0.8.29-2494dec2-x86_64-linux-gnu

@bkchr
Copy link
Member

bkchr commented Mar 24, 2021

@ander7agar what is the error?

@ander7agar
Copy link

ander7agar commented Mar 24, 2021

@bkchr The error is this output: error: Invalid value for '--telemetry-url <URL VERBOSITY>...': Verbosity level missing

@bkchr
Copy link
Member

bkchr commented Mar 24, 2021

What shell are you using?

@ander7agar
Copy link

I'm using Docker, running Polkadot binary on Ubuntu 20.04 LTS container

@bkchr
Copy link
Member

bkchr commented Mar 24, 2021

https://stackoverflow.com/a/57812982 this should solve your problem.

@bkchr bkchr closed this as completed Mar 24, 2021
@Kalanamith
Copy link

Use double quotes for telemetry url value "ws://telemetry_url:2000/submit 0"

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

No branches or pull requests

4 participants