-
Notifications
You must be signed in to change notification settings - Fork 190
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
I keep having constant encoder issues now for some reason. Now Large uploads keep failing #419
Comments
My videos directory i do not think had the correct permissions. The log in one of them had no recent dates had stuff from 2020 in it. |
I have a couple of test running but It looks like it is working will report back when they finish. |
Found the error [05-Nov-2021 17:34:23 America/Chicago] Encoder::sendFileToDownload [file=/var/www/html/YouPHPTube/upl4/videos/avideoTmpFile_94_streamers_id_431__HD.mp4], [download=https://ww2.joshwhotv.com/upl4/videos/avideoTmpFile_94_streamers_id_431__HD.mp4] |
From what I am seeing it looks like the log is showing that it is trying to grab the mp4 from a avideo directory and not from my actual website. I just 000 all the main files in that directory and hope it starts using my website again. |
Fixed, this , I updated for you upl4 you can update the others |
Thank you Daniel. Super awesome! |
This is still a ongoing issue. I do not know why but it just keeps happening and I use just 3 encoders now, all on their own servers and I just keep getting broken. I think this has something to do with Backblaze not transferring all the way or something. The old fix where it use to just download it it seems like it doesn't work or the encoder is not directing something right. Some times it takes 3 tries then it will finally submit correctly without doing anything extra other than clicking retry on the encoder. |
If I turn off the Auto delete it keeps the temp file for me to retry. Is there a way for it to check Backblaze before it deletes to see if it transferred? |
yes, try to turn off the autodelete. but the important is to make it possible to reproduce or inspect the error. |
PHP Notice: Undefined property: stdClass::$code in /var/www/html/YouPHPTube/Encoder2/objects/Encoder.php on line 769 |
[07-Dec-2021 11:02:22 America/Chicago] login.json: Login::run |
I noticed also the Cache doesn't purge once it finishes |
I can see errors in backblaze transfer I still not sure what is the error. But I guess backblaze has a max file size to transfer you should keep one of this files on the encoder and try to resubmit. And capture only the real error. You have dumped a large log what makes harder to find the issue |
I thought if Backblaze failed it downloaded it instead? |
I am pretty sure this a is a Backblaze issue. Maybe need to chunk upload to it or something Happens on all 3 encoders randomly |
|
I posted the larger log because I can't make since of the error and how it led up to it. |
From your old/large log that is what call my attention
more specific this error
upl4 I guess is not on the same server as your streamer. how come it tries to upload the file like it was a local file? it only may happen when the encoder and streamer are on the same server. but if this is the problem all the fails should fail., not only the large ones there is no error on the latest log you shared here. if the video , from that log, is not working, the error may be on the streamer side, not on the encoder |
Interesting. I think it is how you set it up a long time ago. I only been copying the first one |
That Encoder is actually local one Now that I think about it. https://www.joshhwotv.com/Encoder is what it used |
Again, I suspect the problem is on the streamer NOT on the encoder. does it only fail with large files? |
yes mostly. I have seen it do this with small files but not as much Unless all encoders have the same bug I think it is Backblaze Even the newest encoder u setup for me does this |
Hi I am confused now, is it happening with small files? large files? both? |
Ever since the Log4J patch everything is working great again. |
wow, I am surprise what log4j has to do with it :( |
Not sure what changed but now having issues with large uploads over 1 gig
The text was updated successfully, but these errors were encountered: