using eikson to download data while PC is logout

I tried to use task scheduler to trigger python code to download reuters data through eikson. However, I got the following error:

requests.exceptions.MissingSchema: Invalid URL 'None': No schema supplied.

Any idea to resolve it?

Best Answer

  • Zhenya Kovalyov
    Answer ✓

    @peng.tian the python API is not really designed with your workflow in mind. Instead, I suggest you look into using an enterprise-level API, such as DataScope.

Answers