Upgrade from Eikon -> Workspace. Learn about programming differences.

For a deeper look into our Eikon Data API, look into:

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials |  Articles

question

Upvotes
Accepted
1 1 1 2

Error: 'NoneType' object has no attribute 'logger'

Hello all,


I am using the Eikon Python API to extract data, but i get the following error message:

'NoneType' object has no attribute 'logger'

I entered to following commands:

1665754346953.png

I had this error yesterday but could handled it by switching between Python notebooks. Now, unfortunately, I get this error in each notebook when i am trying to retrive data.


I guess this is some sort of a configuration problem (and not a coding mistake).


Thanks,

Ron.


eikonpythonconfiguration
1665754346953.png (53.8 KiB)
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

· Write an Answer
Upvote
Accepted
5.8k 21 2 6

Hi, would you mind trying with


import refinitiv.data.eikon as ek


I think that 'dataplatform' was changed.

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Yes it worked!

I also got my - ek.set_app_key('Key_number')


Thank you!

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.