ipfs/ipfs-desktop

Potential hang on "IPFS is Starting"

Open

#1.749 aberto em 25 de jan. de 2021

Ver no GitHub
 (3 comments) (1 reaction) (0 assignees)JavaScript (912 forks)batch import
P2help wantedkind/bug

Métricas do repositório

Stars
 (5.632 stars)
Métricas de merge de PR
 (Mesclagem média 8d 12h) (6 fundiu PRs em 30d)

Description

Per @UnKnoWn-Consortium, two conditions exist that can result in Desktop hanging on "IPFS is Starting" - original issue is https://github.com/ipfs-shipyard/ipfs-desktop/issues/1723 for background:

  1. Promise returned by checkIfAddrIsDaemon function at config.js does not resolve when the target address is occupied by another service that may or may not be responding to the test POST request; and
  2. Selecting an alternative port via the prompt presented by the app does not alter the api file inside the .ipfs folder

Guia do colaborador