Request Timeout in Python SDK uses milliseconds but should be seconds?
The scrape_url method in the python SDK expects timeout to be passed in milliseconds and passes it to the requests library without unit conversion.
Other methods delegate to the _post_request method which works similarly:
The requests library is expecting the timeout parameter to be in secnods rather than milliseconds. Is this a bug in the current SDK? My code stalls from time to time, and I think this could be the reason.
1 Reply
@rafaelmiller