#Problem after YouTube plugin update "Suspicious exception for playback "

1 messages · Page 1 of 1 (latest)

gloomy oxide
#

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```
gloomy oxide
# fiery palm Ip is friedd

I have two computers, and both of them have reported the same problem at the same time. Is it possible that both IP addresses have been banned?
Do you have a quick solution to bypass this?
I have everything under Pterodactyl. Should I put a proxy in front of it?

#

Shouldn't OAuth “protect” me at least a little from IP bans?

wet igloo
naive inlet
#

pot and visitor data has nothing to do with ip bans

gloomy oxide
# wet igloo use pot token and visitor data instead

Unfortunately, I had already tried this before writing the post, and it doesn't work with the POT token.
I'll have to try enabling IPv6. Otherwise, I don't have any quick and free solutions, so I'll have to do some research.