SessionNotCreatedException when using llama_index.readers.web.WholeSiteReader inside a docker container
I was using llama_index.readers.web.WholeSiteReader inside a docker container, which first gave a ValueError saying No chrome executable found in PATH
. After I installed and setup the google-chrome and chromedriver, it gives SessionNotCreatedException.