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.

Does youtubesearch still work normally for lavalink?

See original GitHub issue

Is there a specific version of this that is stable? I can’t seem to get youtubesearch to work for any queries at all. The output below is for host install. Tried various docker image versions as well, “no matches found” always.

Version info

Client used: pycord.wavelink

Output of java -version:

openjdk version "13.0.7" 2021-04-20
OpenJDK Runtime Environment (build 13.0.7+5-Ubuntu-0ubuntu120.04)
OpenJDK 64-Bit Server VM (build 13.0.7+5-Ubuntu-0ubuntu120.04, mixed mode)

	Version:        4d005aa65d398ec9e494e9ea2f30221b3910b7df-SNAPSHOT
	Build:          1365
	Build time:     25.06.2022 13:57:44 UTC
	Branch          master
	Commit:         4d005aa
	Commit time:    25.06.2022 13:52:17 UTC
	JVM:            13.0.7
	Lavaplayer      1.3.96-original

2022-07-21 17:04:59.447  INFO 495493 --- [           main] lavalink.server.Launcher                 : Starting Launcher on user0 with PID 495493 (/root/lavalink/Lavalink.jar started by root in /root/lavalink)
2022-07-21 17:04:59.448  INFO 495493 --- [           main] lavalink.server.Launcher                 : No active profile set, falling back to default profiles: default
2022-07-21 17:04:59.482  WARN 495493 --- [kground-preinit] o.s.h.c.j.Jackson2ObjectMapperBuilder    : For Jackson Kotlin classes support please add "com.fasterxml.jackson.module:jackson-module-kotlin" to the classpath
2022-07-21 17:05:00.683  WARN 495493 --- [           main] io.undertow.websockets.jsr               : UT026010: Buffer pool was not set on WebSocketDeploymentInfo, the default pool will be used
2022-07-21 17:05:00.717  INFO 495493 --- [           main] io.undertow.servlet                      : Initializing Spring embedded WebApplicationContext
2022-07-21 17:05:00.717  INFO 495493 --- [           main] o.s.web.context.ContextLoader            : Root WebApplicationContext: initialization completed in 1221 ms
2022-07-21 17:05:01.073  WARN 495493 --- [           main] l.server.config.SentryConfiguration      : Turning off sentry
2022-07-21 17:05:01.447  INFO 495493 --- [           main] c.s.d.l.tools.GarbageCollectionMonitor   : GC monitoring enabled, reporting results every 2 minutes.
2022-07-21 17:05:01.664  INFO 495493 --- [           main] lavalink.server.config.KoeConfiguration  : OS: Linux, Arch: amd64
2022-07-21 17:05:01.665  INFO 495493 --- [           main] lavalink.server.config.KoeConfiguration  : Enabling JDA-NAS
2022-07-21 17:05:01.670  INFO 495493 --- [           main] c.s.l.c.natives.NativeLibraryLoader      : Native library udpqueue: loading with filter null
2022-07-21 17:05:01.674  INFO 495493 --- [           main] c.s.l.c.natives.NativeLibraryLoader      : Native library udpqueue: successfully loaded.
2022-07-21 17:05:01.935  INFO 495493 --- [           main] o.s.s.concurrent.ThreadPoolTaskExecutor  : Initializing ExecutorService 'applicationTaskExecutor'
2022-07-21 17:05:02.291  INFO 495493 --- [           main] org.xnio                                 : XNIO version 3.3.8.Final
2022-07-21 17:05:02.301  INFO 495493 --- [           main] org.xnio.nio                             : XNIO NIO Implementation Version 3.3.8.Final
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.xnio.nio.NioXnio$2 (jar:file:/root/lavalink/Lavalink.jar!/BOOT-INF/lib/xnio-nio-3.3.8.Final.jar!/) to constructor sun.nio.ch.EPollSelectorProvider()
WARNING: Please consider reporting this to the maintainers of org.xnio.nio.NioXnio$2
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
2022-07-21 17:05:02.367  INFO 495493 --- [           main] o.s.b.w.e.u.UndertowServletWebServer     : Undertow started on port(s) 2333 (http) with context path ''
2022-07-21 17:05:02.372  INFO 495493 --- [           main] lavalink.server.Launcher                 : Started Launcher in 3.826 seconds (JVM running for 4.303)
2022-07-21 17:05:02.374  INFO 495493 --- [           main] lavalink.server.Launcher                 : You can safely ignore the big red warning about illegal reflection. See https://github.com/freyacodes/Lavalink/issues/295
2022-07-21 17:05:23.608  INFO 495493 --- [  XNIO-1 task-1] io.undertow.servlet                      : Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-07-21 17:05:23.609  INFO 495493 --- [  XNIO-1 task-1] o.s.web.servlet.DispatcherServlet        : Initializing Servlet 'dispatcherServlet'
2022-07-21 17:05:23.616  INFO 495493 --- [  XNIO-1 task-1] o.s.web.servlet.DispatcherServlet        : Completed initialization in 7 ms
2022-07-21 17:05:23.636  INFO 495493 --- [  XNIO-1 task-1] l.server.io.HandshakeInterceptorImpl     : Incoming connection from /172.17.0.2:54232
2022-07-21 17:05:23.708  INFO 495493 --- [  XNIO-1 task-1] lavalink.server.io.SocketServer          : Connection successfully established from WaveLink
2022-07-21 17:05:36.673  INFO 495493 --- [  XNIO-1 task-2] l.server.player.AudioLoaderRestHandler   : Got request to load for identifier "ytsearch:beethoven"
2022-07-21 17:05:37.889  INFO 495493 --- [ader-2-thread-1] lavalink.server.player.AudioLoader       : No matches found

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:8

github_iconTop GitHub Comments

1reaction
TopiSenpaicommented, Jul 21, 2022

Use either dev or 3.5-rc1

0reactions
TheMeqcommented, Aug 6, 2022

@Devoxin Please see latest log file. Same result: https://hastebin.com/exiqiminip.yaml. Thanks.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Playing music via YouTube url's stopped working since this ...
Everything was working fine up until this morning where a user in my discord reported the bot been broken when looking up youtube...
Read more >
'NoneType' object has no attribute 'node' Lavalink
I'm trying to make a music bot in python, and I get this error: AttributeError: 'NoneType' object has no attribute 'node'.
Read more >
Lavalink Setup | DSharpPlus documentation
It's a lightweight solution for playing music from sources such as YouTube or Soundcloud. Unlike raw voice solutions, such as VoiceNext, Lavalink can...
Read more >
Writing a .NET Music Discord Bot for a Raspberry Pi Zero 2 W
There's still more to do, and there always will be, but it's in a good ... Lavalink is a "standalone audio sending node...
Read more >
‪#‎betapokemon‬ - Explore | Facebook
It's all thanks to the folks who've been supporting my work on Patreon. ... more Lost Pokémon history, check out my YouTube channel...
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