在Ubuntu Server上运行Djangorestframework api时出现问题

时间:2016-05-27 05:17:24

标签: django selenium django-rest-framework ubuntu-server selenium-firefoxdriver

我使用djangorestframework开发了一个api。它使用selenium和firefox驱动程序。它在我的localhost上完全正常。但是当我尝试在服务器上运行它时,它会给出WebDriverException。

服务器和主机都具有相同的环境,如下所述:

Ubuntu - 14.04;
python - 2.7.6;
Django - 1.9.6;
djangorestframework - 3.3.3;
selenium - 2.53.2;
Mozilla firefox - 46.0.1;
bs4 - 0.0.1;

enter image description here

错误消息是:

WebDriverException
Message: The browser appears to have exited before we could connect. If you specified a log_file in the FirefoxBinary constructor, check it
/home/Ubuntu/local/lib/pyhton2.7/site-packages/selenium/webdriver/firefox/firefox_binary in _wait_until_connectable, line 98 

0 个答案:

没有答案