Would you know what the issue is when the client gets the following error?

I am having trouble running the Python Eikon API: "raise requests.HTTPError(str(response), response = response)".

Best Answer

  • This code ("raise requests.HTTPError(str(response), response = response)") was modified in the last version 0.1.13

    You should ask to the client to update Eikon Python API to this version (with the command "pip install eikon --upgrade")

Answers