- I have read the COMMON ISSUES
My LavaLink server enablesyoutube-sourceand tests using ipv6 connection,
I used the command curl -I -6 https://www.youtube.com to test on my server.
Got a response with status code 200, The following is my code (some information is omitted):
HTTP/2 200
content-type: text/html; charset=utf-8
Does this mean I should be able to connect to Youtube normally?
But why do I still get This video requires login. error message?
Did I misunderstand something or did I miss any settings?