fui / fui-kk

Course evaluation software for courses in informatics at the University of Oslo.
MIT License
8 stars 7 forks source link

phantomjs feilmelding #95

Open kariesta opened 6 years ago

kariesta commented 6 years ago

Hei. prøver å kjøre make download men får denne feilmeldingen:

Traceback (most recent call last): File "fui_kk/download_reports.py", line 238, in main() File "fui_kk/download_reports.py", line 223, in main driver = webdriver.PhantomJS() File "/usr/local/lib/python3.6/dist-packages/selenium/webdriver/phantomjs/webdriver.py", line 52, in init self.service.start() File "/usr/local/lib/python3.6/dist-packages/selenium/webdriver/common/service.py", line 102, in start raise WebDriverException("Can not connect to the Service %s" % self.path) selenium.common.exceptions.WebDriverException: Message: Can not connect to the Service phantomjs

Makefile:31: recipe for target 'download' failed make: *** [download] Error 1