ipfs / kubo

An IPFS implementation in Go
https://docs.ipfs.tech/how-to/command-line-quick-start/
Other
15.83k stars 2.96k forks source link

Error: error loading plugins: open 127.0.0.1:5001\config: The filename, directory name, or volume label syntax is incorrect in my windows #10358

Open cattle2002 opened 2 months ago

cattle2002 commented 2 months ago

Checklist

Installation method

third-party binary

Version

D:\workdir\ipfsdeploy\kubo_v0.26.0_windows-amd64x\kubo>ipfs version --all
Error: error loading plugins: open 127.0.0.1:5001\config: The filename, directory name, or volume label syntax is incorrect.

Config

D:\workdir\ipfsdeploy\kubo_v0.26.0_windows-amd64x\kubo>ipfs config show
Error: error loading plugins: open 127.0.0.1:5001\config: The filename, directory name, or volume label syntax is incorrect.

Description

![Uploading QQ截图20240228160952.png…]()

aschmahmann commented 2 months ago

@cattle2002 it looks like your path may not be configured correctly. What is your IPFS_PATH environment variable https://github.com/ipfs/kubo/blob/master/docs/environment-variables.md#ipfs_path?

Also, if you could post your config (remember to take out the "Identity" section with your private key along with any Pinning Service keys if configured) that'd be great.

cattle2002 commented 1 month ago

ok thanks