You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I cannot seem to reproduce this all the time, but here's what happened.
Create $TOKEN
Start daemon converge server --rpc-addr 0.0.0.0:4774 --rpc-token $TOKEN
From the client run converge plan --rpc-token XXX --rpc-addr 1.1.1.1:4774 /usr/local/converge/source/os.hcl
timestamp="2017-06-08T12:35:12+01:00" level="WARN" msg="skipping module verification" component="client"
timestamp="2017-06-08T12:35:12+01:00" level="FATAL" msg="could not get responses" component="client" error="error getting status response: rpc error: code = 2desc = Token used before issued" file="/usr/local/converge/source/os.hcl"
Restarting the daemon or changing the token didn't help. Didn't work for good part of the day and suddenly started working again without any changes. Strange indeed.
PS: There is no documentation about config file. Not sure if there is something else needed.
The text was updated successfully, but these errors were encountered:
I cannot seem to reproduce this all the time, but here's what happened.
$TOKEN
converge server --rpc-addr 0.0.0.0:4774 --rpc-token $TOKEN
converge plan --rpc-token XXX --rpc-addr 1.1.1.1:4774 /usr/local/converge/source/os.hcl
Restarting the daemon or changing the token didn't help. Didn't work for good part of the day and suddenly started working again without any changes. Strange indeed.
PS: There is no documentation about config file. Not sure if there is something else needed.
The text was updated successfully, but these errors were encountered: