Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

temp file not found error #1

Open
kctdfh opened this issue Oct 20, 2019 · 5 comments
Open

temp file not found error #1

kctdfh opened this issue Oct 20, 2019 · 5 comments

Comments

@kctdfh
Copy link

kctdfh commented Oct 20, 2019

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

@cvalenzuela
Copy link
Member

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

@kctdfh
Copy link
Author

kctdfh commented Oct 23, 2019

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

Capture

@cvalenzuela
Copy link
Member

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?

@ksteinfe
Copy link

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

@ksteinfe
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants