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
When following the instructions: pip install spotify_to_ytmusic
It installs successfully: Successfully installed spotify_to_ytmusic-0.1.2 spotipy-2.23.0 ytmusicapi-1.0.0
Then when I run spotify_to_ytmusic setup
I get to the menu:
Choose which API to set up
(1) Spotify
(2) YouTube
(3) both
And regardless of the option I select I get the following error:
Traceback (most recent call last):
File "/Users/username/.pyenv/versions/3.11.1/bin/spotify_to_ytmusic", line 8, in <module>
sys.exit(main())
^^^^^^
File "/Users/username/.pyenv/versions/3.11.1/lib/python3.11/site-packages/spotify_to_ytmusic/main.py", line 79, in main
args.func(args)
File "/Users/username/.pyenv/versions/3.11.1/lib/python3.11/site-packages/spotify_to_ytmusic/controllers.py", line 80, in setup
setup_func(args.file)
File "/Users/username/.pyenv/versions/3.11.1/lib/python3.11/site-packages/spotify_to_ytmusic/setup.py", line 27, in setup
setup_spotify()
File "/Users/username/.pyenv/versions/3.11.1/lib/python3.11/site-packages/spotify_to_ytmusic/setup.py", line 38, in setup_spotify
settings = Settings()
^^^^^^^^^^
File "/Users/username/.pyenv/versions/3.11.1/lib/python3.11/site-packages/spotify_to_ytmusic/settings.py", line 15, in __init__
raise FileNotFoundError(
FileNotFoundError: No settings.ini not found! Please run
spotify_to_ytmusic setup
This seems circular. Maybe I'm doing something wrong, but it seems like the setup is dependent on Settings(), which is dependent on a settings.ini
The text was updated successfully, but these errors were encountered:
Version: 0.1.2
Device: Macbook Air M1
MacOS Version: 12.0.1
Python version: 3.11.1
When following the instructions:
pip install spotify_to_ytmusic
It installs successfully:
Successfully installed spotify_to_ytmusic-0.1.2 spotipy-2.23.0 ytmusicapi-1.0.0
Then when I run
spotify_to_ytmusic setup
I get to the menu:
And regardless of the option I select I get the following error:
This seems circular. Maybe I'm doing something wrong, but it seems like the setup is dependent on
Settings()
, which is dependent on asettings.ini
The text was updated successfully, but these errors were encountered: