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

bug: FF response being read twice? #544

Open
SgtPooki opened this issue Jan 14, 2025 · 1 comment
Open

bug: FF response being read twice? #544

SgtPooki opened this issue Jan 14, 2025 · 1 comment
Labels
bug Something isn't working effort/hours Estimated to take one or several hours exp/intermediate Prior experience is likely helpful help wanted Extra attention is needed kind/bug A bug in existing code (including security flaws) P1 High: Likely tackled by core team if no one steps up status/ready Ready to be worked

Comments

@SgtPooki
Copy link
Member

someone in a chat provided a link to a small 5sec video using w3s.link, so i decided to swap the host to inbrowser.link on brave. It failed on first load, then I tried it again and it worked: https://bafybeics4zvnrdad6ardeldukezescmfdnudq2nvrh5hz3twgotkhlvucy.ipfs.inbrowser.link/20250113_1824_Diverse%20Office%20Debates_simple_compose_01jhh35h4gfhw9skdpv2thqtt4.mp4


I tried on firefox and it worked, but video playback had an error overlay displaying at the end of the video: "video playback aborted due to a network error" :

Image

console error message:

Failed to load ‘https://bafybeics4zvnrdad6ardeldukezescmfdnudq2nvrh5hz3twgotkhlvucy.ipfs.inbrowser.link/20250113_1824_Diverse%20Office%20Debates_simple_compose_01jhh35h4gfhw9skdpv2thqtt4.mp4’. A ServiceWorker passed a used Response to FetchEvent.respondWith(). The body of a Response may only be read once. Use Response.clone() to access the body multiple times.

@SgtPooki SgtPooki added bug Something isn't working help wanted Extra attention is needed effort/hours Estimated to take one or several hours exp/intermediate Prior experience is likely helpful kind/bug A bug in existing code (including security flaws) P1 High: Likely tackled by core team if no one steps up status/ready Ready to be worked labels Jan 14, 2025
@2color
Copy link
Member

2color commented Jan 14, 2025

In Chrome, it worked for me on the first load.
In Firefox, the video worked, but I also got the same error "Video playback aborted due to a network error" and in the console:

Failed to load ‘https://bafybeics4zvnrdad6ardeldukezescmfdnudq2nvrh5hz3twgotkhlvucy.ipfs.inbrowser.link/20250113_1824_Diverse%20Office%20Debates_simple_compose_01jhh35h4gfhw9skdpv2thqtt4.mp4’. A ServiceWorker passed a used Response to FetchEvent.respondWith(). The body of a Response may only be read once. Use Response.clone() to access the body multiple times.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working effort/hours Estimated to take one or several hours exp/intermediate Prior experience is likely helpful help wanted Extra attention is needed kind/bug A bug in existing code (including security flaws) P1 High: Likely tackled by core team if no one steps up status/ready Ready to be worked
Projects
None yet
Development

No branches or pull requests

2 participants