[ BUG ] SearchAsync always returning NoMatches
See original GitHub issue
Describe the bug/issue.
This could be related to my lavalink possibly but for some reason when using SearchAsync(someQuery); its loadstatus is always NoMatches. When using SearchYouTubeAsync(someQuery); this seems to not occur.
In other relations it seems like I am doing something wrong when trying to load a playlist too from youtube. Always get the Could not find tracks from mix.
or Something went wrong when looking up the track
exception when using SearchYoutubeAsync and a query which consists of a link to a playlist. This could also relate to LavaLink though…
Issue Analytics
- State:
- Created 4 years ago
- Comments:10 (5 by maintainers)
Top Results From Across the Web
Error Handling & Node. Patterns Overview | by Dmitry Nutels
The example above, where we search for a product using text that user may have entered, considered NoMatch exception to actually not be...
Read more >Azure Search Tutorial: First Steps and Basics
In this article, Redwerk's experienced developers reviewed the Azure portal and in practice showed how to work with Azure Search.
Read more >C# compiler bug, Returning a different value then expected ...
In my C# function I take the dynamic parameter. Look for ID property otherwise take postid property. In this code you can see...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
For anyone having the same issue, I solved it by downgrading to OpenJDK 13 and updating Lavalink
That’s a Lavalink issue sadly. If Lavalink doesn’t return anything, Victoria won’t show anything.