Google Chrome Video Download Issue - google-chrome

I am a google chrome user, almost 90% of the time this browser works best for me, but most oftenly i face an issue and that is while downloading the videos, which are big in size like 400 mb or above, what happens is download proceeds till 80-90% then some error message appears and everything downloaded just gets vanished, this is while downloading videos from MVA, so i wanted to know if it is an issue with the browser or with the server, but i face it almost everytime, according to me its not the server issue.
If anyone can explain.
Yeah and I forgot to specify the error, actually the error is unknown.
The Image of the error is shown here:
And this happens very time i try to download any big video, and i have even encountered this error while downloading big application, well anything big in size lands to this problem.

Related

Youtube does not work on any browser. Chrome, Mozilla, Edge, IE

One day youtube stopped working on all browsers. It loads preview of the video and then loading infinite circle appears. Sometimes it shows the message: if playback doesn't begin shortly, try restarting your device. I cleared coockies, history etc. two times. I found something about the hosts file, but the original file contains the same exact thing the guide was recommending to replace. There similar problems with youtube, but i didn't find anything that could possibly solve the issue except the host file.
Whether the problem only occurs on the YouTube site? Try to play some online video from another site, such as Bing and Google.
If this issue only occurs on the YouTube site, perhaps the issue is related the YouTube site, you could check the YouTube help forum and contact with them.
If another site also has the same problem, perhaps the issue is related to your network or computer. Please check the network connection and check which version of OS and Browser version are you using? Then, try to Restart your browser, Restart your router, Restart your computer or Update your browser to the latest version.
Make sure you use propper audio device.

Cors-Header missing when Video comes from Browser-Cache

I have a couple of video-requests to an s3-bucket. the last two are cached.
Every not cached request had the expected cors-headers:
Once the video is cached, the cors-headers are missing and it comes to the well known cors-policy error:
It's only reproduceable in windows-chrome, everything works fine on my mac.
Does anyone have the same problem? Is it a browser-bug or am I able to set anything in the bucket to prevent this problem?

Safari not loading my styles.min.css

So after making a website using VScode (Probably not important) and uploading it to GitHub Pages, the website looked great! It was doing fine on windows and on my phone, everything was looking good.
Then, after checking it on my Mac with Safari (Not sure which would be the issue but I presume Safari) the css seemed to be a little weird and the page layout was all over the place.
After checking the console I am getting the following error
Failed to load resource: the server responded with a status of 404 ()
This is my styles.min.css file so I presume this is the issue.
Checking the console on windows doesn't bring around any errors which leads me to believe that this is the error...
Does anyone have any idea what could be causing this?
I'll post some pictures of what is happening to the items within my website.
Since people want the code, hopefully posting the website so you can inspect it will be fine? There's a lot of code and I'm not sure where to upload it.
https://manakura.github.io
EDIT 1: After checking out the code in the console, it seems like it has something to do with the width of the text? Because if I change the class from >col-md-4 to >col-md-3 which has less width the page is fixed.
Though I'm not sure how to fix this with col-md-4 or if I will have to enter some kind of media query?
Website working in Chrome on MacOS
Your problem is that there is no file actually named styles.min.css in the Github repo. You need to create a file first.

Seeking issue with mp4 and videojs (occurring in chrome)

I have an issue that is occurring if you try and seek a few times to different points in the video. Eventually you end up getting an error saying it's a network issue. If I download the file from the server it's fine and if I don't seek to much it's fine as well.
Wondering if anyone knows what the issue might be.
Here is an example: https://www.la1tv.co.uk/player/107/195
Just jump around a bit (in chrome) and you should get the error. I have attached a screenshot.
Thanks!
error screenshot
The issue was that I was not sending a header with an etag in the response containing the video. Adding the etag header (which in my case is the file id) solved the problem.
Here is some information about etags: http://en.wikipedia.org/wiki/HTTP_ETag

Browser not displaying image, but Fiddler has the data

I'm generating a chart image png file on-the-fly on our accounting website. IIS web server. Usually it works, but intermittently it doesn't display, just displays the broken image link. (Confirmed it happens in IE 9 and Chrome browsers at minimum.) The problem occurs most often on local dev servers, often on test servers, and less often on the powerful production server farm.
Refreshing the page often fixes the display problem. When it fails it usually happens very quickly, not after a timeout delay. Loading the image takes longer than the failing path.
I've reproduced the problem with fiddler attached, and fiddler shows the image data gets to the client and displays the image just fine in ImageView. Fiddler has the image, the browser does not.
I'm out of ideas after proving it gets to the client browser. Any suggestions of things that could be wrong? Any "right" words I should be using to describe this problem in a search?