auto-sd-paint-ext icon indicating copy to clipboard operation
auto-sd-paint-ext copied to clipboard

QCheckBox(parent: QWidget = None): argument 1 has unexpected type 'list'

Open wensenz opened this issue 8 months ago • 5 comments

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

image

image

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'

wensenz avatar Oct 13 '23 09:10 wensenz

i'm having the same issue image

dangerweenie avatar Oct 25 '23 01:10 dangerweenie

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.

pseudokris avatar Nov 19 '23 08:11 pseudokris

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 I had to checkout the correct that the plugin was related to. Then everything worked great.

pseudokris avatar Nov 19 '23 10:11 pseudokris

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 I had to checkout the correct that the plugin was related to. Then everything worked great.

Im having the same issue. What do you mean by "checkout the corect that the plugin was related to"?

TilmitderBrill avatar Nov 19 '23 12:11 TilmitderBrill

@TilmitderBrill I think what @pseudokris meant was "I checked out the plugin ..." Indeed if you remove the plugin, the issue is solved ... but you don't have the plugin anymore.

In my case, I couldn't even run Krita to uncheck it. Dumping Krita config (~/.config/krita*) resets, and unchecks the plugin. But it was working yesterday before I updated sd-webui to 1.6.1, so I guess the update has broken something.

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

j2l avatar Nov 23 '23 12:11 j2l