Kavin

Results 338 comments of Kavin
trafficstars

I fail to understand what's wrong with the current mechanism, is the number overflowing? (I highly doubt that's the case)

Converted to draft since we now require some changes since #2372

I'm actually a member of both TeamPiped and TeamNewPipe. In Piped, we use NewPipeExtractor in the backend which is also used by the NewPipe application. We currently lack documentation on...

This only happens in the production build, I can reproduce the issue on the stackblitz too with `npm install && npm run build && npm run preview`. Edit: removing the...

> I have the exact same problem except I can't reproduce the bug in a local project (dev or prod), only when deployed to a distant server. Same case for...

> It turns out that using `node 18` is problematic when using nuxt fetch ([nuxt/nuxt#12552](https://github.com/nuxt/nuxt/issues/12552)). Upgrading to `node 20` fixed the issue for me. Stackblitz is probably using node 18...

You could try setting a default quality and increasing the default quality, this should help significantly. The US server is also significantly slower, for some odd reason, it has now...

Do you still have this problem?

Could you send a screenshot of your timings/waterfall graph in the network tab of your browser's web tools? Example screenshot: ![image](https://user-images.githubusercontent.com/20838718/126213366-7ba0da59-4856-43d9-88bf-c402eb51bb92.png)

Since you're using Firefox, could you try disabling `network.http.http3.enabled` in `about:config` temporarily and test again? Firefox had a slow implementation of http3 the last time I checked it.