#Trying to setup a lavalink server and it won't start

1 messages · Page 1 of 1 (latest)

alpine heart
#

Lavalink: 4.0.8
Youtube-Source: 1.8.3

Config:

  port: 26021
  address: 0.0.0.0
lavalink:
  server:
    password: "youshallnotpass"
    playerUpdateInterval: 1
    bufferDurationMs: 400
    filters:
      volume: true
      equalizer: true
      karaoke: true
      timescale: true
      tremolo: true
      vibrato: true
      distortion: true
      rotation: true
      channelMix: true
    sources:
      bandcamp: true
      http: true
      local: true
      youtube: false
  plugins:
    - dependency: "dev.lavalink.youtube:youtube-plugin:1.0.0"
      snapshot: false

metrics:
  prometheus:
    enabled: false
    endpoint: /metrics

sentry:
  dsn: ""
  environment: ""

logging:
  file:
    path: ./logs/
  level:
    root: INFO
    lavalink: INFO```
woeful pasture
#

In your config, change the YT source version to dev.lavalink.youtube:youtube-plugin:1.8.3
When you update to a new version of YT source, you must also change the version in the config

alpine heart
calm coral