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 starting a private network #4490
Comments
|
@jyang If you can provide specific steps to reproduce I'd be happy to see if I also get the issue. Given that the instructions have worked for others, it would be helpful to know what exact steps were taken to get this error. |
|
I think it might be an issue with line ends. I think multicodec parser only accepts /n |
|
I briefly had the same problem. On my windows machine, I changed file saving line type to unix. Using Textpad as editor. On to the next issue: 'Republisher failed to republish: failed to find any peer in table core' |
|
I'm having this issue as well. Changing the line endings did not help. I am also using a windows machine. |
|
I fixed this by installing the linux subsystem and running ipfs-swarm-key-gen through that. |
|
I had the similar issue in Ubuntu machine. I reinforced |
|
As a stopgap measure, consider using dos2unix swarm.key |
|
This is fixed in the latest go-ipfs master. |
jyang commentedDec 14, 2017
Version information: 0.4.13
Type: Bug
Severity: Medium
Description:
https://discuss.ipfs.io/t/error-when-set-ipfs-private-network/1393
The text was updated successfully, but these errors were encountered: