cardano-community / guild-operators

Artifacts and scripts created by Guild operators
https://cardano-community.github.io/guild-operators
MIT License
354 stars 177 forks source link

"Failed to query protocol-parameters from node, not yet fully started?" #702

Closed jamiewestell closed 3 years ago

jamiewestell commented 3 years ago

When running gLiveview after deploying systemd processes I get the following error:

"Failed to query protocol-parameters from node, not yet fully started?"

cardano-node is running. I have tried a complete reimage and reinstall to no avail. It worked fine on two other machines yesterday.... but I can't get one downloaded today running. Any idea's? My env file is fresh from git.

c4b4d4 commented 3 years ago

Same is happening to me. Did you resolved the issue?

rdlrt commented 3 years ago

Make sure you're on right branch, and that your node is responding. As the error suggests its not able to query protocol parameters, it could mean your node has not yet synched - which you can cross verify by querying manually outside of CLI.

c4b4d4 commented 3 years ago

I fixed it now. I was in Master, when should've been in Alpha. I had everything updated to the latest version, but not just the guild-operators.

Thank you.