Commit b4f17dd
committed
client: thread verify=self.verify through screenshot + extraction requests
_scrape_request() already included `verify: self.verify` in its return
dict, but _screenshot_request() and _extraction_request() did not.
On a self-signed-cert API host (e.g. a dev stack with verify=False),
scrape() worked fine while screenshot() and extract() raised
SSLCertVerificationError after 5 backoff retries.
Discovered by the sdk/integration harness: screenshot.basic passed
via the Go SDK but failed via Python with the exact same client
configuration (key + host + verify=False), which narrowed the bug
to the Python request builder.1 parent dd85a9c commit b4f17dd
1 file changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
223 | 223 | | |
224 | 224 | | |
225 | 225 | | |
| 226 | + | |
226 | 227 | | |
227 | 228 | | |
228 | 229 | | |
229 | 230 | | |
230 | | - | |
| 231 | + | |
231 | 232 | | |
232 | | - | |
| 233 | + | |
233 | 234 | | |
234 | 235 | | |
235 | 236 | | |
| |||
248 | 249 | | |
249 | 250 | | |
250 | 251 | | |
| 252 | + | |
251 | 253 | | |
252 | 254 | | |
253 | 255 | | |
| |||
0 commit comments