• Resolved Michael Travan

    (@michael-travan)


    Hello,

    here I am again with the same issue. Litespeed img optimization tool fails to pull images.

    Report number: HSDKXMHN

    Report date: 11/28/2024 10:10:03

    I double checked whitelisted ips, bought some fast quotas credits, to no avail.

    Honestly I’m quite annoyed by this recurring issue. Can you give that a look please?

    Michael

    The page I need help with: [log in to see the link]

Viewing 12 replies - 1 through 12 (of 12 total)
  • Hi,

    I have the same issue i sent you today a report JKMITIZX

    Plugin Support litetim

    (@litetim)

    @michael-travan is it happening to all images? or you see errors from time to time?

    Plugin Support litetim

    (@litetim)

    @f14m07 please create a separate ticket. On wordpress I do not see your report

    Thread Starter Michael Travan

    (@michael-travan)

    Hello @litetim,

    pull process is completely stuck, from days. The error message I see is relative to the same image, every time, but it looks like it’s blocking the rest of images waiting to be pulled. I run a news website with thousands of images being processed every day, so now I have weeks of unoptimized images that heavily slow down my website.

    Michael

    Plugin Support qtwrk

    (@qtwrk)

    what exactly is the error message ?

    like failed to pull image: https://xxx.quic.cloud/xxxxx.jpg ?

    Thread Starter Michael Travan

    (@michael-travan)

    Hello @qtwrk,

    this is the message I’m getting:

    Image pull process failure: Failed to pull image [url] https://slc105-hyb-worker.quic.cloud/dl/d_739013/674978f985b333.24036145.jpg.webp

    Plugin Support qtwrk

    (@qtwrk)

    please try this , edit file wp-content/plugins/litespeed-cache/src/img-optm.cls.php , around line 1015, you will see

    self::debug('Loaded images count: ' . $req_counter);

    change it to

    self::debug('Loaded images count: ' . $req_counter);
    error_log(print_r($response,true), 3, '/path/to/your/wordpress/image.log')

    then trigger the error again , then share the image.log file over dropbox , google drive or any other means you see fit

    Thread Starter Michael Travan

    (@michael-travan)

    Hello,

    image.log file seems to fail getting generated. Is the syntax correct:

    self::debug('Loaded images count: ' . $req_counter);
    error_log(print_r($response,true), 3, '/wp-content/uploads/litespeed-log/image.log');
    ?

    Plugin Support litetim

    (@litetim)

    ‘/wp-content/uploads/litespeed-log/image.log’ => will create the log file, but not in the path you look in. If you have access to server path look into root and follow: wp-content/uploads/litespeed-log/image.log

    You can fix the path( should be like: /home and end with public_html ). I cannot write it here for the info is personal. You can take the path from LSC=>Toolbox=>Report and look at: DOCUMENT_ROOT

    Thread Starter Michael Travan

    (@michael-travan)

    Hello @litetim,

    yes sorry, my bad. I fixed the path, image.log file has been correctly generated but no data has been ouputted into it. I fired the error multiple times, cancel unfinished images, sent another optimization requests (same error popped up afterwards).

    Michael

    Plugin Support qtwrk

    (@qtwrk)

    okay , please create a ticket by mail to support at litespeedtech.com with reference link to this topic , we will invstigate futher.

    Thread Starter Michael Travan

    (@michael-travan)

    Thanks, done.

    Michael

Viewing 12 replies - 1 through 12 (of 12 total)

The topic ‘Image pull process failure’ is closed to new replies.