• I hope this letter finds you well. I am reaching out to inform you about an issue we are experiencing with the ws-eu.amazon-adsystem.com server related to your plugin.

    First and foremost, let me express my gratitude for your excellent work in developing this plugin. It has been an invaluable tool for our website and has significantly enhanced our ability to display relevant ads to our visitors.

    However, we have recently noticed a problem with the ws-eu.amazon-adsystem.com server, which is affecting the performance and functionality of the plugin. The ads are not loading properly, resulting in a negative user experience.

    We understand that technical issues can arise at any time and we are aware that you do your best to provide quality service. Therefore, we would like to request your assistance in resolving this issue as soon as possible. It would be greatly appreciated if you could thoroughly investigate the problem with the ws-eu.amazon-adsystem.com server and work on a suitable solution.

    We would like to emphasize that we are aware that such inconveniences are beyond your direct control, as the server is managed by Amazon. However, as users of your plugin, we trust in your expertise and technical knowledge to act as intermediaries and seek an effective resolution.

    Please be aware that this issue is significantly impacting our business and advertising revenue. Therefore, we kindly ask you to address this matter with the utmost urgency.

    We appreciate your attention to this matter and look forward to a prompt response. If you require any further information or additional details, please do not hesitate to contact us. We are willing to collaborate in any way necessary to resolve this issue.

    Thank you for your time and dedication. We have confidence that, as always, you will work diligently to resolve this situation and provide us with a functional and reliable plugin.

    Sincerely,

    JoeBlack

Viewing 1 replies (of 1 total)
  • Thread Starter jmsmov39

    (@jmsmov39)

    I think this is the solution in wp-amazon-shop-handler.php

    $html = new simple_html_dom();
            $max_attempts = 5;
            for ($attempt = 1; $attempt <= $max_attempts; $attempt++) {
                $html->load_file($proudct_url);
                if (gettype($html->find('a#titlehref', 0)) != "NULL") {
                    break;
                }
                // Espera un segundo antes de intentar nuevamente
                sleep(1);
            }
Viewing 1 replies (of 1 total)
  • The topic ‘Error ws-eu.amazon-adsystem.com http not https’ is closed to new replies.