Admin orders.json API Pagination Issues - Link Not In Header

Hi,

We are having issues with the following API:
https://squaretrade-device-repair.myshopify.com/admin/orders.json

We are getting the following error while parsing Link header:

“/opt/eng/stgo/app/device_repair/services/shopify.py”, line 117, in _parse_link_header#012 link_header = response.headers[“Link”]#012 File “/opt/eng/stgo/virtualenv/lib/python3.5/site-packages/requests/structures.py”, line 54, in getitem#012 return self._store[key.lower()][1]#012KeyError: ‘link’

Any ideas as to what’s going on here?

We are seeing this recently (like from last month or so) in production. But found the issue now. Any help is highly appreciate here.

Thanks & Regards,
Venkat

I have used basic authentication while calling this GET call.

Here is the list of headers I am getting now:

Cont.