gareins

Results 20 comments of gareins

So I have no idea when this was broken, I think the authors just use the github tools as its done outside the docker build in .github/workflows/build-workflow.yml so dockerfile creating...

This generates errors in logs: ``` viewtube-main | [ViewTube] 1 - 10/18/2024, 11:23:06 AM ERROR [ExceptionsHandler] Package subpath './dist/protos/generated/misc/params' is not defined by "exports" in /home/app/server/node_modules/youtubei.js/package.json - {"stack":["Error [ERR_PACKAGE_PATH_NOT_EXPORTED]: Package...

Seems like there was some proto generation changed in 10.0.4 -> 10.0.5 of youtubei.js dependency: https://github.com/LuanRT/YouTube.js/commit/94bc59604852dc624eae2aa07f0e8fe2f5f75a53 Then two weeks ago in 8979b7a7acbc5b7b2f0d1da6a1e4cb10e850b09c it looks to me like @moisout somehow used...

I have now managed to reproduce this. I had removed the code changes in last two commits and comments on videos now load and I get this same match error....

Yeah, seems like an attempt that I forgot to remove when committing. Does not fix this issue though and will leave it in for now...

Just at first glance, the fastify version locked in server/package.json is 4.28.1, however the fastify helmet plugin is locked in same file to 12.0.1. If we look at the code...

Hi, I am but just a busy parent trying to get this running. I also had the same errors you opened ( #2988 and #2989 ), I tried to build...

Hi, as I said this is gonna be slow :) I have the playback working now, with the token and stuff. So the way I do it is I clone...

Ok, I agree with the error, I just don't know why I dont get it. Maybe some difference in logging level. I get ``` viewtube-main | [ViewTube] 1 - 10/21/2024,...

*I THINK* the problem is with Dockerfile line https://github.com/rgerganov/shanocast/blob/efe62cc021bdbeb7a430189150fb4792a47e83e3/docker/Dockerfile.base#L28-L30 This does checkout a specific version but does not recursively checkout submodules. But even if I fix this with `git checkout...