RunwayML-for-Photoshop icon indicating copy to clipboard operation
RunwayML-for-Photoshop copied to clipboard

temp file not found error

Open kctdfh opened this issue 4 years ago • 5 comments

Hey - I've looked everywhere for a solution but can't figure it out. Currently I get the same error no matter what model I try to run. Attached is a screenshot.

The error message says: "could not save a copy as "C:\tmp...jpg" because the file could not be found"

I also don't know if I'm using the debugger right, but when I go to http://localhost:8088/ there's this error:

Uncaught (in promise) undefined index.html:40534

runwayML-Photoshop

kctdfh avatar Oct 20 '19 19:10 kctdfh

Hi @kctdfh, it seems you are sending the background layer to the model. Make sure that you have selected a layer instead of the background. ("Layer 1" in your case)

Let me know if that works

cvalenzuela avatar Oct 23 '19 14:10 cvalenzuela

Hey! Unfortunately I get the same error no matter the layer

Capture

kctdfh avatar Oct 23 '19 14:10 kctdfh

It seems the content and style layers selected are Layer 0, but it looks like that layer doesn’t exist anymore. Sometimes it might take 1-2 seconds for the plugin to grab the new active layer. Can you try using the model over that layer after it has been updated in the plugin?

cvalenzuela avatar Oct 23 '19 14:10 cvalenzuela

I'm experiencing the same error. @kctdfh , did you have any luck correcting this?

ksteinfe avatar Nov 25 '19 23:11 ksteinfe

Solved it! Working in Windows, I didn't have an existing directory at C:\tmp for the temp file to be created in. I got things working by simply creating this directory.

ksteinfe avatar Nov 26 '19 17:11 ksteinfe