After downloading Alchemist Version 2.0.3 when launching the Plugin using developer tool the panels got blocked in the ‘Loading’ process
I solved the problem adding “launchProcess”: “request”, to the “required permission” section of the Manifest (as it was in previous versions)
I hope this can be useful to somebody
1 Like
This happened because I was using a version of Alchemist that was misaligned with my version of PS.
Using a version of Alchemist suitable for your own version of PS there is no problem and it is not necessary to intervene on the Alchemist manifest
1 Like
Hi @Trasatti
I have similar issue (“Loading” process panel) on Alchemist 2.1.0 (latest) Photoshop 23.3 (min support version of Alchemist 2.1.0).
Do you know how to be the working manifest file?
2.1.0 manifest file
"requiredPermissions": {
"allowCodeGenerationFromStrings": true,
"clipboard": "readAndWrite",
"localFileSystem": "fullAccess",
"launchProcess": {
"schemes": ["http", "https"]
},
"network": {
"domains": ["alchemist.bereza.cz"]
}
},
2.0.2 manifest file
"requiredPermissions": {
"clipboard": "readAndWrite",
"launchProcess": "request",
"allowCodeGenerationFromStrings": true,
"localFileSystem":"fullAccess",
"network": {
"domains": ["alchemist.bereza.cz"]
}
},
I’m sorry, I can’t help. I solved the problem ss described in my post marked here as solution
1 Like
Thank you. My issue got resolved.
I just verified working Alchemist 2.1.0 with Ps 24.1.0.
I needed to load plugin from “dist” folder instead of “uxp” folder as written in the github page
1 Like
Jarda
February 4, 2023, 8:45am
6
In readme there is a description of what version is supported by what version of PS.
DevTool for plugin developers
Alchemist 2.1.0 or higher requires Photoshop version 23.3.0 or higher
Alchemist 1.4.0 - 2.0.2 requires Photoshop version from 22.5.x to 23.2.x
Alchemsit 1.3.0 works best with Photoshop 22.4.x and lower.
Show all versions here: Releases · jardicc/alchemist · GitHub
1 Like
haller
March 11, 2023, 11:15pm
7
A strange thing happens to me with alchemist when I convert an action and in the action there is a group alchemist converts it, but when I go to use the script it gives me an error. do you have a solution?