Ask questionsAfter upgrading to 0.2.2 I am getting a load of 500 errors on videos
Describe the bug I am seeing many 500 errors when loading the video page. I think it might be the comment profile images but not entirely sure.
To Reproduce Steps to reproduce the behavior:
Expected behavior No 500 errors on the video page
Screenshots
Desktop (please complete the following information):
Additional context I build the docker container from the dockerfile rather than using the latest docker hub repo.
Answer
questions
FireMasterK
Currently, the only way to run it by downloading go, and building it like so:
git clone https://github.com/FireMasterK/http3-ytproxy
cd http3-ytproxy
go build -ldflags "-s -w" main.go
mv main http3-ytproxy
You can then run it by using ./http3-ytproxy
.
Related questions