#Invalid status code for player api response: 400
1 messages · Page 1 of 1 (latest)
uhh
what is up with your config
is pot.token and pot.visitorData actually filled in?
why is WEB playback disabled?
why are half your clients commented out?
The default is false
Do I need to turn on the WEB playback?
they are not default, u should read
countryCode: "US" # the country code you want to use for searching lyrics via ISRC. See https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2
youtube:
pot:
token: "CgtJZ1JOaU1pT2hxUSjS....."
visitorData: "MnR7XaWXo4e4z3tlPQ04oYhYB85LRO_58qHv5B5hcIVWGLiWEi3z02Y3Te-..."
enabled: true # Whether this source can be used.
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
# - ANDROID_TESTSUITE
- WEB
# - TVHTML5EMBEDDED
# You can configure individual clients with the following.
# Any options or clients left unspecified will use their default values,
# which enables everything for all clients.
WEB:
# Example: Disabling a client's playback capabilities.
playback: true
videoLoading: true # Disables loading of videos for this client. A client may still be used for playback even if this is set to 'false'.
TVHTML5EMBEDDED:
# Example: Configuring a client to exclusively be used for video loading and playback.
playlistLoading: false # Disables loading of playlists and mixes.
searching: false # Disables the ability to search for videos.
The same error occurs
enable more clients
clients:
- MUSIC
- ANDROID_TESTSUITE
- WEB
- TVHTML5EMBEDDED
# You can configure individual clients with the following.
# Any options or clients left unspecified will use their default values,
# which enables everything for all clients.
WEB:
# Example: Disabling a client's playback capabilities.
playback: true
videoLoading: true # Disables loading of videos for this client. A client may still be used for playback even if this is set to 'false'.
TVHTML5EMBEDDED:
# Example: Configuring a client to exclusively be used for video loading and playback.
playlistLoading: true # Disables loading of playlists and mixes.
searching: true # Disables the ability to search for videos.
The same error occurs