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

uploading video stops #243

Closed
Blisk opened this issue Jun 7, 2022 · 14 comments
Closed

uploading video stops #243

Blisk opened this issue Jun 7, 2022 · 14 comments
Assignees
Labels
bug Something isn't working question Further information is requested
Projects

Comments

@Blisk
Copy link

Blisk commented Jun 7, 2022

I tested few large videos 200Mb+ and it stop on certain percentage, sometimes 24% sometimes 50% sometimes 95%.
And doesn't move no matter how long I wati.
and this is error in log.
[Tue Jun 07 14:52:43.521093 2022] [proxy_fcgi:error] [pid 18500:tid 139888728979200] (70008)Partial results are valid but processing is incomplete: [client 192.168.0.1:15927] AH01075: Error dispatching request to : (reading input brigade), referer: https://mywebsite.com/upload.php
2022-06-07 14_56_53-Upload - Important Videos - Opera

@MacWarrior MacWarrior self-assigned this Jun 7, 2022
@MacWarrior MacWarrior added the bug Something isn't working label Jun 7, 2022
@MacWarrior
Copy link
Owner

MacWarrior commented Jun 7, 2022

Hello @Blisk,

Can you retry with dev mode enabled ? You should have PHP/SQL errors from server side OR js error on browser side...

What is your upload size limit ? And post size limit ?
Do you have the same issue with smaller files (less than 2Mo) ?

Thanks by advance,
Best regards,
MacWarrior

@Blisk
Copy link
Author

Blisk commented Jun 8, 2022

first what I noticed is this, when start uploading sometimes in the middle just get notification files is uploaded but it is still on 33%
I will also enable dev mod and post results.
Max Upload filesize is 5000 in php.ini I have all set to 2.5Gb
Before I didn't have this troubles.
2022-06-08 11_05_29-

@Blisk
Copy link
Author

Blisk commented Jun 8, 2022

under 500Mb it looks like ok and even if it is more than 500Mb sometimes video is uploaded sometimes freeze.
Here is enabled DEV MOD log
https://privatebin.povej.net/?fff28bdc08023cfe#CChWyzznfKyz5FrGAZxaRK8bXytj1dhyYwocRZmCEbVX
and this error is from php-fpm
un-2022 09:24:54 UTC] SQL : SELECT photos.photo_id, photos.photo_key, photos.userid, photos.photo_title, photos.photo_description, photos.photo_tags, photos.collection_id, photos.photo_details, photos.date_added, photos.filename, photos.ext, photos.active, photos.broadcast, photos.file_directory, photos.views, photos.last_commented, photos.total_comments, photos.last_viewed, photos.featured as photo_featured, users.userid, users.username, users.email, users.avatar, users.sex, users.avatar_url, users.dob, users.level, users.usr_status, users.user_session_key, users.featured, users.ban_status, users.total_photos, users.profile_hits, users.total_videos, users.subscribers, users.total_subscriptions, collections.collection_name, collections.type, collections.category, collections.views as collection_views, collections.date_added as collection_added FROM clipbucket.cb_photos AS photos LEFT JOIN clipbucket.cb_collections AS collections ON photos.collection_id = collections.collection_id LEFT JOIN clipbucket.cb_users AS users ON collections.userid = users.userid WHERE photos.broadcast = 'public' AND photos.active = 'yes' AND CONCAT(YEAR(curdate()),MONTH(curdate())) = CONCAT(YEAR(photos.date_added),MONTH(photos.date_added)) AND photos.collection_id <> '0' ORDER BY rating DESC LIMIT 0,21
[08-Jun-2022 09:24:54 UTC] ERROR : Column 'rating' in order clause is ambiguous

@MacWarrior
Copy link
Owner

Hello @Blisk,

Thanks for error log ; I'll fix this SQL error but it doesn't seems to be related to video upload
Do you have any JS error in your browser console ?

Best regards,
MacWarrior.

@Blisk
Copy link
Author

Blisk commented Jul 5, 2022

No I didn't see any errors in browser console.
But I have new error. I have uploaded video and it works but I get this.
slika
you can see it here https://yourtop.news/watch_video.php?v=XKXAXWK99W38

MacWarrior added a commit that referenced this issue Jul 30, 2022
Miscellaneous : Cleanup code
@MacWarrior MacWarrior added the question Further information is requested label Jul 30, 2022
@MacWarrior
Copy link
Owner

Hello @Blisk,

SQL error remonter on June 8 has been fixed on last revision.
About your last error, can you :

  • Update to latest revision
  • Enable dev mode
  • Retry

Thanks by advance,
Best regards,
MacWarrior.

@MacWarrior MacWarrior added this to In progress in 5.5.0 Jul 30, 2022
@alex4984191
Copy link

alex4984191 commented Aug 26, 2022

Hello @Blisk,

Thanks for error log ; I'll fix this SQL error but it doesn't seems to be related to video upload Do you have any JS error in your browser console ?

Best regards, MacWarrior.

Hi
When I upload it, it also stops and says "video uploaded successfully"
In the browser console I see "actions/file_uploader.php:1 Failed to load resource: net::ERR_HTTP2_PING_FAILED"
client_max_body_size 5000M;
Last update.

I noticed that this happens when the internet is slow.

@TheCosmicZero
Copy link

Hi @Blisk . I have had similar errors happen on my system. They were related to the file names being too long or having odd characters in them. I have had my users rename the files with 8.3 names before uploading. They have not had an issues since doing it this way.

Regards,
TCZ

@MacWarrior
Copy link
Owner

Hi @Blisk . I have had similar errors happen on my system. They were related to the file names being too long or having odd characters in them. I have had my users rename the files with 8.3 names before uploading. They have not had an issues since doing it this way.

Regards,

TCZ

Hello @TheCosmicZero,

Can you give me an example of file name ?

Thanks by advance,
Best regards,
MacWarrior.

@TheCosmicZero
Copy link

@MacWarrior I will see if I can dig one up. It has been a while since I had the issue.

@Blisk
Copy link
Author

Blisk commented Aug 31, 2022

I didn't have this issue anymore.

@Blisk
Copy link
Author

Blisk commented Nov 13, 2022

this issue still persist and it is not gone
it doesn't upload whole video and I get "file uploaded successfully"
and this is error
[pid 892664:tid 139650995844864] (70008)Partial results are valid but processing is incomplete: [client 192.168.1.11:57012] AH01075: Error dispatching request to : (reading input brigade), referer: https://yourtop.news/upload.php

2022-11-14 11_17_31-Upload - Important Videos - Opera

@Blisk
Copy link
Author

Blisk commented Nov 23, 2022

I have a lot of times these issues, don't know why. I hope this can be solved because a lot of videos I can not upload.
slika

@MacWarrior
Copy link
Owner

MacWarrior commented Dec 4, 2022

Hello @Blisk, @TheCosmicZero, @alex4984191,

Issue has been solved in latest commit
Admin access role is no longer required

Best regards,
MacWarrior.

@MacWarrior MacWarrior moved this from In progress to Done in 5.5.0 Dec 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working question Further information is requested
Projects
No open projects
5.5.0
Done
Development

No branches or pull requests

4 participants