-
Notifications
You must be signed in to change notification settings - Fork 25
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
Video move task often fails #356
Comments
I believe this is a similar issue to #354. The heartbeats inside of the long running functions aren't properly ending when the task finished causing weird issues. |
Yep, looks like it |
I have some changes to the Heartbeat available using the |
i also tried to use the main, because i have the same issue. |
I'm assuming you're running on an ARM cpu? If so, you'll need to specify the arm-specific tag if you want to run off of |
main-arm64 same problem. only latest works fine for me. i tried with main and main-arm64 |
What CPU is this running on? And to confirm, you're only changing the API container image? That's the only one required for this change. |
Thats the issue. i changed all the 3 containers :). i will now test if the download will work correctly :) |
A short feedback: f8 error |
Is that error from the browser console? If you go to the network tab of the browser tools, any failed requests? Is this just the |
v2.1.0 has been released with some fixes for the original issue in this post. Can you try it out and let me know if the video move error still happens?
Can you try the newly released API and frontend version and let me know if this still happens? v2.1.0 |
i tried it again, and i have these logs:
In that case you can see, that he moved the file sucessfully and then try it multiple times again, but the file is not available and then i fails |
@Zibbp Do you have a fix for this issue? |
Is this a live stream archive? If possible, can you post the full output from when the archive started to when errors start? |
No, its not a live stream archive. its a normal archive from stores vods |
Having an issue just like this as well. Out of 10 VODs, it moved all of them successfully but on 8 out of 10 of them it showed Video Move as errored so it wont every fully complete. |
Can you provide logs from the API container around the time the error happens? To confirm, you're running the latest version? |
Of course! Thanks! I deleted 3 VODs that had the error and restarted all containers. Below is the log file from the api container from when it re-aquires those 3 VODs from the channel up to the point where the status is reported as error on all 3 vods in the Queue. |
The formatting of the logs you uploaded got all messed up and it's difficult to read. Can you run I was able to archive |
Quite often, the video move task ends up failing, even though the video was correctly moved.
After this, the video is not present in the
/tmp
dir anymore, but was correctly moved in the destination directory, as you can see:From the logs above, it looks like the move task is taking too long, going to timeout, but still executing, then when wanting to retry, the source file is not here anymore.
The text was updated successfully, but these errors were encountered: