-
Notifications
You must be signed in to change notification settings - Fork 19
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
Problem in running using github actions #38
Comments
I had the same problem on Windows |
I haven't problems with windows machines, but If I'll get this case I`ll share solution if find it. |
Hi @RomaTk - thanks for raising the issue and apologies about the delay. This appears to be thrown when renaming the downloaded file (we append the Does this happen in a public repo? Thanks in advance, |
@masterWeber if this is reproducible could you try it again with a newly published version 1.1.5? |
Here the error which I get:
Error: ENOENT: no such file or directory, rename '/home/runner/.ffbinaries-cache/ffmpeg-4.4.1-linux-64.zip.part' -> '/home/runner/.ffbinaries-cache/ffmpeg-4.4.1-linux-64.zip'
at Object.renameSync (node:fs:1030:3)
at Request._callback (/home/runner/work/minigames/minigames/node_modules/ffbinaries/ffbinaries-lib.js:287:15)
at Request.self.callback (/home/runner/work/minigames/minigames/node_modules/request/request.js:185:22)
at Request.emit (node:events:513:28)
at Request.emit (node:domain:552:15)
at Request. (/home/runner/work/minigames/minigames/node_modules/request/request.js:1154:10)
at Request.emit (node:events:525:35)
at Request.emit (node:domain:552:15)
at IncomingMessage. (/home/runner/work/minigames/minigames/node_modules/request/request.js:1076:12)
at Object.onceWrapper (node:events:627:28)
The text was updated successfully, but these errors were encountered: