#Help

1 messages · Page 1 of 1 (latest)

covert harnessBOT
#

Please make sure to read and follow the post guidelines before opening your post.
This will help you get the best possible answers to your questions while minimizing the questions we have to ask you.
Thanks!

lyric cape
#

Error Creating bean with name of "pluginManager"

Here is my application.yml

plugins:
  youtube:
    enabled: true
    allowSearch: true
    allowDirectVideoIds: true
    allowDirectPlaylistIds: true
    clients:
      - MUSIC
      - ANDROID_VR
      - WEB
      - WEBEMBEDDED
  lavasrc:
    providers:
      - "scsearch: %QUERY%"
      - "ytsearch:%QUERY%"
    sources:
      spotify: true
      applemusic: false
      deezer: false
      yandexmusic: false
      flowerytts: false
      youtube: false
      vkmusic: false
    spotify:
      clientId: "pastehere"
      clientSecret: "pastehere"
      countryCode: "IN"
      playlistLoadLimit: 6
      albumLoadLimit: 6
      localFiles: false
server:
  port: 6969
  address: 0.0.0.0
  http2:
    enabled: false
lavalink:
  plugins:
    - dependency: "com.github.topi314.lavasrc:lavasrc-plugin:4.3.0"
    - dependency: "com.github.topi314.lavasearch:lavasearch-plugin:1.0.0"
    - dependency: "dev.lavalink.youtube:youtube-plugin:1.11.2"
      snapshot: false
  server:
    password: "dsc.gg"
    sources:
      youtube: false
      bandcamp: true
      soundcloud: true
      twitch: true
      vimeo: true
      nico: true
      http: true
      local: false
    nonAllocatingFrameBuffer: false
    bufferDurationMs: 400
    frameBufferDurationMs: 5000
    opusEncodingQuality: 10
    resamplingQuality: LOW
    trackStuckThresholdMs: 10000
    useSeekGhosting: true
    youtubePlaylistLoadLimit: 6
    playerUpdateInterval: 5
    youtubeSearchEnabled: true
    soundcloudSearchEnabled: true
    gc-warnings: true
metrics:
  prometheus:
    enabled: false
    endpoint: /metrics
sentry:
  dsn: ""
  environment: ""
logging:
  file:
    path: ./logs/
  level:
    root: INFO
    lavalink: INFO
  request:
    enabled: true
    includeClientInfo: true
    includeHeaders: false
    includeQueryString: true
    includePayload: true
    maxPayloadLength: 10000
  logback:
    rollingpolicy:
      max-file-size: 1GB
      max-history: 30
safe dagger
#

you don't have a repository entry in your application.yml for lavasrc it seems

young canyon
#

ah you are using v3

#

Well then it's required

#

🙃

#

Also v3 is discontinued

#

And if doesn't work you should send your logs & config again...

lyric cape
# young canyon And if doesn't work you should send your logs & config again...
2023-09-13T19:21:17.175+03:00  INFO 4764 --- [  XNIO-1 task-2] l.server.player.AudioLoaderRestHandler   : Got request to load for identifier "ytsearch:dinle beni bi"
2023-09-13T19:21:17.800+03:00  INFO 4764 --- [  XNIO-1 task-2] lavalink.server.player.AudioLoader       : Loaded playlist Search results for: dinle beni bi
2023-09-13T19:21:17.800+03:00  INFO 4764 --- [  XNIO-1 task-2] l.server.io.RequestLoggingFilter         : GET /v4/loadtracks?identifier=ytsearch%3Adinle+beni+bi, client=127.0.0.1
2023-09-13T19:21:17.815+03:00  INFO 4764 --- [  XNIO-1 task-2] l.server.player.AudioLoaderRestHandler   : Got request to load for identifier "ytsearch:Y³zy³zeyken Konu■uruz - Dinle Beni Bi' (Lyric video)"
2023-09-13T19:21:18.238+03:00  INFO 4764 --- [  XNIO-1 task-2] lavalink.server.player.AudioLoader       : Loaded playlist Search results for: Y³zy³zeyken Konu■uruz - Dinle Beni Bi' (Lyric video)
2023-09-13T19:21:18.254+03:00  INFO 4764 --- [  XNIO-1 task-2] l.server.io.RequestLoggingFilter         : GET /v4/loadtracks?identifier=ytsearch%3AY%C3%BCzy%C3%BCzeyken+Konu%C5%9Furuz+-+Dinle+Beni+Bi%27+%28Lyric+video%29, client=127.0.0.1
2023-09-13T19:21:18.269+03:00  INFO 4764 --- [back-1-thread-1] c.s.d.l.s.y.YoutubeAccessTokenTracker    : Updating YouTube visitor id (current is Cgt0Y0RCc0EzRHI0TSjJsIeoBjIICgJUUhICGgA6CiDD1tH6lIn2gGU%3D).
2023-09-13T19:21:18.269+03:00  INFO 4764 --- [  XNIO-1 task-2] l.server.io.RequestLoggingFilter         : PATCH /v4/sessions/vu8i74pt3rh62jqf/players/960544621681836086?noReplace=false, client=127.0.0.1, payload={"guildId":"960544621681836086","encodedTrack":"QAAA3AMAN1nDvHp5w7x6ZXlrZW4gS29udcWfdXJ1eiAtIERpbmxlIEJlbmkgQmknIChMeXJpYyB2aWRlbykAE1NvbnkgTXVzaWMgVMO8cmtpeWUAAAAAAAI2aAALc01BbndJX0o4aUkAAQAraHR0cHM6Ly93d3cueW91dHViZS5jb20vd2F0Y2g/dj1zTUFud0lfSjhpSQEANGh0dHBzOi8vaS55dGltZy5jb20vdmkvc01BbndJX0o4aUkvbWF4cmVzZGVmYXVsdC5qcGcAAAd5b3V0dWJlAAAAAAAAAAA=","volume":100,"paused":false}
2023-09-13T19:21:18.410+03:00  INFO 4764 --- [back-1-thread-1] c.s.d.l.s.y.YoutubeAccessTokenTracker    : Updating YouTube visitor id succeeded, new one is CgtVRl8xUU44cFhyMCj-woeoBjIICgJUUhICGgA6CiDasoPh4q_4gGU%3D, next update will be after 600 seconds.
2023-09-13T19:23:35.567+03:00  WARN 4764 --- [ager-3-thread-1] c.s.d.l.tools.GarbageCollectionMonitor   : Suspicious GC results for the last 2 minutes: [Bucket 0 = 0] [Bucket 20 = 0] [Bucket 50 = 1] [Bucket 200 = 1] [Bucket 500 = 0] [Bucket 2000 = 0]

The previous one was fixed but new one comes
I have attached my logs and application.yml

covert harnessBOT
#

Please make sure to read and follow the post guidelines before opening your post.
This will help you get the best possible answers to your questions while minimizing the questions we have to ask you.
Thanks!

lyric cape
young canyon
#

Well did you read what's written there?