Skip to content

Commit f4bb0a0

Browse files
LeyckerSclaude
andauthored
docs: record the datanodes step-2 fix in the changelog (LeyckerS#113)
Co-authored-by: Claude Opus 5 <noreply@anthropic.com>
1 parent d29ed5f commit f4bb0a0

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4747
change from here on, and the two copies can no longer drift apart
4848

4949
### Fixed
50+
- **Datanodes extraction hung on every link and failed silently.** The host now serves step 2
51+
as a chain — *Free Download / Standard Speed* reveals *Start Download / Your file is ready*,
52+
and only the second starts the transfer — while the trigger handler latched after one click.
53+
The page was never unreadable: `DN_STEP2_JS` matched the new button on every poll and the
54+
latch discarded it, so each link burned the full 420s budget and returned nothing. The
55+
handler now tracks which labels it has clicked instead of whether it has clicked, so each
56+
new trigger in the chain gets exactly one press, capped by `DN_STEP2_MAX_CLICKS` (#111)
5057
- **An unsupported host was retried like a network failure.** A link from any host the
5158
program does not handle matched neither dispatcher branch, so nothing ran, nothing was
5259
logged, and the URL went back on the queue to be tried again with backoff — burning two

0 commit comments

Comments
 (0)