Results 9 comments of 花雪

> alright gotta apoloigze it seems the actual issue is i gave it the file path without acctualy supplying the filename. i did this C:\Audio wheen it shouldve been C:\Audio\bucklemyshoe.wav...

> Start the webui with an admin console I guess? It didn't solve my case...

I will add the details of the error. This occurred when converting an audio file. In "Inferencing voice" I specified the pth file I downloaded and in "Enter the path...

Hi! I tried outputting it with alert, and for example: ```js alert(ElementPlacement.INSIDE) // shows "ElementPlacement.INSIDE" alert(typeof ElementPlacement.INSIDE) // shows "object" ``` so I’m not sure whether it’s actually a string...

I don't know how to do PR. Perhaps something like this should be added: ```.d.ts /** * Location to move element to. * @see https://ai-scripting.docsforadobe.dev/jsobjref/scripting-constants/?h=elementplacement#elementplacement */ declare const ElementPlacement: {...

> This isn't enough information to go on... which version of CEP are you using? Which host app? (There's an eyedropper in Illustrator and Photoshop...) Which version of the host...

> こちらのスプリクトを活用させて頂き、ルビ振りを行いたいのですが、以下のエラーが表示されるため、何か対応策は考えられますでしょうか? > > Error 8705: Target layer cannot be modified > > Line: 619 > > var rubyGroup = activeDocument.groupltems.add(); > > ルビ振りを行いたいデータに対して行うと上記のエラーが表示されます。 新規ページでテキストをコピペして行った場合では、問題なくルビ振りできました。 `activeDocument.groupltems.add();`を`activeDocument.activeLayer.groupItems.add();`に修正すると動作するようです。