question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[ 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:closed
  • Created 4 years ago
  • Comments:10 (5 by maintainers)

github_iconTop GitHub Comments

2reactions
jihadkhawajacommented, Oct 30, 2020

For anyone having the same issue, I solved it by downgrading to OpenJDK 13 and updating Lavalink

0reactions
Yuckedcommented, Oct 30, 2020

That’s a Lavalink issue sadly. If Lavalink doesn’t return anything, Victoria won’t show anything.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found