PS 22.31 Alchemist UXP devtools "Plugin load failed"

Now this is a bit annoying. UXP devtools won’t load Alchemist and says “Plugin load failed”.
I did the latest update to PS 22.31/Alchemist 1.2 and wanted to update the devtools to 1.2 as well, but the github page doesn’t show the newest update (@kerrishotts ?) and the creative cloud app gives me an update error on 86%.
Maybe i’m missing something?

I think that I specified the wrong PS version in the manifest. You can simply rewrite it in the “dist” folder before I fix it. alchemist/manifest.json at master · jardicc/alchemist · GitHub

I changed the manifest to this and it works :grinning:
“host”: {
“app”: “PS”,
“minVersion”: “22.3.0”
}

Thank you @Jarda for this 1.2 update !!

Ok, I updated the repo. Now it should work. The current version is 1.2.1 http://alchemist.cool

2 Likes

Nice one :grin: :+1:

Thank you all! Got it working. I thought it’s related to the dev tool because of the version missmatch in creative cloud / github. So the idea of examining the manifest did not came up.