This repository was archived by the owner on Nov 26, 2020. It is now read-only.

Description
Due to the reliance on third-party databases (i.e. AlphaVantage and Yahoo Finance), some request errors have been recurring, taking the following shape:
Future exception was never retrieved
future: <Future finished exception=NetworkError('Protocol error Target.sendMessageToTarget: Target closed.')>
pyppeteer.errors.NetworkError: Protocol error Target.sendMessageToTarget: Target closed.
Future exception was never retrieved
future: <Future finished exception=NetworkError('Protocol error (Target.sendMessageToTarget): No session with given id')>
pyppeteer.errors.NetworkError: Protocol error (Target.sendMessageToTarget): No session with given id
To do:
- Find the source of the issue (code-based or provider-based)
- If code-based, devise a solution