tomokas / pyviera

Control Panasonic VIERA TVs programmatically.
36 stars 13 forks source link

Not running anymore #11

Closed outrun0506 closed 7 years ago

outrun0506 commented 7 years ago

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?