This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Invalid value for '--telemetry-url <URL VERBOSITY>...': Verbosity level missing #1828
Comments
Please try: |
Same issue running with Version: |
@ander7agar what is the error? |
@bkchr The error is this output: |
What shell are you using? |
I'm using Docker, running Polkadot binary on Ubuntu 20.04 LTS container |
https://stackoverflow.com/a/57812982 this should solve your problem. |
Use double quotes for telemetry url value |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
#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?
The text was updated successfully, but these errors were encountered: