clipbucket-v5 icon indicating copy to clipboard operation
clipbucket-v5 copied to clipboard

uploading video stops

Open Blisk opened this issue 2 years ago • 12 comments

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

Blisk avatar Jun 07 '22 13:06 Blisk

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

MacWarrior avatar Jun 07 '22 13:06 MacWarrior

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 avatar Jun 08 '22 09:06 Blisk

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

Blisk avatar Jun 08 '22 09:06 Blisk

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.

MacWarrior avatar Jun 15 '22 21:06 MacWarrior

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

Blisk avatar Jul 05 '22 07:07 Blisk

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 avatar Jul 30 '22 08:07 MacWarrior

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.

alex4984191 avatar Aug 26 '22 14:08 alex4984191

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

TheCosmicZero avatar Aug 26 '22 17:08 TheCosmicZero

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.

MacWarrior avatar Aug 27 '22 07:08 MacWarrior

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

TheCosmicZero avatar Aug 27 '22 13:08 TheCosmicZero

I didn't have this issue anymore.

Blisk avatar Aug 31 '22 17:08 Blisk

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 avatar Nov 13 '22 19:11 Blisk

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

Blisk avatar Nov 23 '22 09:11 Blisk

Hello @Blisk, @TheCosmicZero, @alex4984191,

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

Best regards, MacWarrior.

MacWarrior avatar Dec 04 '22 18:12 MacWarrior