openethereum / parity-deploy

Parity deployment script.
Apache License 2.0
81 stars 52 forks source link

invalid type: string "all", expected a sequence for key `rpc.cors` #42

Closed mengjiaqi closed 6 years ago

mengjiaqi commented 6 years ago

when i start parity with parity-deploy project, it shows me

Loading config file from /parity/authority.toml
You might have supplied invalid parameters in config file.
invalid type: string "all", expected a sequence for key `rpc.cors`

and, the commands i used ware

./parity-deploy.sh --config aura
docker-compose up
mengjiaqi commented 6 years ago

this error only find in version v1.9.* & beta. when i run it with version v1.8.11 & stable, it works well

ddorgan commented 6 years ago

Yes, this options seems to have changed between 1.8 and 1.9 ... i'll make an update.

ddorgan commented 6 years ago

Can you please try now after https://github.com/paritytech/parity-deploy/commit/792912be2ef784f1ade6c79f4d436257152dec57

mengjiaqi commented 6 years ago

Can you please try now after 792912b

@ddorgan OK, i'll try it and share the result

ddorgan commented 6 years ago

@mengjiaqi any update on this?

ddorgan commented 6 years ago

Resolved with https://github.com/paritytech/parity-deploy/commit/792912be2ef784f1ade6c79f4d436257152dec57 .. no reply, closing ticket.