You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: