Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error 'token used before issued' #626

Open
dmlemos opened this issue Jun 9, 2017 · 2 comments
Open

Error 'token used before issued' #626

dmlemos opened this issue Jun 9, 2017 · 2 comments
Labels

Comments

@dmlemos
Copy link

dmlemos commented Jun 9, 2017

I cannot seem to reproduce this all the time, but here's what happened.

  1. Create $TOKEN
  2. Start daemon converge server --rpc-addr 0.0.0.0:4774 --rpc-token $TOKEN
  3. 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.

@rebeccaskinner
Copy link
Contributor

Thanks for submitting this. We've run into this before and it looks like it might be a regression or only partially resolved heisenbug.

@dmlemos
Copy link
Author

dmlemos commented Jun 15, 2017

@rebeccaskinner Is there a temporary solution for this? It's a random blocker 🤕

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants