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

polychromatic-controller, polychromatic-tray-applet crash on RBS #31

Closed
pjdaborowski opened this issue Sep 25, 2016 · 1 comment
Closed
Labels
openrazer Related to the OpenRazer backend (driver or daemon)

Comments

@pjdaborowski
Copy link

pjdaborowski commented Sep 25, 2016

razerkbd module is running
attempt to run polychromatic-controller results in this error:

admin@laptop:~$ polychromatic-controller 
Using relative path for translations.
Traceback (most recent call last):
  File "/usr/bin/polychromatic-controller", line 1380, in <module>
    app = Controller()
  File "/usr/bin/polychromatic-controller", line 190, in __init__
    self.devman = rclient.DeviceManager()
  File "/usr/lib/python3/dist-packages/razer/client/__init__.py", line 33, in __init__
    device = _RazerDeviceFactory.get_device(serial)
  File "/usr/lib/python3/dist-packages/razer/client/device.py", line 56, in get_device
    device = device_class.get_device(serial, vid_pid=device_vid_pid, daemon_dbus=daemon_dbus)
  File "/usr/lib/python3/dist-packages/razer/client/devices/keyboard.py", line 148, in get_device
    return device_class(serial, vid_pid=vid_pid, daemon_dbus=daemon_dbus)
  File "/usr/lib/python3/dist-packages/razer/client/devices/keyboard.py", line 128, in __init__
    self._update_capabilities(default_capabilities)
AttributeError: 'RazerBladeStealthKeyboard' object has no attribute '_update_capabilities'`
@lah7 lah7 added duplicate openrazer Related to the OpenRazer backend (driver or daemon) labels Sep 25, 2016
@lah7
Copy link
Member

lah7 commented Sep 25, 2016

Duplicate of #30 (comment), it's a daemon bug with the Razer Blade Stealth.

There should be a new release of the daemon in the next day or so that will fix this.

@lah7 lah7 closed this as completed Sep 25, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
openrazer Related to the OpenRazer backend (driver or daemon)
Projects
None yet
Development

No branches or pull requests

2 participants