We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Scroll to the bottom of this travis CI log: https://s3.amazonaws.com/archive.travis-ci.org/jobs/202531197/log.txt
The text was updated successfully, but these errors were encountered:
I've seen it once before, it seems that during exiting due to wrong CLI args some other goroutine in background tries to attach process and it panics.
Sorry, something went wrong.
Ah, looks like we need to move the http gateway creation stuff to start after everything else has begun
Should be as simple as moving the gateway setup stuff here https://github.com/ipfs/go-ipfs/blob/master/cmd/ipfs/daemon.go#L379 down to right before the "Daemon is ready" message. This shouldnt mess with any of the printed output AFAIK.
Kubuxu
Successfully merging a pull request may close this issue.
Scroll to the bottom of this travis CI log: https://s3.amazonaws.com/archive.travis-ci.org/jobs/202531197/log.txt
The text was updated successfully, but these errors were encountered: