Traceback (most recent call last):
File "text.py", line 2, in
vf = VieraFinder()
File "/home/hass/.homeassistant/viera/pyviera.py", line 16, in init
desc = urlopen(desc_url).read()
File "/usr/lib/python2.7/urllib2.py", line 154, in urlopen
return opener.open(url, data, timeout)
File "/usr/lib/python2.7/urllib2.py", line 423, in open
protocol = req.get_type()
AttributeError: 'NoneType' object has no attribute 'get_type'
Since yesterday i have a problem with my pyviera.
It was running fine until the last days.
Know im getting following error:
Traceback (most recent call last): File "text.py", line 2, in
vf = VieraFinder()
File "/home/hass/.homeassistant/viera/pyviera.py", line 16, in init
desc = urlopen(desc_url).read()
File "/usr/lib/python2.7/urllib2.py", line 154, in urlopen
return opener.open(url, data, timeout)
File "/usr/lib/python2.7/urllib2.py", line 423, in open
protocol = req.get_type()
AttributeError: 'NoneType' object has no attribute 'get_type'
Any help?