본 사이트는 여러분의 사용자 경험을 개선하기 위해 유지 보수를 진행하는 동안 기능이 제한됩니다. 도움말로 문제가 해결되지 않고 질문을 하고 싶다면 Twitter의 @FirefoxSupport 및 Reddit의 /r/firefox 채널을 활용하세요.

Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

자세히 살펴보기

Why is the sound file present and playable in browser?

  • 2 답장
  • 1 이 문제를 만남
  • 4 보기
  • 최종 답변자: Carla Rogers

more options

I updated a sound file on a web server I have access to. When I reloaded a page with a player to play that file, the old sound file still is the one presented by the browser.

Go into Preferences, Privacy, manage data, select the domain involved, delete all the data. Reload the page again. Old sound file still is the one presented by the browser.

Reload again, this time using CMD-R, the hard reload key combo for MacOS. Old sound file still is the one presented by the browser.

Delete sound file from webserver, CMD-R. Old sound file still is the one presented by the browser.

Click play button. Old sound file plays.

Right click on sound control, select Save Audio As... Saving file to my computer appears to happen. However, the file saved is only 281 bytes. When I try playing it, audio player yells at me and says that is not a sound file.

Reload the page in another browser, it reports sound file missing.

Sound from old file still plays in FireFox.

First, I went into settings and deleted the data for the domain where this sound comes from.

Reloaded the page,

All I really want is to get firefox to play the new sound file, but its belief in the old file won't let it see the new one. Firefox has stashed the old sound file somewhere on my system and it keeps insisting that is the file I should have.

Well, there is one other thing I want. I would like acknowledgement that this is a bitchable situation. I hate it that tech world always says every problem is my fault. Maybe if the techworld would stop blaming users for problems they might start figuring out how to handle the news they filter more honestly as well.

<img src="https://user-media-prod-cdn.itsre-sumo.mozilla.net/uploads/images/2020-09-26-14-06-32-0b8263.png"> I updated a sound file on a web server I have access to. When I reloaded a page with a player to play that file, the old sound file still is the one presented by the browser. Go into Preferences, Privacy, manage data, select the domain involved, delete all the data. Reload the page again. Old sound file still is the one presented by the browser. Reload again, this time using CMD-R, the hard reload key combo for MacOS. Old sound file still is the one presented by the browser. Delete sound file from webserver, CMD-R. Old sound file still is the one presented by the browser. Click play button. Old sound file plays. Right click on sound control, select Save Audio As... Saving file to my computer appears to happen. However, the file saved is only 281 bytes. When I try playing it, audio player yells at me and says that is not a sound file. Reload the page in another browser, it reports sound file missing. Sound from old file still plays in FireFox. First, I went into settings and deleted the data for the domain where this sound comes from. Reloaded the page, All I really want is to get firefox to play the new sound file, but its belief in the old file won't let it see the new one. Firefox has stashed the old sound file somewhere on my system and it keeps insisting that is the file I should have. Well, there is one other thing I want. I would like acknowledgement that this is a bitchable situation. I hate it that tech world always says every problem is my fault. Maybe if the techworld would stop blaming users for problems they might start figuring out how to handle the news they filter more honestly as well.
첨부된 스크린샷

글쓴이 Carla Rogers 수정일시

선택된 해결법

You would normally do a reload and bypass the cache in case files have been updated on the server. On Mac this is done via "Command + Shift + R". You can possibly add a version number to the request link via a GET parameter (?version=xx) to prevent such issues with media files or images.

문맥에 따라 이 답변을 읽어주세요 👍 0

모든 댓글 (3)

more options

Restarting the browser cleared the problem. So, i wonder where FF had that sound file stashed. I searched my system, file not found by the name it had when downloaded. Sound loaded to memory that would not let go?

The url for the page is https://devserver-002.info/relax/relax.php The page puts on a little show and displays the sound control at the end. You can skip ahead using the inspector, unchecking the box for

The url for the sound file is https://devserver-002.info/relax/OurNationalAnthem.mp3

글쓴이 Carla Rogers 수정일시

more options

선택된 해결법

You would normally do a reload and bypass the cache in case files have been updated on the server. On Mac this is done via "Command + Shift + R". You can possibly add a version number to the request link via a GET parameter (?version=xx) to prevent such issues with media files or images.

more options

I wish I tried Command + Shift + R. I only did Command-R. Thank you for the tip about using a get parameter. I have seen that, but I don't know how to do it.