403unlocker / 403unlocker/403unlocker-cli

Truncated Output Table on Dropped Requests

未关闭
#38 0 条评论 0 个 reaction 已指派 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 摘要。