SpotifyException: http status: 400, code:-1 – Unsupported URL / URI., reason: None
i tried to make spotify bot in discord, but when trying to play playlist i have error, here’s fragment of it: discord.ext.commands.errors.CommandInvokeError: Command raised an exception: SpotifyException: http status: 400, code:-1 – Unsupported URL / URI., reason: None my discord bot code: import discord from discord.ext import commands import spotipy from spotipy.oauth2 import SpotifyOAuth import … Read more