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

ipfs init error on Windows: Error loading seed assets #8943

Closed
3 tasks done
aschmahmann opened this issue May 4, 2022 · 1 comment · Fixed by #8944
Closed
3 tasks done

ipfs init error on Windows: Error loading seed assets #8943

aschmahmann opened this issue May 4, 2022 · 1 comment · Fixed by #8944
Labels
kind/bug A bug in existing code (including security flaws) need/triage Needs initial labeling and prioritization
Milestone

Comments

@aschmahmann
Copy link
Contributor

Checklist

Installation method

ipfs-update or dist.ipfs.io

Version

go-ipfs version: 0.13.0-rc1
Repo version: 12
System version: amd64/windows
Golang version: go1.18.1

Config

N/A: Occurs during repo initialization

Description

❯ ipfs-v0.13.0-rc1.exe init
generating ED25519 keypair...done
peer identity: 12D3KooWSDZfcZM8zGX3kxWtKRJwfP1GETT58q7aaS7EJnxscXm9
initializing IPFS node at C:\Users\adin\.ipfs130
Error: init: seeding init docs failed: assets: could load Asset 'init-doc\about': open init-doc\about: file does not exist
@aschmahmann aschmahmann added kind/bug A bug in existing code (including security flaws) need/triage Needs initial labeling and prioritization labels May 4, 2022
@aschmahmann aschmahmann mentioned this issue May 4, 2022
65 tasks
@aschmahmann
Copy link
Contributor Author

This seems to be the same issue as with golang/go#45230 (comment). Namely that we're using filepath.Join instead of path.Join when working with fs.Embed which is not correct

@aschmahmann aschmahmann changed the title Error loading seed assets ipfs init error on Windows: Error loading seed assets May 4, 2022
@BigLep BigLep added this to the go-ipfs 0.13 milestone May 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug A bug in existing code (including security flaws) need/triage Needs initial labeling and prioritization
Projects
No open projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants