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

ValueError: Enable must be a boolean value #373

Open
thelabcat opened this issue Mar 6, 2022 · 0 comments
Open

ValueError: Enable must be a boolean value #373

thelabcat opened this issue Mar 6, 2022 · 0 comments

Comments

@thelabcat
Copy link

Describe the bug
Cannot update the addon with the button

To Reproduce
Steps to reproduce the behavior:

  1. Open the Preferences window, and navigate to the addon.
  2. Click the Update now button.
  3. Error is raised:
Traceback (most recent call last):
  File "C:\Users\zargu\AppData\Roaming\Blender Foundation\Blender\3.0\scripts\addons\MB-Lab\addon_updater_ops.py", line 234, in execute
    updater.set_check_interval(
  File "C:\Users\zargu\AppData\Roaming\Blender Foundation\Blender\3.0\scripts\addons\MB-Lab\addon_updater.py", line 511, in set_check_interval
    raise ValueError("Enable must be a boolean value")
ValueError: Enable must be a boolean value

Additional context
The addon is enabled, and incidentally is the latest version, though that doesn't seem to have caused the upgrade issue.

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