Skip to content
This repository has been archived by the owner on Jul 21, 2024. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant