Hi. I'm using a new reuters setup on a different pc, however whenever I run the following code
I get the error AttributeError: 'Response' object has no attribute 'reason'
import eikon as ek
ek.set_app_key('***')
tmp,err = ek.get_timeseries(['AAPL.OQ'],start_date='2018-08-03', end_date='2018-09-03', interval='daily')
Some items to note: I am using windows 10 & anaconda, I have uninstalled anaconda and re-installed the latest version, I have used this app key many times on another pc.
I receive this error whenever I use the version 1.1.6.post1
I tried reverting back to version 1.1.5 (not that Ive used this before) however I keep getting a different error "API Proxy" not available. I've restarted my pc and the kernel several times.
Running python directly (without anaconda) results in the same error.
I have also tried using this with a newly generated app key.
Any help would be appreciated. Thank you