So helpdesk has asked me to ask the community?? here ? why the quick tutorial code isnt working, i am using vs code python with jupyter notebook.
The code is just a copy from the quick start guide on the refinitiv website
import eikon as ek
import pandas as pd
ek.set_app_key('my-api tokin')
ek.get_news_headlines('EU AND POL',1)
it works fine until the last line, but simply doesnt return any code, instead after like 10 min waiting or similar it returns this:
2024-01-18 20:47:48,591 P[10672] [MainThread 28692] Error code 404 | Client Error: <!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><title>Error</title></head><body><pre>Cannot POST /api/v1/data</pre></body></html>2024-01-18 20:47:48,593 P[10672] [MainThread 28692] HTTP request failed: EikonError-Client Error: <!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><title>Error</title></head><body><pre>Cannot POST /api/v1/data</pre></body></html>