Skip to content

Commit 57c3ec6

Browse files
Document safe unknown-URL fallback in transport diagnostics
Co-authored-by: Shri Sukhani <shrisukhani@users.noreply.github.com>
1 parent 19fd5e5 commit 57c3ec6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,7 @@ Polling timeouts and repeated polling failures are surfaced as:
187187

188188
`HyperbrowserPollingError` also covers stalled pagination (no page-batch progress during result collection).
189189
Transport-level request failures include HTTP method + URL context in error messages.
190+
Malformed or non-string transport URL inputs are normalized to `unknown URL` in wrapper-failure diagnostics.
190191

191192
```python
192193
from hyperbrowser import Hyperbrowser

0 commit comments

Comments
 (0)