Hi,
trying to write a Python/Eikon API for the first time. I started with the sample code available on the TR website.
I have set up new App API code which I have specified in my script along with my Eikon username and password.
This is the response
############### Sending Authentication request message to TRKD ###############
Request fail
response status 500
Error: {'Fault': {'Code': {'Value': 's:Receiver', 'Subcode': {'Value': 'a:Security_InvalidLoginPassword'}}, 'Reason': {'Text': {'lang': 'en-US', 'Value': 'Invalid user name or password.'}}, 'Detail': {'ClientErrorReference': {'Timestamp': '2018-11-08T23:53:04.1537466Z', 'ErrorReference': 'f18d41cb111e41988643e3336ca0c19e', 'ServerReference': 'E768EA1DE8219342CDEBB90D1064341FD6AB0D698A8CC1FE'}}}}
Traceback (most recent call last):
Help !!