Open focusjava opened 1 year ago
I’ve had this issue as well.
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
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