Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AttributeError: 'MediaPlayer' object has no attribute '8' #67

Open
RonnyAL opened this issue Oct 25, 2024 · 0 comments
Open

AttributeError: 'MediaPlayer' object has no attribute '8' #67

RonnyAL opened this issue Oct 25, 2024 · 0 comments

Comments

@RonnyAL
Copy link

RonnyAL commented Oct 25, 2024

I see that another user is having similar issues, fixed by reinstalling. I am on a fresh install of Flow Launcher (never tried it before), and just now installed HA-Commander, so I thought it was worth bringing it up (again).

Trace Log

Traceback (most recent call last):
  File C:\Users\ronny\AppData\Roaming\FlowLauncher\Plugins\HA-Commander-5.2.0\lib\flox\launcher.py, line 41, in run
    results = request_method(*request_parameters) or self._results
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File C:\Users\ronny\AppData\Roaming\FlowLauncher\Plugins\HA-Commander-5.2.0\lib\flox\__init__.py, line 132, in _query
    self.query(query)
  File C:\Users\ronny\AppData\Roaming\FlowLauncher\Plugins\HA-Commander-5.2.0\plugin\main.py, line 53, in query
    states = self.client.states()
             ^^^^^^^^^^^^^^^^^^^^
  File C:\Users\ronny\AppData\Roaming\FlowLauncher\Plugins\HA-Commander-5.2.0\plugin\homeassistant.py, line 122, in states
    entities.append(self.create_entity(entity))
                    ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File C:\Users\ronny\AppData\Roaming\FlowLauncher\Plugins\HA-Commander-5.2.0\plugin\homeassistant.py, line 147, in create_entity
    return _cls(self, entity)
           ^^^^^^^^^^^^^^^^^^
  File C:\Users\ronny\AppData\Roaming\FlowLauncher\Plugins\HA-Commander-5.2.0\plugin\homeassistant.py, line 328, in __init__
    getattr(self, current_source).icon = radiobox-marked
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'MediaPlayer' object has no attribute '8'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant