getHomeFeed
- Recommendations are not based on my account.
#190
Unanswered
SupertigerDev
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Hey, could you verify that you are in fact signed in? I just checked and got relevant recommendations. Try any method that requires sign-in, example: const info = await yt.account.getInfo();
console.log(info); If they throw an error then there's probably something wrong with the cached credentials. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I tried this:
The video titles that are returned are not recommendations that are based on my account. They seem like random videos. Is there anyway to get recommended videos that are based on my account? I logged in using
cacheCredentials
Beta Was this translation helpful? Give feedback.
All reactions