Skip to content

Download error #113

@samwelnella

Description

@samwelnella

Hello, I get the following error when trying to download from the default public instance:

ERROR - <AioRpcError of RPC that terminated with:
        status = StatusCode.INTERNAL
        details = "Internal error from Core"
        debug_error_string = "Failed "execute_batch": (<grpc._cython.cygrpc.SendMessageOperation object at 0x7f1da86a2db0>,)"
>
Traceback (most recent call last):

  File "/home/XXXXX/AppleMusicDecrypt/AppleMusicDecrypt/main.py", line 23, in <module>
    loop.run_until_complete(cmd.start())
    │    │                  │   └ <function InteractiveShell.start at 0x7f1dc03f0900>
    │    │                  └ <src.cmd.InteractiveShell object at 0x7f1dc0581940>
    │    └ <function BaseEventLoop.run_until_complete at 0x7f1dc47cdbc0>
    └ <_UnixSelectorEventLoop running=True closed=False debug=False>

  File "/usr/lib/python3.13/asyncio/base_events.py", line 712, in run_until_complete
    self.run_forever()
    │    └ <function BaseEventLoop.run_forever at 0x7f1dc47cdb20>
    └ <_UnixSelectorEventLoop running=True closed=False debug=False>
  File "/usr/lib/python3.13/asyncio/base_events.py", line 683, in run_forever
    self._run_once()
    │    └ <function BaseEventLoop._run_once at 0x7f1dc47cf920>
    └ <_UnixSelectorEventLoop running=True closed=False debug=False>
  File "/usr/lib/python3.13/asyncio/base_events.py", line 2042, in _run_once
    handle._run()
    │      └ <function Handle._run at 0x7f1dc4749760>
    └ <Handle safely_create_task.<locals>.done_callback() at /home/XXXXX/AppleMusicDecrypt/AppleMusicDecrypt/src/utils.py:291>
  File "/usr/lib/python3.13/asyncio/events.py", line 89, in _run
    self._context.run(self._callback, *self._args)
    │    │            │    │           │    └ <member '_args' of 'Handle' objects>
    │    │            │    │           └ <Handle safely_create_task.<locals>.done_callback() at /home/XXXXX/AppleMusicDecrypt/AppleMusicDecrypt/src/utils.py:291>
    │    │            │    └ <member '_callback' of 'Handle' objects>
    │    │            └ <Handle safely_create_task.<locals>.done_callback() at /home/XXXXX/AppleMusicDecrypt/AppleMusicDecrypt/src/utils.py:291>
    │    └ <member '_context' of 'Handle' objects>
    └ <Handle safely_create_task.<locals>.done_callback() at /home/XXXXX/AppleMusicDecrypt/AppleMusicDecrypt/src/utils.py:291>

> File "/home/XXXXX/AppleMusicDecrypt/AppleMusicDecrypt/src/utils.py", line 295, in done_callback
    raise task.exception()
          │    └ <method 'exception' of '_asyncio.Task' objects>
          └ <Task finished name='Task-3' coro=<WrapperManager.decrypt_init() done, defined at /home/XXXXX/AppleMusicDecrypt/AppleM...

  File "/home/XXXXX/AppleMusicDecrypt/AppleMusicDecrypt/src/grpc/manager.py", line 114, in decrypt_init
    async for reply in stream:
              │        └ <_AioCall of RPC that terminated with:
              │                 status = Received RST_STREAM with error code 2
              │                 details = "StatusCode.INTERNAL"
              │                 debu...
              └ header {
                  msg: "SUCCESS"
                }
                data {
                  adam_id: "1500642840"
                  key: "skd://itunes.apple.com/p1069456443/c6"
                  sample_index: 624...

  File "/home/XXXXX/.cache/pypoetry/virtualenvs/applemusicdecrypt-ATZB8I0P-py3.13/lib/python3.13/site-packages/grpc/aio/_call.py", line 366, in _fetch_stream_responses
    await self._raise_for_status()
          │    └ <function Call._raise_for_status at 0x7f1dc2c67a60>
          └ <_AioCall of RPC that terminated with:
                status = Received RST_STREAM with error code 2
                details = "StatusCode.INTERNAL"
                debu...
  File "/home/XXXXX/.cache/pypoetry/virtualenvs/applemusicdecrypt-ATZB8I0P-py3.13/lib/python3.13/site-packages/grpc/aio/_call.py", line 274, in _raise_for_status
    raise _create_rpc_error(
          └ <function _create_rpc_error at 0x7f1dc2c663e0>

grpc.aio._call.AioRpcError: <AioRpcError of RPC that terminated with:
        status = StatusCode.INTERNAL
        details = "Internal error from Core"
        debug_error_string = "Failed "execute_batch": (<grpc._cython.cygrpc.SendMessageOperation object at 0x7f1da86a2db0>,)"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions