'HTTPSConnectionPool(host='just-a-test-dev-store.myshopify.com', port=443): Max retries exceeded with url: /admin/shop.json odoo12

Currently I am working on odoo shopify connector where I am facing this error when I try to configure shop from shopify

HTTPSConnectionPool(host='just-a-test-dev-store.myshopify.com', port=443): Max retries exceeded with url: /admin/shop.json (Caused by NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x7f7ba41cba00>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source