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

Possible fix for multiple images. #1

Open
mitko2703 opened this issue Dec 17, 2021 · 1 comment
Open

Possible fix for multiple images. #1

mitko2703 opened this issue Dec 17, 2021 · 1 comment

Comments

@mitko2703
Copy link

I had problems when using multiple images with proxy and had the following error
"ENOENT: no such file or directory, unlink '/path_to_image\image.jpg..."
It was caused by the filename variable.
The fix was declaring it as a constant i.e. const filename=\\${makeid(10)}.${ext[ext.length - 1]}
Not sure if it was intended to work that way.

@haghft
Copy link

haghft commented Jan 3, 2022

I have same problem

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

2 participants