-
Notifications
You must be signed in to change notification settings - Fork 29
Description
Hello :)
It took me a few hours as a complete newbie to code (so sorry if I don't name things how they should be named), but I managed to self-serve correctly and established a server connection.
I get a clone error though when it gets to cloning the playlist.
I've tried playlists of varying sizes to check if that's where the issue might be - still an error.
In the Dev tools tab, I see a "500 internal server error" pop up.
In the JSON request tab all the text is red.
In the response tab, I read this message: "Failed to setup YouTube Music API: The following entries are missing in your headers: cookie. Please try a different request (such as /browse) and make sure you are logged in."
But I followed the web instructions on finding an authenticated POST request to a T.
I separately checked the cookie entry and it is already there.
So, I don't know why this is the response I get.
Let me know if you need any more information to help.