403unlocker / 403unlocker/403unlocker-cli

Truncated Output Table on Dropped Requests

オープン
#38 コメント 0 件 リアクション 0 件 担当者 1 名 @ArmanTaheriGhaleTaki が担当を希望しています GitHub で見る
bug
主要言語
Go
スター
75
フォーク
13
PR マージ指標
30日以内にマージされた PR はありません

説明

**Describe the bug**
When running 403unlocker check spotify.com, the tool fails to display the complete results table if some DNS server requests are dropped or time out. The table renders partially (often just headers) instead of showing all resolved entries with appropriate error labels (e.g., Timeout or Dropped).
**To Reproduce**

1. Command:

```
403unlocker check spotify.com
```

2. Observed Behavior:

- Output stalls after a few rows (example below).

- No timeout warning or visual feedback for dropped requests.

**Expected behavior**
A clear and concise description of what you expected to happen.

**Screenshots**

![Image](https://github.com/user-attachments/assets/a70705f9-0bd1-4485-948e-bf763b9cc994)

**Desktop (please complete the following information):**
- OS: ubuntu 22.04
- Version: 403unlocker v1.2.3

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

調査の方向性

Look at the code that prints the results table, likely in a command like 'check'. Find where DNS server responses are collected and formatted. The bug is about handling dropped/timeout responses in the output rendering. Run the tool with a target that causes timeouts to see the partial output. Check the table rendering logic for early exits or missing error case handling.

索引モデルが issue の本文から書いたものです。

評価

技術スタック
go, shell
領域
cli, networking
issue の種類
バグ
難易度
3/5
見積もり時間
1〜2日
活発さ
停滞
明瞭さ
おおむね明確
初心者へのやさしさ
45/100

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。