Hi All,
I am unable to fetch news headlines when using
rdp.get_news_headlines('Trump')
I am getting no response from the server. The Jupyter code cell finishes running but nothing happens. If I try to place it in a variable and print that variable, it returns nothing. I think i may have a possible authorization issue and I am not sure how to fix it. Please assist.
I open the session using:
rdp.open_platform_session( APP_KEY, rdp.GrantPassword( username = 'RDP_LOGIN', password = 'RDP_PASSWORD' ) )
Please help as soon as you can!