hi,
hope I will find help here. I keep getting this error (in attached screenshot)
I tried downgrading httpx 0.14.2 didn't help
eikon version 1.1.13
after two unsuccessful remote sessions and a period where it worked (i thought because ofnew virtual environment through pipenv I thought I solved it then this error returned.
Help!!
2021-11-10 14:39:17,829 P[4068] [MainThread 2212] Error: no proxy address identified.
Check if Eikon Desktop or Eikon API Proxy is running.
2021-11-10 14:39:17,834 P[4068] [MainThread 2212] Error on handshake url http://127.0.0.1:None/api/handshake : TypeError("AsyncClient.send() got an unexpected keyword argument 'timeout'")
2021-11-10 14:39:17,834 P[4068] [MainThread 2212] Error on handshake url http://127.0.0.1:None/api/handshake : TypeError("AsyncClient.send() got an unexpected keyword argument 'timeout'")
2021-11-10 14:39:17,834 P[4068] [MainThread 2212] Port number was not identified, cannot send any request
2021-11-10 14:39:17,834 P[4068] [MainThread 2212] HTTP request failed: AsyncClient.send() got an unexpected keyword argument 'timeout'
Traceback (most recent call last):
File "C:\Users\Rafi Levy\Google Drive\projects\Refinitiv\dollar_iv\dollar_iv.py", line 596, in <module>
pl = pull_data1(stocks)
File "C:\Users\Rafi Levy\Google Drive\projects\Refinitiv\dollar_iv\dollar_iv.py", line 120, in pull_data1
pll, err = ek.get_data(instruments=stock_lst, fields=['CF_LAST'])
File "C:\Users\Rafi Levy\.virtualenvs\Refinitiv-wQXrtoLB\lib\site-packages\eikon\data_grid.py", line 192, in get_data
if result.get('responses'):
AttributeError: 'NoneType' object has no attribute 'get'