on rasberry pi 3 python 2.7 , trying to run code on geckodriver with selenium and getting error

dieter dieter at handshake.de
Tue Sep 11 01:11:55 EDT 2018


alon.najman at gmail.com writes:

> on rasberry pi 3 python 2.7 , trying to run code on geckodriver with selenium and getting an error the Firefox browser is opened automatically :) it just don't work I'm not getting the stock value on the print BTW it works on my PC with ChromeDriver -
>
> Traceback (most recent call last):
> ...
>   File "/usr/lib/python2.7/httplib.py", line 408, in _read_status
>     raise BadStatusLine(line)
> BadStatusLine: ''

This means that the (HTTP/HTTPS) server response in not valid HTTP --
maybe, because the server died during the request processing.




More information about the Python-list mailing list