Image pull process failure: Failed to pull image [url] https://saw35-hyb-worker.
-
Hello. Lately I keep getting these “pull process failures” any time I add a new image to my WP instance. It’s usually coupled with a “Pull Cron is running” message.
Report number is TLWUXLQB.
Thank you.
-
please try add this at top of your wp-config.php , next line after
<?php:define('LITESPEED_FORCE_WP_REMOTE_GET', true);then click “clean up unfinished data” and send again , see if you still get this fail message
Thank you. I’ll give this a try and see if it happens again. Will update this thread in a few days with the status. Appreciate the support.
thanks, please let me know how it goes
Okay, so the error is now no longer showing, which is good. However, in my Image Optimization setting in the plugin, it never processes these 70 images. I’ve tried clicking the Clean Up Unfinished Images button, but it never actually processes this queue.
Images notified to pull:
12 groups (70 images)Last pull initiated by cron at
22s ago.Clean Up Unfinished Data: 70 images
please do me a full screenshot on your image optimization summary page
and please confirm if
199.xxx.xxx.199is your server IP ?An IP lookup of my server for Timemachiner.io is 172.67.149.70 & 104.21.87.253
Here’s a screen shot of the page:

no , these 2 IPs are cloudflare IP as CDN, I meant the origin/backend server IP
oh, sorry! Yes yes I just looked and the 199 IP you listed (masked) is it. Do you need the full IP or do you have what you need?
@macstainless do not share private info.
My colleague asked to compare your IP with what he provided and give him an short answerGot it, sorry about that. I didn’t even realize you can’t edit responses on here after an hour of posting. I won’t post any other information that could be private.
Yes, the IP listed by support is the correct IP. Thank you.
please try this , go to toolbox -> debug setting, debug log to ON , debug level to advance , debug include URI , add
litespeed_type=imgoptmandnotify_imginto itthen go to toolbox -> log view -> clean up any eixsting log
now go to image optm summary , clean up unfinished data , send again
if nothing happens after 1 hour , then go to log view tab again , copy paste and share the log via https://pastebin.ubuntu.com/
Got it. Just did the steps and I’ll check it in one hour. Thank you.
Okay, it’s still doing it. Here is the paste of the log: https://pastebin.ubuntu.com/p/kM9FgYSkTk/
Thank you.
https://sin97-hyb-worker.quic.cloud/dl/d_1166229/68224b9321c327.46812241.jpg.webp
does it open on your browser ?
❌ failed to pull image: cURL error 28: Connection timed out after 10003 millisecondsplugin says it can not connect to
sin97-hyb-workernode in 10 seconds , looks like it was blocked by your security measure or somethingand also please try, create a php file , name it like
test.phpwith code<?php
require( './wp-load.php' );
$response = wp_remote_get( 'https://sin97-hyb-worker.quic.cloud/dl/d_1166229/68224b9321c327.46812241.jpg.webp' );
echo '<pre>';
var_dump($response);
echo '</pre>';put it at same dir as your wp-config.php , open it in browser as
https://your_domain.com/test.php, see what it returns.- Yes that URL opens for me when I click on it.
- “plugin says it can not connect to
sin97-hyb-workernode in 10 seconds” I’m not sure what this means or how I can address that. - Test.php outputs the following:
object(WP_Error)#13178 (3) { [“errors”]=> array(1) { [“http_request_failed”]=> array(1) { [0]=> string(59) “cURL error 28: Connection timed out after 5002 milliseconds” } } [“error_data”]=> array(0) { } [“additional_data”:protected]=> array(0) { } }
The topic ‘Image pull process failure: Failed to pull image [url] https://saw35-hyb-worker.’ is closed to new replies.