Local Storage and Download_filings Bug #359
-
|
When I use Local Storage and download_filings given in the sample code, it returns an error message: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
How are you running the samples? From a notebook? From a python script? From if name == 'main': ? From my experience |
Beta Was this translation helpful? Give feedback.
How are you running the samples? From a notebook? From a python script? From if name == 'main': ?
From my experience
asyncio.run() cannot be called from a running event loophappens when running from a notebook so I should probably test from a notebook