woocommerce / woocommerce-rest-api

This is the WooCommerce core REST API Package. It runs standalone as a feature plugin too.
71 stars 46 forks source link

Product Request Error : woocommerce_product_image_upload_error:Error getting remote image #242

Closed salimsaid closed 3 years ago

salimsaid commented 4 years ago

Am calling the api to import products into my store, woocommerce returns the following error

shopmaster error forbidden shopmaster not found

What could i be missing ? My vps is not blocking any outgoing requests.

vedanshujain commented 3 years ago

Based on the error looks like the store does not have access to those links. To debug, I'd recommend logging onto the server and try accessing those links directly using a curl or wget command (for linux servers) to see if you can reproduce the error. Perhaps you can get better support by asking around in community forums.

That said, I am closing the issue because this does not looks like a WooCommerce core bug and is not reproducible. But feel free to reply back incase I have missed something or you want to discuss further.