2 Apr 2024 |
@ole:matrix.uwuwhatsthis.de | In reply to @thefrenchghosty:pussthecat.org and is your instance actually accessed from 443? * Yes, I am requesting it using nginx | 14:32:33 |
@ole:matrix.uwuwhatsthis.de | In reply to @thefrenchghosty:pussthecat.org I hope he tested on multiple devices before asking for help I tested it on firefox, ungoogled chromium and brave all on my linux machine and they all had the same result | 14:33:15 |
@ole:matrix.uwuwhatsthis.de | Just tested in on a macbook with safari and it's the same result | 14:36:04 |
Samantaz Fox | ole That's weird. Your logs seem to indicate that your client never downloads more than the first chunk of video. | 15:59:09 |
Samantaz Fox | The "fun" part is that I can play those URLs from the test instance without problems. | 16:03:29 |
@ole:matrix.uwuwhatsthis.de | In reply to @samantazfox:pussthecat.org ole That's weird. Your logs seem to indicate that your client never downloads more than the first chunk of video. That's kinda what I was suspecting too, but I don't know why | 19:05:19 |
absidue | In reply to @ole:matrix.uwuwhatsthis.de That's kinda what I was suspecting too, but I don't know why any client side logs, in the browser devtools? | 20:12:10 |
absidue | It might be a CORS/CSP issue, that would make the client only download one chunk to check the headers and then not do any future ones. Although it's hard to tell what it could be without having some client side logs. | 20:29:04 |
@ole:matrix.uwuwhatsthis.de | this is everything the console gives me | 21:10:54 |
@ole:matrix.uwuwhatsthis.de |  Download image.png | 21:10:58 |
@ole:matrix.uwuwhatsthis.de | I exported my network requests and revoked my token | 21:13:28 |
@ole:matrix.uwuwhatsthis.de | Redacted or Malformed Event | 21:13:40 |
@ole:matrix.uwuwhatsthis.de | Download network_request.har | 21:15:55 |
absidue | It failing to load the blob URL is probably the problem, your reverse proxy in front of Invidious is probably stripping Invidious' CSP headers or changing then | 21:38:13 |
@ole:matrix.uwuwhatsthis.de | hmm, it's just the default nginx configuration though taken from the docs | 21:45:41 |
@ole:matrix.uwuwhatsthis.de |  Download image.png | 21:45:56 |
@ole:matrix.uwuwhatsthis.de | Brave gave some more insights. Does look like some type of content security policy issue | 21:52:26 |
@ole:matrix.uwuwhatsthis.de |  Download image.png | 21:52:28 |
Samantaz Fox | ole do you have some adblocking extension? | 21:52:47 |
Samantaz Fox | everything in the logs looks normal | 21:52:54 |
@ole:matrix.uwuwhatsthis.de | In reply to @samantazfox:pussthecat.org ole do you have some adblocking extension? uBlock origin, but I disabled it for invidious | 21:53:09 |
Samantaz Fox | Ahh, okay, our CSP is missing worker-src | 21:58:03 |
Samantaz Fox | will make a PR for that. | 21:58:09 |
Samantaz Fox | Though, it's weird, usually browsers shoudl fallback to non-blob playback? | 21:58:31 |
Samantaz Fox | on firefox it does, at least | 21:58:40 |
Samantaz Fox | ole also, change your password, you shared some critical infos in these logs | 21:59:13 |
@ole:matrix.uwuwhatsthis.de | I revoked the tokens, is that enough? | 21:59:51 |
absidue | In reply to @samantazfox:pussthecat.org Ahh, okay, our CSP is missing worker-src I'm not sure if Invidious' CSP is the problem here, otherwise all other instances would be having playback issues too, seems more likely that it is a configuration or setup specific issue | 22:00:15 |
Samantaz Fox | if you're sure that none of them are in the .har file you shared, it's all good, then | 22:00:17 |
Samantaz Fox | absidue I do have a CSP issue on the test instance, too. | 22:00:39 |