I am creating a kivy app where I have used router showing this error-
AttributeError: 'MainRouter' object has no attribute '_disabled_count'

Any solution?
I got this too but fixed it using super. Call the default init from within your new init using
super().__init__(**kwargs)
This error is caused by Kivy version. The latest version of Kivy-1.10.1 has some bug which is causing the problem. The older version seems fine!
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With