bulkai icon indicating copy to clipboard operation
bulkai copied to clipboard

Image download failed

Open focusjava opened this issue 1 year ago • 2 comments

Hi there, thank you for making this tool! It works great, however I just found a problem today.

The following error prompt appears when downloading the image:

net/http: request cancelled (Client. Timeout or context cancellation while reading body)

What is the reason for this? Looking forward to your reply

focusjava avatar Jul 13 '23 04:07 focusjava

I’ve had this issue as well.

Auxority avatar Jul 13 '23 05:07 Auxority

I have found a solution to the problem, just modify the timeout time filepath: pkg/http/client return &http.Client{ Transport: newRoundTripper(ja3, userAgent, lang, dialer), Timeout: 120 * time.Second, }, nil

focusjava avatar Jul 13 '23 06:07 focusjava