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
Please add dependencies with appropriate versions if this script is meant for public use. I tried installing the latest versions (currently it's google-api-python-client==2.129.0, google_auth_oauthlib==1.2.0 and requests==2.32.2)
but get the error:
Traceback (most recent call last):
File "C:\Users\janwa\Downloads\spotify-youtube-playlist-converter-master\convert_playlist.py", line 181, in <module>
cp = ConvertPlaylist()
^^^^^^^^^^^^^^^^^
File "C:\Users\janwa\Downloads\spotify-youtube-playlist-converter-master\convert_playlist.py", line 24, in __init__
self.youtube = self.get_youtube_client()
^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\janwa\Downloads\spotify-youtube-playlist-converter-master\convert_playlist.py", line 94, in get_youtube_client
credentials = flow.run_console()
^^^^^^^^^^^^^^^^
AttributeError: 'InstalledAppFlow' object has no attribute 'run_console'
knowing google's approach they probably changed the API and dropped backwards compatibility.
The text was updated successfully, but these errors were encountered:
Please add dependencies with appropriate versions if this script is meant for public use. I tried installing the latest versions (currently it's
google-api-python-client==2.129.0
,google_auth_oauthlib==1.2.0
andrequests==2.32.2
)but get the error:
knowing google's approach they probably changed the API and dropped backwards compatibility.
The text was updated successfully, but these errors were encountered: