Skip to content

AttributeError: 'super' object has no attribute 'on_disabled' #133

@AndreMiras

Description

@AndreMiras

https://sentry.io/andre-5t/pywallet/issues/501682870/
On MacOS:

AttributeError: 'super' object has no attribute 'on_disabled'
(20 additional frame(s) were not displayed)
...
  File "kivy/properties.pyx", line 571, in kivy.properties.Property.dispatch (kivy/properties.c:7107)
    ps.observers.dispatch(obj, ps.value, None, None, 0)
  File "kivy/_event.pyx", line 1214, in kivy._event.EventObservers.dispatch (kivy/_event.c:14035)
    result = self._dispatch(
  File "kivy/_event.pyx", line 1120, in kivy._event.EventObservers._dispatch (kivy/_event.c:13193)
    return f(obj, value)
  File "kivymd/button.py", line 294, in on_disabled
    super(BaseRaisedButton, self).on_disabled(instance, value)
  File "kivymd/button.py", line 178, in on_disabled
    super(BaseButton, self).on_disabled(instance, value)

AttributeError: 'super' object has no attribute 'on_disabled'

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions