I have a django application that it uses selenium and chromedriver on ubuntu when I try to open the application from windows the chromedriver doesn't open
WebDriverException at /scrap
Message: unknown error: Chrome failed to start: exited abnormally (unknown error: DevToolsActivePort file doesn't exist) (The process started from chrome location /usr/bin/chromium-browser is no longer running, so ChromeDriver is assuming that Chrome has crashed.) (Driver info: chromedriver=2.44.609551 (5d576e9a44fe4c5b6a07e568f1ebc753f1214634),platform=Linux 4.15.0-1030-azure x86_64)
NB: the django application is installed under ubuntu 18 after using apache2 i could access to the application from windows but the part using chromedriver doesn't work