jcarbaugh / python-roku

Screw remotes. Control your Roku with Python.
https://pypi.python.org/pypi/roku
BSD 3-Clause "New" or "Revised" License
288 stars 94 forks source link

AttributeError: 'NoneType' object has no attribute 'launch' #66

Closed Concrete18 closed 4 years ago

Concrete18 commented 4 years ago

Traceback (most recent call last): File "d:\Google Drive\Coding\Python\Scripts\Roku-Control\Roku.py", line 21, in Change_to_ABC() File "d:\Google Drive\Coding\Python\Scripts\Roku-Control\Roku.py", line 11, in Change_to_ABC YoutubeTV.launch()

AttributeError: 'NoneType' object has no attribute 'launch'

I can get many buttons to work but launching does not work on my Roku Ultra at this time.