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

[gui error report] Error: multiaddr "http://127.0.0.1/5001" must start with a "/" #2434

Closed
smitgol opened this issue Mar 18, 2023 · 4 comments
Labels
kind/bug A bug in existing code (including security flaws) kind/stale need/author-input Needs input from the original author

Comments

@smitgol
Copy link

smitgol commented Mar 18, 2023

👉️ Please describe what you were doing when this error happened.

Specifications

  • OS: win32 10.0.19044
  • IPFS Desktop Version: 0.26.1
  • Electron Version: 19.1.9
  • Chrome Version: 102.0.5005.167

Error

Error: multiaddr "http://127.0.0.1/5001" must start with a "/"
    at new Multiaddr (C:\Users\SmitGol\AppData\Local\Programs\IPFS Desktop\resources\app.asar\node_modules\multiaddr\src\index.js:54:15)
    at multiaddr (C:\Users\SmitGol\AppData\Local\Programs\IPFS Desktop\resources\app.asar\node_modules\multiaddr\src\index.js:621:10)
    at parseMultiaddr (C:\Users\SmitGol\AppData\Local\Programs\IPFS Desktop\resources\app.asar\src\daemon\config.js:115:7)
    at checkPorts (C:\Users\SmitGol\AppData\Local\Programs\IPFS Desktop\resources\app.asar\src\daemon\config.js:342:23)
    at getIpfsd (C:\Users\SmitGol\AppData\Local\Programs\IPFS Desktop\resources\app.asar\src\daemon\daemon.js:71:16)
    at process.processTicksAndRejections (node:internal/process/task_queues:96:5)
    at async startDaemon (C:\Users\SmitGol\AppData\Local\Programs\IPFS Desktop\resources\app.asar\src\daemon\daemon.js:210:17)
    at async startIpfs (C:\Users\SmitGol\AppData\Local\Programs\IPFS Desktop\resources\app.asar\src\daemon\index.js:48:17)
    at async setupDaemon (C:\Users\SmitGol\AppData\Local\Programs\
@smitgol smitgol added kind/bug A bug in existing code (including security flaws) need/triage Needs initial labeling and prioritization labels Mar 18, 2023
@welcome
Copy link

welcome bot commented Mar 18, 2023

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 currently aim to give initial feedback within two 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.io if you just need general support.

@whizzzkid
Copy link
Contributor

Thanks for submitting this issue @smitgol, the error seems to suggest the API address you set is not a valid address you can try /ip4/127.0.0.1/tcp/5001 which is the multiaddr equivalent of http://127.0.0.1:5001.

This value can be found in in the configuration file. If you don't know what caused this error or did not intend to change this, you can try reinstalling the latest version to fix this.

Please post your findings!

@whizzzkid whizzzkid added need/author-input Needs input from the original author and removed need/triage Needs initial labeling and prioritization labels Mar 22, 2023
@github-actions
Copy link
Contributor

Oops, seems like we needed more information for this issue, please comment with more details or this issue will be closed in 7 days.

@github-actions
Copy link
Contributor

github-actions bot commented Apr 6, 2023

This issue was closed because it is missing author input.

@github-actions github-actions bot closed this as completed Apr 6, 2023
@github-project-automation github-project-automation bot moved this from Needs Grooming to Done in IPFS-GUI (PL EngRes) Apr 6, 2023
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) kind/stale need/author-input Needs input from the original author
Projects
No open projects
Status: Done
Development

No branches or pull requests

2 participants