Closed febkosq8 closed 4 months ago
Heyyy @febkosq8 could you try 1.0.2? This version includes fixes by @zijipia.
If that doesn't work, could you try manually searching with YouTubei.js?
typescript
import Innertube from "youtubei.js"
const tube = await Innertube.create()
console.log((await tube.search('boy bad')).results)
similarly, getting URL info
import Innertube from "youtubei.js"
const tube = await Innertube.create()
console.log((await tube.getBasicInfo('youtubeid')).basic_info)
As per Discord, it is confirmed that search has been fixed and now streaming content is not working. Investigating this rn!
Solved with #5 and v1.0.7
Can play youtube songs and playlists now
Trying to search for a query always returns no search results when we have
discord-player-youtubei
registered.Same issue persists with or without authentication
Adding debug info below
Player Deps
index.js - Loading the extractor
play.js
output of searchResult on a sample play query of "boy bad"