-
-
Notifications
You must be signed in to change notification settings - Fork 265
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] 2.0.5 does not work with Tidal on windows #793
Comments
I haven't done too much research into how streamrip retrieves its data but I know Tidal's v1 API has been removed which would mean the app would need to be updated to accept the newer v2 API standard. I should also add that you should run the |
Since the bug is "ModuleNotFoundError: No module named 'winloop'" im quite sure this has nothing to do with Tidal, which is also confirmed in #729, but maybe I misunderstand it?
This sadly leads to the next error
|
Is git installed and in your PATH? This seems to be looking like a broken Python/Git install more than a broken streamrip. Make sure you're on Python 3.11 and not 3.12 or greater as it may break dependencies on Windows (looks like you're on 3.13). Either downgrade to or install 3.11 along your current version and try again. Also check and fix git as needed. Google how-to as this help is for streamrip and not Git, Python and its dependencies. |
Im sorry to say so, but i followed the install guide 1:1 Im not sure why I deserve this harsh answer when clearly the installation guide is not up to date and I just ask how to overcome this. I am on Python 3.13.3, uninstalled and installed 3.11.9 rip search tidal playlist 'rap' |
Installed now git with "winget install --id Git.Git -e --source winget" Tried "pip3 install git+https://github.com/nathom/streamrip.git@dev", same error as above. git is not in the path, added "C:\Program Files\Git" to the path Now "pip3 install git+https://github.com/nathom/streamrip.git@dev" works Sadly, same error as before
|
The reason for sticking with 3.11 was some dependencies weren't updated for use in Windows but worked fine for *nix-type OSs such as Linux and MacOS. That was some time ago and may have been fixed, but I stuck with 3.11 for stability, not bleeding edge. Now check your version of aiohttp and make sure it's 3.9.5, using |
Thank you, that finally worked and I can login to Tidal. Thank you so much for help. I hope this conversation will also help other Windows users. |
Describe the bug
I installed latest Python version, latest ffmep and uses this line to install streamrip
pip3 install streamrip --upgrade
Then I tried and failed hard
C:\Windows\system32>rip search tidal playlist 'rap'
I researched that and found this bug: #729
When I run pip3 install aiohttp==3.9.5 I get this error
I have Visual C++ 14.0 x86 and x64 installed and even downloaded it again and choose "repair". Did not work.
Then I downloaded from https://visualstudio.microsoft.com/visual-cpp-build-tools/, but I have no idea what I have to select to install
Command Used
rip search tidal playlist 'rap' and pip3 install aiohttp==3.9.5
Debug Traceback
Config File
vanilla installation
Operating System
Windows 10 Pro 22H2, all updates until January 2025
streamrip version
rip, version 2.0.5
Screenshots and recordings
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: