#I do not get any matches.
1 messages · Page 1 of 1 (latest)
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
not sure tbh but it has to be relatively new
okay one sec
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
Do regular youtube urls work?
nope

Try using a ci build
ight, brb
actually, the latest, 3.7.5 should work
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
java.io.FileNotFoundException: https://jitpack.io/com/github/TopiSenpai/LavaSrc/lavasrc-plugin/x.y.z/lavasrc-plugin-x.y.z.jar
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?
https://pastebin.com/69anEGrb this is my yml but im confused as i tick the apple false anyways?
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
do you have a plugins folder?
yes
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
that did it
thanks man!
let me try it now
thank you very much @real sorrel