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.


Best Answer

  • Hi, would you mind trying with


    import refinitiv.data.eikon as ek


    I think that 'dataplatform' was changed.

Answers