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

Problem in running using github actions #38

Open
RomaTk opened this issue Sep 10, 2022 · 4 comments
Open

Problem in running using github actions #38

RomaTk opened this issue Sep 10, 2022 · 4 comments

Comments

@RomaTk
Copy link

RomaTk commented Sep 10, 2022

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)

@masterWeber
Copy link

I had the same problem on Windows

@RomaTk
Copy link
Author

RomaTk commented Dec 23, 2022

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.

@vot
Copy link
Member

vot commented Mar 13, 2023

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 .part to the filename while the file is still incomplete, then remove it upon success).

Does this happen in a public repo?
If it's private could you create a public one or provide the workflow definition file to reproduce this?

Thanks in advance,
Vot

@vot
Copy link
Member

vot commented Mar 13, 2023

I had the same problem on Windows

@masterWeber if this is reproducible could you try it again with a newly published version 1.1.5?
It includes changes from Pull Request #37 that relate to Windows path concatenation, that might just resolve the problem you've been experiencing.

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