ipfs / ipfs-desktop

An unobtrusive and user-friendly desktop application for IPFS on Windows, Mac and Linux.
https://docs.ipfs.tech/install/ipfs-desktop/
MIT License
5.94k stars 857 forks source link

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

Closed BIOHac9D3 closed 2 days ago

BIOHac9D3 commented 4 weeks ago
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)
welcome[bot] commented 4 weeks ago

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:

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

lidel commented 2 days ago

@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.