Melon-Shake / API

2 stars 1 forks source link

v0.1.0 merge 과정에서 누락된 나의 register_client 스크립트 추가 #62

Closed iamyanghee closed 1 year ago

iamyanghee commented 1 year ago

배경 요약

v0.1.0/dev └─ v0.1.0/sophie/load_spotify └─ model └─ database.py └─ spotify_client.py └─ spotify_token.py └─ src └─ register_client.py └─ update_token.py

지난 v0.1.0 에서 진행한 것은 아래와 같고, 아래 기준으로 파일 트리는 위와 같음

여기서, spotify client 정보로 refresh_token 까지 발급해, spotify_client 테이블에 추가하는 register_client.py 스크립트가 v0.1.0/dev merge 과정에서 누락되었음. 일단 v0.1.0 동작에서 문제는 없는 과정이였서 괜찮았음.

결론

Spotifyloader commented 1 year ago

To resolve this issue, you can follow these steps:

1: Make sure you are on the v0.1.0/dev branch: git checkout v0.1.0/dev 2: Check the status. 3: If you have the register_client.py script in your local v0.1.0/dev branch and it's not showing up in the status, it may have been added but not committed. In this case, add and commit the file: git add register_client.py git commit -m "Add register_client.py script" 4: If you don't have the register_client.py script in your v0.1.0/dev branch at all, you may need to re-create it based on the changes you made in the past. Use any existing code or notes to recreate the script. 5: Once you have the register_client.py script in your v0.1.0/dev branch, you can merge it into the v0.1.0 branch: git checkout v0.1.0 git merge v0.1.0/dev 6: Resolve any merge conflicts if they occur during the merge process. 7: Finally, push your changes to the remote repository: git push origin v0.1.0 8: This should resolve the issue and include the missing register_client.py script in your v0.1.0 branch.

And must visit this website Spotify downloading, this are free downloader website for songs download from Spotify.