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

'bool' object is not subscriptable #48

Open
theroboticsguy opened this issue Oct 17, 2018 · 4 comments
Open

'bool' object is not subscriptable #48

theroboticsguy opened this issue Oct 17, 2018 · 4 comments

Comments

@theroboticsguy
Copy link

When I click the LED strip manager tab , it crashes and error is "'bool' object is not subscriptable "

And it is pointing to line 1489 of main.py

Make the req_widgets

        req_widgets[device] = {}
        if config.device_req_config[device]:
            for req_config_setting in config.device_req_config[device]:

1489: label = config.device_req_config[device][req_config_setting][0]
guide = config.device_req_config[device][req_config_setting][1]
wType = config.device_req_config[device][req_config_setting][2]
deflt = config.device_req_config[device][req_config_setting][3]
wLabel = QLabel(label)

@not-matt
Copy link
Owner

Try deleting settings.ini, then add your devices again.

@theroboticsguy
Copy link
Author

Okay , I will try this , Thanks .

@not-matt
Copy link
Owner

not-matt commented Nov 20, 2018 via email

@theroboticsguy
Copy link
Author

Okay , thanks again , also this project , Hats off.

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

2 participants