ipfs / ipfs/kubo

Print dial status messages to stderr

Open
#4,355 2 comments 0 reactions 0 assignees View on GitHub
help wanted kind/enhancement topic/commands
Dominant language
Go
Stars
17.1k
Forks
3.2k
Avg merge
3d 18h
Merged PRs (30d)
11

Description

Currently, it can be a bit difficult to debug dial errors because:

1. We only print the last error.
2. We don't clearly state what addresses we're trying to dial.

Printing something like,

```
error: ...
error: ...
dialing [3/N]: /ip4/STUFF...
```

would make this significantly easier to debug.

see #3933

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.