You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i'm trying to create a playlist programatically insert = client.playlists.insert({"title":"playlist title","description":"pl descr"})
but api provides error:
pyyoutube.error.PyYouTubeException: YouTubeException(status_code=400,message=Set default language to updating localizations.)
where can i set this default language?
The text was updated successfully, but these errors were encountered:
vetsinen
changed the title
how to fix a problem "Set default language to updating localizations"
how to fix a problem "Set default language to updating localizations"?
Mar 29, 2023
i'm trying to create a playlist programatically
insert = client.playlists.insert({"title":"playlist title","description":"pl descr"})
but api provides error:
pyyoutube.error.PyYouTubeException: YouTubeException(status_code=400,message=Set default language to updating localizations.)
where can i set this default language?
The text was updated successfully, but these errors were encountered: