#I do not get any matches.

1 messages · Page 1 of 1 (latest)

real sorrel
#

Do you have the youtube source enabled?

true blade
# real sorrel Do you have the youtube source enabled?

Yes I do:

server: # REST and WS server
  port: 2333
  address: 127.0.0.1
spring:
  main:
    banner-mode: log
lavalink:
  server:
    password: "youshallnotpass"
    sources:
      youtube: true
      bandcamp: true
      soundcloud: true
      twitch: true
      vimeo: true
      mixer: true
      http: true
      local: false
    bufferDurationMs: 400
    youtubePlaylistLoadLimit: 6 # Number of pages at 100 each
    youtubeSearchEnabled: true
    soundcloudSearchEnabled: true
    gc-warnings: true

metrics:
  prometheus:
    enabled: false
    endpoint: /metrics

sentry:
  dsn: ""
#  tags:
#    some_key: some_value
#    another_key: another_value

logging:
  file:
    max-history: 30
    max-size: 1GB
  path: ./logs/

  level:
    root: INFO
    lavalink: INFO
real sorrel
#

which version of LL are you running

#

just send all of your logs :p

true blade
#

okay one sec

true blade
real sorrel
#

Do regular youtube urls work?

true blade
#

nope

real sorrel
true blade
#

indeed.

#

imma just download the latest release and then come back

real sorrel
#

Try using a ci build

true blade
#

ight, brb

real sorrel
#

actually, the latest, 3.7.5 should work

true blade
#

ok one sec

#

okay now i got another problem:

 Application run failed

org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'pluginManager': Bean instantiation via constructor failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [lavalink.server.bootstrap.PluginManager$$EnhancerBySpringCGLIB$$147d27bf]: Constructor threw exception; nested exception is java.io.FileNotFoundException: https://jitpack.io/com/github/TopiSenpai/LavaSrc/lavasrc-plugin/x.y.z/lavasrc-plugin-x.y.z.jar
``` @real sorrel can you help me on this?
#

not sure what i did wrong, ive did the same process before and the plugin worked without any problem

real sorrel
#

java.io.FileNotFoundException: https://jitpack.io/com/github/TopiSenpai/LavaSrc/lavasrc-plugin/x.y.z/lavasrc-plugin-x.y.z.jar

true blade
#

ah

#

right, my bad

#
2023-04-27 22:11:35.162 ERROR 26220 --- [           main] lavalink.server.Launcher                 : Application failed

org.springframework.beans.factory.BeanDefinitionStoreException: Failed to parse configuration class [lavalink.server.LavalinkApplication]; nested exception is org.springframework.context.annotation.ConflictingBeanDefinitionException: Annotation-specified bean name 'appleMusicConfig' for bean class [com.github.topisenpai.lavasrc.plugin.AppleMusicConfig] conflicts with existing, non-compatible bean definition of same name and class [com.github.topislavalinkplugins.topissourcemanagersplugin.AppleMusicConfig]

``` what about this?
real sorrel
#

do you have a plugins folder?

true blade
#

yes

true blade
real sorrel
#

Yup

#
lavalink:
  plugins:
    - dependency: "com.github.TopiSenpai.LavaSrc:lavasrc-plugin:3.2.0"
      repository: "https://jitpack.io"```
downloads the plugin for you
#

which makes the first file redundant, also Topis-Source-Managers is the legacy version

#

so delete both

true blade
#

thanks man!

#

let me try it now

#

thank you very much @real sorrel