• I am executing a process from a Python 2.7 program that reads Products from an ERP system and then by using the REST-API of WooCommerce I am trying to create or update the products within Woocommerce. I am receiving the following error message not always on the same place of the program (can run 100 products, all of them, 200, etc) but 90% of the cases I got the error message below

    “…
    2016-12-18 15:57:10,194 PROCESS LINE ERROR HTTPConnectionPool(host=’xxxxxx.com.ar’, port=80): Read timed out. (read timeout=5)
    2016-12-18 15:57:10,194 Error: HTTPConnectionPool(host=’xxxxxx.com.ar’, port=80): Read timed out. (read timeout=5)
    …”

    I am using the REST-API https://pypi.python.org/pypi/WooCommerce

    Any suggestion?

    Regards,
    Mariano

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Error: HTTPConnectionPool(host=’xxxxxx.com.ar’, port=80): Read timed out.’ is closed to new replies.