ipfs-desktop icon indicating copy to clipboard operation
ipfs-desktop copied to clipboard

[gui error report] Error: multiaddr "https://ipfs.io" must start with a "/"

Open BIOHac9D3 opened this issue 1 year ago • 1 comments

  • Desktop: 0.37.0
  • OS: win32 10.0.19045 x64
  • Electron: 31.0.1
  • Chrome: 126.0.6478.36
Error: multiaddr "https://ipfs.io" must start with a "/"
    at new Multiaddr (G:\IPFS\IPFS Desktop\resources\app.asar\node_modules\multiaddr\src\index.js:54:15)
    at multiaddr (G:\IPFS\IPFS Desktop\resources\app.asar\node_modules\multiaddr\src\index.js:621:10)
    at parseMultiaddr (G:\IPFS\IPFS Desktop\resources\app.asar\src\daemon\config.js:115:7)
    at getHttpPort (G:\IPFS\IPFS Desktop\resources\app.asar\src\daemon\config.js:133:14)
    at getGatewayPort (G:\IPFS\IPFS Desktop\resources\app.asar\src\daemon\config.js:143:36)
    at migrateConfig (G:\IPFS\IPFS Desktop\resources\app.asar\src\daemon\config.js:194:67)
    at getIpfsd (G:\IPFS\IPFS Desktop\resources\app.asar\src\daemon\daemon.js:56:5)
    at async startDaemon (G:\IPFS\IPFS Desktop\resources\app.asar\src\daemon\daemon.js:210:17)
    at async startIpfs (G:\IPFS\IPFS Desktop\resources\app.asar\src\daemon\index.js:49:17)
    at async setupDaemon (G:\IPFS\IPFS Desktop\resources\app.asar\src\daemon\index.js:116:3)

BIOHac9D3 avatar Aug 16 '24 12:08 BIOHac9D3

Thank you for submitting your first issue to this repository! A maintainer will be here shortly to triage and review. In the meantime, please double-check that you have provided all the necessary information to make this process easy! Any information that can help save additional round trips is useful! We are triaging issues on weekly basis and aim to give initial feedback within a few business days. If this does not happen, feel free to leave a comment. Please keep an eye on how this issue will be labeled, as labels give an overview of priorities, assignments and additional actions requested by the maintainers:

  • "Priority" labels will show how urgent this is for the team.
  • "Status" labels will show if this is ready to be worked on, blocked, or in progress.
  • "Need" labels will indicate if additional input or analysis is required.

Finally, remember to use https://discuss.ipfs.tech if you just need general support.

welcome[bot] avatar Aug 16 '24 12:08 welcome[bot]

@BIOHac9D3 you seem to have miss-configure your node by setting https://ipfs.io in a place which expects a multiaddrs. Please revert that change.

lidel avatar Sep 11 '24 20:09 lidel