#Failed to resolve TV into a Client [email protected]

1 messages · Page 1 of 1 (latest)

tender laurel
#

Hello, I've updated to the recent youtube-source v1.10.2 and I added the client TV as mentioned in Youtube-source readme.md and i get
Failed to resolve TV into a Client

Here's the youtube part of my application.yml (too big, discord wont allow me to send it here):

plugins:
  youtube:
    enabled: true # Whether this source can be used.
    pot:
      token: "xxxxxxxxxxxxxxxxxx"
      visitorData: "xxxxxxxxxxxxxxxxxxx"
    oauth:
      # setting "enabled: true" is the bare minimum to get OAuth working.
      enabled: true
      refreshToken: "xxxxxxxxxxxxxxx"
      skipInitialization: true
    allowSearch: true # Whether "ytsearch:" and "ytmsearch:" can be used.
    allowDirectVideoIds: true # Whether just video IDs can match. If false, only complete URLs will be loaded.
    allowDirectPlaylistIds: true # Whether just playlist IDs can match. If false, only complete URLs will be loaded.
    # The clients to use for track loading. See below for a list of valid clients.
    # Clients are queried in the order they are given (so the first client is queried first and so on...)
    clients:
      - MUSIC
      - WEB
      - MWEB
      - WEBEMBEDDED
      - ANDROID_MUSIC
      - ANDROID_VR
      - TV # This one 
      - TVHTML5EMBEDDED
      - IOS
fallen estuary
#

TV is not a valid clients

#

u sure used yts 1.10.2?

tender laurel
tender laurel
spring pulsar
#

the TV client is not in 1.10.2

#

use the snapshot one

tender laurel
fallen estuary
#

use snapshot

#

commit hash

tender laurel
fallen estuary
#

get the jar here @tender laurel

#

try again

tender laurel
#

okay, 1m

tender laurel
fallen estuary
#

yeah

tender laurel
#

won't run

spring pulsar
#
2024-12-04T22:44:08.988+07:00 DEBUG 16756 --- [Lavalink] [           main] d.l.youtube.plugin.ClientProvider        : Initialising client TV with options ClientOptions{playback=true, playlistLoading=true, videoLoading=true, searching=true}
#
lavalink:
  plugins:
    - dependency: dev.lavalink.youtube:youtube-plugin:008faf9f7a39c3f98d24fc1d5c98a9dc960a377c
      repository: https://maven.lavalink.dev/snapshots
fallen estuary
#

huh

spring pulsar
tender laurel
fallen estuary
#

use the first one

tender laurel
#

It works, thanks!
Initialising client TV with options ClientOptions{playback=true, playlistLoading=true, videoLoading=true, searching=true}