Skip to content
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] <title> #775

Open
clkelley39 opened this issue Nov 20, 2024 · 0 comments
Open

[BUG] <title> #775

clkelley39 opened this issue Nov 20, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@clkelley39
Copy link

Describe the bug

won't download from qobuz

Command Used

rip url https://github.com/nathom/streamrip/issues/new/choose

Debug Traceback

Last login: Wed Nov 20 11:53:03 on console
clintonkelley@Clintons-27-iMac ~ % rip url https://play.qobuz.com/album/wtg76l9cdr9kc

Logging into qobuz

  SSLEOFError

  EOF occurred in violation of protocol (_ssl.c:1122)

  at /usr/local/Cellar/[email protected]/3.9.0_2/Frameworks/Python.framework/Versions/3.9/lib/python3.9/ssl.py:1309 in do_handshake
      1305│         timeout = self.gettimeout()
      1306│         try:
      1307│             if timeout == 0.0 and block:
      1308│                 self.settimeout(None)
    → 1309│             self._sslobj.do_handshake()
      1310│         finally:
      1311│             self.settimeout(timeout)
      1312│ 
      1313│     def _real_connect(self, addr, connect_ex):

The following error occurred when trying to handle this error:


  MaxRetryError

  HTTPSConnectionPool(host='www.qobuz.com', port=443): Max retries exceeded with url: /api.json/0.2/track/getFileUrl?request_ts=1732132781.288353&request_sig=217dcbdd8e9701743fc7ca2d52562c7c&track_id=19512574&format_id=7&intent=stream (Caused by SSLError(SSLEOFError(8, 'EOF occurred in violation of protocol (_ssl.c:1122)')))

  at /usr/local/lib/python3.9/site-packages/urllib3/util/retry.py:592 in increment
      588│             history=history,
      589│         )
      590│ 
      591│         if new_retry.is_exhausted():
    → 592│             raise MaxRetryError(_pool, url, error or ResponseError(cause))
      593│ 
      594│         log.debug("Incremented Retry for (url='%s'): %r", url, new_retry)
      595│ 
      596│         return new_retry

The following error occurred when trying to handle this error:


  SSLError

  HTTPSConnectionPool(host='www.qobuz.com', port=443): Max retries exceeded with url: /api.json/0.2/track/getFileUrl?request_ts=1732132781.288353&request_sig=217dcbdd8e9701743fc7ca2d52562c7c&track_id=19512574&format_id=7&intent=stream (Caused by SSLError(SSLEOFError(8, 'EOF occurred in violation of protocol (_ssl.c:1122)')))

  at /usr/local/lib/python3.9/site-packages/requests/adapters.py:563 in send
      559│                 raise ProxyError(e, request=request)
      560│ 
      561│             if isinstance(e.reason, _SSLError):
      562│                 # This branch is for urllib3 v1.22 and later.
    → 563│                 raise SSLError(e, request=request)
      564│ 
      565│             raise ConnectionError(e, request=request)
      566│ 
      567│         except ClosedPoolError as e:

If this was unexpected, please open a Bug Report at https://github.com/nathom/streamrip/issues/new/choose
clintonkelley@Clintons-27-iMac ~ % 
clintonkelley@Clintons-27-iMac ~ % rip url https://play.qobuz.com/album/wtg76l9cdr9kc
Logging into qobuz

  SSLEOFError

  EOF occurred in violation of protocol (_ssl.c:1122)

  at /usr/local/Cellar/[email protected]/3.9.0_2/Frameworks/Python.framework/Versions/3.9/lib/python3.9/ssl.py:1309 in do_handshake
      1305│         timeout = self.gettimeout()
      1306│         try:
      1307│             if timeout == 0.0 and block:
      1308│                 self.settimeout(None)
    → 1309│             self._sslobj.do_handshake()
      1310│         finally:
      1311│             self.settimeout(timeout)
      1312│ 
      1313│     def _real_connect(self, addr, connect_ex):

The following error occurred when trying to handle this error:


  MaxRetryError

  HTTPSConnectionPool(host='www.qobuz.com', port=443): Max retries exceeded with url: /api.json/0.2/track/getFileUrl?request_ts=1732132794.862616&request_sig=1e591bda7366bbfa2595f6aa0af3641f&track_id=19512574&format_id=7&intent=stream (Caused by SSLError(SSLEOFError(8, 'EOF occurred in violation of protocol (_ssl.c:1122)')))

  at /usr/local/lib/python3.9/site-packages/urllib3/util/retry.py:592 in increment
      588│             history=history,
      589│         )
      590│ 
      591│         if new_retry.is_exhausted():
    → 592│             raise MaxRetryError(_pool, url, error or ResponseError(cause))
      593│ 
      594│         log.debug("Incremented Retry for (url='%s'): %r", url, new_retry)
      595│ 
      596│         return new_retry

The following error occurred when trying to handle this error:


  SSLError

  HTTPSConnectionPool(host='www.qobuz.com', port=443): Max retries exceeded with url: /api.json/0.2/track/getFileUrl?request_ts=1732132794.862616&request_sig=1e591bda7366bbfa2595f6aa0af3641f&track_id=19512574&format_id=7&intent=stream (Caused by SSLError(SSLEOFError(8, 'EOF occurred in violation of protocol (_ssl.c:1122)')))

  at /usr/local/lib/python3.9/site-packages/requests/adapters.py:563 in send
      559│                 raise ProxyError(e, request=request)
      560│ 
      561│             if isinstance(e.reason, _SSLError):
      562│                 # This branch is for urllib3 v1.22 and later.
    → 563│                 raise SSLError(e, request=request)
      564│ 
      565│             raise ConnectionError(e, request=request)
      566│ 
      567│         except ClosedPoolError as e:

If this was unexpected, please open a Bug Report at https://github.com/nathom/streamrip/issues/new/choose

Config File

RuntimeException

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

  at /usr/local/lib/python3.9/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')

If this was unexpected, please open a Bug Report at https://github.com/nathom/streamrip/issues/new/choose

Operating System

macos Monterey 12.7.6

streamrip version

1.9.7

Screenshots and recordings

No response

Additional context

No response

@clkelley39 clkelley39 added the bug Something isn't working label Nov 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant