alon.naj...@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.

-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to