Hi guys, after updating to 17.0.0, my bot stopped playing music.
It gives me a “Suspicious exception for playback” error.
The bot enters the voice channel, finds the song, but cannot play the music.
plugins:
- dependency: dev.lavalink.youtube:youtube-plugin:1.17.0
repository: https://maven.lavalink.dev/releases
snapshot: false
server:
bufferDurationMs: 400
filters:
channelMix: true
distortion: true
equalizer: true
karaoke: true
lowPass: true
rotation: true
timescale: true
tremolo: true
vibrato: true
volume: true
frameBufferDurationMs: 5000
gc-warnings: true
opusEncodingQuality: 10
password: psw
playerUpdateInterval: 5
resamplingQuality: LOW
soundcloudSearchEnabled: true
sources:
bandcamp: true
http: true
local: false
soundcloud: true
twitch: true
vimeo: true
youtube: false
trackStuckThresholdMs: 10000
useSeekGhosting: true
youtubePlaylistLoadLimit: 6
youtubeSearchEnabled: true
logging:
file:
path: ./logs/
level:
lavalink: INFO
root: INFO
logback:
rollingpolicy:
max-file-size: 1GB
max-history: 30
request:
enabled: true
includeClientInfo: true
includeHeaders: false
includePayload: true
includeQueryString: true
maxPayloadLength: 10000
metrics:
prometheus:
enabled: false
endpoint: /metrics
plugins:
youtube:
allowDirectPlaylistIds: true
allowDirectVideoIds: true
allowSearch: true
clientOptions:
ANDROID_MUSIC:
playback: true
playlistLoading: false
searching: true
videoLoading: true
ANDROID_VR:
playback: true
playlistLoading: true
searching: true
videoLoading: true
IOS:
playback: true
playlistLoading: true
searching: true
videoLoading: true
MUSIC:
playback: false
playlistLoading: false
searching: true
videoLoading: false
MWEB:
playback: false
playlistLoading: true
searching: true
videoLoading: true
TV:
playback: true
playlistLoading: false
searching: false
videoLoading: false
TVHTML5_SIMPLY:
playback: true
playlistLoading: false
searching: true
videoLoading: true
WEB:
playback: false
playlistLoading: true
searching: true
videoLoading: true
WEBEMBEDDED:
playback: true
playlistLoading: false
searching: false
videoLoading: true
clients:
- MUSIC
- WEB
- MWEB
- WEBEMBEDDED
- ANDROID_MUSIC
- ANDROID_VR
- TV
- TVHTML5_SIMPLY
- IOS
enabled: true
oauth:
enabled: true
refreshToken: 1//09s....c
skipInitialization: true
pot:
token: null
visitorData: null
remoteCipher:
password: ""
url: https://cipher.kikkia.dev/api
sentry:
dsn: ""
environment: ""
server:
address: 0.0.0.0
http2:
enabled: false
port: 25567```