Skip to content

[BUG] <title> #933

@edgar000692-cell

Description

@edgar000692-cell

Describe the bug

Me sale este error, ¿hay manera de solucionarlo? ¿y de qué manera?
If this was unexpected, please open a Bug Report at https://github.com/nathom/streamrip/issues/new/choose
PS D:\streamrip> rip url https://tidal.com/album/480996544/u

Exception

Refresh failed

at ~\AppData\Local\Programs\Python\Python39\lib\site-packages\streamrip\clients.py:954 in _refresh_access_token
950│ (TIDAL_CLIENT_INFO["id"], TIDAL_CLIENT_INFO["secret"]),
951│ )
952│
953│ if resp.get("status", 200) != 200:
→ 954│ raise Exception("Refresh failed")
955│
956│ self.user_id = resp["user"]["userId"]
957│ self.country_code = resp["user"]["countryCode"]
958│ self.access_token = resp["access_token"]

Command Used

If this was unexpected, please open a Bug Report at https://github.com/nathom/streamrip/issues/new/choose
PS D:\streamrip> rip url https://tidal.com/album/480996544/u

  Exception

  Refresh failed

  at ~\AppData\Local\Programs\Python\Python39\lib\site-packages\streamrip\clients.py:954 in _refresh_access_token
       950│             (TIDAL_CLIENT_INFO["id"], TIDAL_CLIENT_INFO["secret"]),
       951│         )
       952│
       953│         if resp.get("status", 200) != 200:
    →  954│             raise Exception("Refresh failed")
       955│
       956│         self.user_id = resp["user"]["userId"]
       957│         self.country_code = resp["user"]["countryCode"]
       958│         self.access_token = resp["access_token"]

Debug Traceback

rip -vvv url https://tidal.com/album/480996544/u

Config File

RuntimeException

  No arguments expected for "config" command, got "open"

  at ~\AppData\Local\Programs\Python\Python39\lib\site-packages\cleo\io\inputs\argv_input.py:258 in _parse_argument
      254│                 )
      255│             else:
      256│                 message = 'No arguments expected, got "{}"'.format(token)
      257│
    → 258│             raise RuntimeException(message)
      259│
      260│     def _add_short_option(self, shortcut: str, value: Any) -> None:
      261│         if not self._definition.has_shortcut(shortcut):
      262│             raise NoSuchOptionException(f'The option "-{shortcut}" does not exist')

Operating System

Windows

streamrip version

Rip (version 1.9.7)

Screenshots and recordings

Image

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions