Expand my Community achievements bar.

Join us for the next Community Q&A Coffee Break on Tuesday April 23, 2024 with Eric Matisoff, Principal Evangelist, Analytics & Data Science, who will join us to discuss all the big news and announcements from Summit 2024!

Reporting API issue

Avatar

Level 1

Hi All,

I have a python wrapper which connects to Reporting API of Adobe analytics and pulls the data. It runs for more than 10 hours and then disconnects. I have been getting the following error.

ERROR - HTTPSConnectionPool(host='api.omniture.com', port=443): Max retries exceeded with url: /admin/1.4/rest/?method=Report.Get (Caused by NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x7f6d255578d0>: Failed to establish a new connection: [Errno 110] Connection timed out',))
Traceback (most recent call last):

  File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 159, in _new_conn

Is there any time out option in Adobe analytics which could help me to fix it?

0 Replies