Closed rustjakey closed 3 years ago
Still occurs after installing laters VC redist and above
I think you might have installed the wrong version. python-Levenshtein
should not be in the latest version
In any case, just open up the file in /python called beatsaver.py, and remove the line that says install("python-Levenshtein")
Unsure why this is, ive tried to get the URL from the website as well, as the button the wiki shows to get the playlist link has disappeared.
Even with the url like this https://open.spotify.com/playlist/4sQ7MiKKKW64vKLuDGdRsR
it doesnt work, I also tried the right click copy share link to playlist
Merging with #25, as its the same issue
Can you try the command I posted there?
I have, the new error is regarding spotify API access, I posted the error log.
The initial issue of the levenshtein install was fixed by your suggestion.
On Thu, Apr 22, 2021 at 5:54 AM MartyMcKnife @.***> wrote:
Merging with #25 https://github.com/MartyMcKnife/BeatSaberSpotify/issues/25, as its the same issue
Can you try the command I posted there?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/MartyMcKnife/BeatSaberSpotify/issues/24#issuecomment-824479723, or unsubscribe https://github.com/notifications/unsubscribe-auth/AS4TH7ZHULOOEGHEEKD6L7DTJ56W3ANCNFSM43IJBR6Q .
Yes, I understand that.
The error code is exactly the same as another issue, which was the one I referenced.
Try running pip install "spotipy==2.16.1" --force-reinstall
Ok, will run that when I get home.
Am i supposed to run that in CMD just normally?
On Thu, Apr 22, 2021 at 9:48 AM MartyMcKnife @.***> wrote:
Yes, I understand that.
The error code is exactly the same as another issue, which was the one I referenced.
Try running pip install "spotipy==2.16.1" --force-reinstall
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/MartyMcKnife/BeatSaberSpotify/issues/24#issuecomment-824557400, or unsubscribe https://github.com/notifications/unsubscribe-auth/AS4TH77MXDKICIKOQGWOHLLTJ62DBANCNFSM43IJBR6Q .
It worked once, then I tried it again and the same error occured.
I am strugguling to get that command you send to work though. pip doesnt work on my pc for some reason, so I have to use py but then this happens.
C:\Users\jakey\AppData\Local\Programs\Python\Python39\python.exe: can't open file 'C:\WINDOWS\system32\install': [Errno 2] No such file or directory```
I belive I have worked out an issue that may be causing it, although its not the sole cause.
one of my playlists has non-standard charaters (<->), that seems to break it.
Is it a playlist name with those characters? If so, the easiest thing to do would be just removing them from the playlist name. I will add a check for invalid characters in the next update