igolaizola / bulkai

AI image generation in bulk automatically
MIT License
189 stars 40 forks source link

Image download failed #46

Open focusjava opened 1 year ago

focusjava commented 1 year ago

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

Auxority commented 1 year ago

I’ve had this issue as well.

focusjava commented 1 year ago

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