graphprotocol / mission-control-indexer

Technical indexer documentation and infrastructure templates for the Mission Control testnet
21 stars 4 forks source link

Geo-coords - Comma separation not working #142

Closed fattox closed 3 years ago

fattox commented 3 years ago

Not sure if related to: https://github.com/graphprotocol/mission-control-indexer/issues/141

The error thrown when using a comma also tells me to not use one: Invalid --indexer-geo-coordinates provided. Must be of format e.g.: 31.780715 -41.179504

Is the expected format now a comma when using the var INDEXER_AGENT_INDEXER_GEO_COORDINATES, but not when using the --indexer-geo-coordinates parameter?

My only guess is some inconsistency happening in some way, like that... 🤔

joesixpack commented 3 years ago

Never was a comma.

koen84 commented 3 years ago

It's a documentation error rather than a bug, it's always been space separated between double quotes.

Jannis commented 3 years ago

Fixed in the readme and in the k8s template.