Skip to content
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

"MWEB" client loadType always be empty while searching #84

Open
4 tasks done
JirayuSrisawat-Github opened this issue Dec 4, 2024 · 0 comments
Open
4 tasks done
Labels
bug Something isn't working

Comments

@JirayuSrisawat-Github
Copy link
Contributor

JirayuSrisawat-Github commented Dec 4, 2024

Basic Troubleshooting

  • I have checked for similar issues (open AND closed), and my issue is not a duplicate. (MANDATORY)
  • I have checked for pull requests that may already address my issue. (MANDATORY)
  • I am using (and my issue is reproducible on) the latest version of youtube-source.
  • My issue is reproducible with IPv6 rotation.

Version of youtube-source

1.10.2

The search query/queries, URL(s), playlist ID(s)/URL(s) or video ID(s)/URL(s) that triggered the issue

ytsearch:*

Code Example

N/A

Exception and Stacktrace

2024-12-04T23:37:43.064+07:00  INFO 32300 --- [Lavalink] [  XNIO-1 task-2] l.server.io.RequestLoggingFilter         : GET /v4/loadtracks?identifier=ytsearch:abc, client=0:0:0:0:0:0:0:1
2024-12-04T23:37:51.708+07:00  INFO 32300 --- [Lavalink] [  XNIO-1 task-2] l.server.player.AudioLoaderRestHandler   : Got request to load for identifier "ytsearch:abc"
2024-12-04T23:37:51.711+07:00 DEBUG 32300 --- [Lavalink] [  XNIO-1 task-2] d.l.youtube.YoutubeAudioSourceManager    : Attempting to load ytsearch:abc with client "MWEB"
2024-12-04T23:37:51.721+07:00 DEBUG 32300 --- [Lavalink] [  XNIO-1 task-2] d.l.y.clients.skeleton.NonMusicClient    : Requesting https://youtubei.googleapis.com/youtubei/v1/search?prettyPrint=false (search response) with payload {"context":{"client":{"clientName":"MWEB","clientVersion":"2.20240726.11.00"}},"params":"EgIQAfABAQ==","query":"abc"}
2024-12-04T23:37:52.468+07:00  INFO 32300 --- [Lavalink] [  XNIO-1 task-2] l.server.io.RequestLoggingFilter         : GET /v4/loadtracks?identifier=ytsearch:abc, client=0:0:0:0:0:0:0:1
{
    "loadType": "empty",
    "data": null
}

What is your client configuration?

MWEB

@JirayuSrisawat-Github JirayuSrisawat-Github added the bug Something isn't working label Dec 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant