-
Notifications
You must be signed in to change notification settings - Fork 40
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
QCheckBox(parent: QWidget = None): argument 1 has unexpected type 'list' #163
Comments
Has anyone found a solution? I have just installed this plugin and am having the same problem. I'm using Krita 5.2.1 but I also tried it with Krita 5.1.4 and had the same problem. |
SOLVED |
Im having the same issue. What do you mean by "checkout the corect that the plugin was related to"? |
@TilmitderBrill In my case, I couldn't even run Krita to uncheck it. EDIT: Actually, the issue comes back as soon as webui.sh is up and running. So the sd-webui update sends something new (a list format) to the plugin and Krita doesn't like it. EDIT2 : Looks like someone found and fixed the issue! https://github.com/poipoi300/auto-sd-krita-ext-xl |
Krita
Version: 5.2.0 (git 31272fb)
Installation type: installer / portable package
Hidpi: true
Qt
Version (compiled): 5.15.7
Version (loaded): 5.15.7
when i start Krita i got:
\krita\pykrita\krita_diff\widgets\checkbox.py", line 63, in init
checkbox = _QCheckBox(opt)
TypeError: arguments did not match any overloaded call:
QCheckBox(parent: QWidget = None): argument 1 has unexpected type 'list'
QCheckBox(str, parent: QWidget = None): argument 1 has unexpected type 'list'
The text was updated successfully, but these errors were encountered: