Hi, I am using the ek.get_data() function to request data, which often works but sometimes gives the following error.  What is causing this and how can I resolve it?  Thanks.
ERROR:
    Traceback (most recent call last):
File "/usr/local/lib/python3.7/site-packages/eikon/data_grid.py", line 169, in get_data 
return get_data_frame(result, field_name) 
File "/usr/local/lib/python3.7/site-packages/eikon/data_grid.py", line 218, in get_data_frame 
headers = [header['displayName'] for header in data_dict['headers'][0]] 
KeyError: 'headers'