-
-
Notifications
You must be signed in to change notification settings - Fork 255
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
Fix qobuz.py [BUG FIXED] "X not in list" #772
base: dev
Are you sure you want to change the base?
Conversation
[BUG FIXED] "X not in list"
I'm getting the same error
|
@mcodepreneur Could you try writing the user ID and token into an empty config file and testing again? It's working fine on my end |
@CevreMuhendisi I know I'm not @mcodepreneur, but I tried your suggestion of writing the user ID and token into an empty config (by which I assume you mean an unedited config such as after running 'rip config reset'). I still receive the same error: The only part of the config I changed is highlighted in yellow: Thank you in advance for any help you can offer! And, of course, please let me know if I can provide any more info! |
Qobuz site is down? |
@mcodepreneur It doesn't appear down for me. I can still get to the www frontend and can still seemingly download from the streaming servers via other tooling: |
Thanks for this fix. It corrected the "X not in list" error for me. |
I'm glad I could help |
@CevreMuhendisi - Seeing @yoyo292949158's comment makes me feel like I missed something in my testing up-thread. I see the submitted file with the proposed change, which I used to manually replaced the existing file in my streamrip install before testing. Is there more I should be doing to test this? Or have I gone down the correct path? |
return resp | ||
|
||
async def get_label(self, label_id: str) -> dict: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why is all this code removed? Does it cause the X not in list
bug?
[BUG FIXED] "X not in list"