-
-
Notifications
You must be signed in to change notification settings - Fork 239
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
10.4.0 ShortsLockupView not found! #743
Comments
Problem is also observed with shorts
|
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
@hextor1 You already commented on the pull request linked to this issue, so just take it from there and create a custom build of YouTube.js for yourself if you are too impatient to wait for it to be reviewed, merged and released. |
This comment has been minimized.
This comment has been minimized.
@hextor1 Unless you are actually missing information that you need, just ignore the message, you can also turn off logging in YouTube.js if you don't want to see warnings. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
import { Log } from 'youtubei.js';
Log.setLevel(Log.Level.NONE); Also please be patient as this is an open sourced project. |
@hextor1 It's probably best to do it wherever you are running YouTubei.js and have created your InnerTube Instance. import { Innertube, Log } from 'youtubei.js';
Innertube.create().then((yt) => {
Log.setLevel(Log.Level.NONE);
// Rest of your YouTube.js code here
}) |
Hi guys, Are there any updates? const channel = await ytInstance.getChannel(channelId);
const shorts = await channel.getShorts();
// shorts is empty |
This comment was marked as off-topic.
This comment was marked as off-topic.
@jason-hwang Just be patient, YouTube.js is a project maintained by volunteers in their spare time. If you don't want to wait you can try the code in my pull request and create a custom build of YouTube.js for yourself, otherwise just be patient. |
This comment has been minimized.
This comment has been minimized.
Thank you for your response. I didn't mean to be rude and ask for a version update, I just found this issue thread for the first time today and was curious about the progress. I appreciate your efforts 🙏 |
@hextor1 Please stop spamming your messages all over this repo, either read the messages that people have sent to you and do what they say (people told you exactly how to turn off the log message) or be patient and wait for the pull request to be tested, reviewed, merged and released. |
@absidue OK and thank you so much |
Steps to reproduce
Install latest version and fetch shorts videos
Failure Logs
Expected behavior
shorts videos
Current behavior
empty array
Version
Default
Anything else?
No response
Checklist
The text was updated successfully, but these errors were encountered: