1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- {
- "code": -32500,
- "data": {
- "args": [],
- "command": "claim_search",
- "kwargs": {
- "all_languages": [],
- "all_locations": [],
- "all_tags": [],
- "any_languages": [],
- "any_locations": [],
- "any_tags": [],
- "channel_ids": [],
- "claim_ids": [],
- "fee_amount": "",
- "has_channel_signature": false,
- "has_no_source": false,
- "has_source": false,
- "include_is_my_output": false,
- "include_purchase_receipt": false,
- "invalid_channel_signature": false,
- "is_controlling": false,
- "media_types": [],
- "no_totals": false,
- "not_channel_ids": [],
- "not_languages": [],
- "not_locations": [],
- "not_tags": [],
- "order_by": [],
- "remove_duplicates": false,
- "stream_types": [],
- "valid_channel_signature": false
- },
- "name": "RPCError",
- "traceback": [
- "Traceback (most recent call last):",
- " File \"lbry/extras/daemon/daemon.py\", line 693, in _process_rpc_call",
- " File \"lbry/extras/daemon/daemon.py\", line 2494, in jsonrpc_claim_search",
- " File \"lbry/wallet/ledger.py\", line 889, in claim_search",
- " File \"lbry/wallet/ledger.py\", line 772, in _inflate_outputs",
- " File \"lbry/wallet/network.py\", line 89, in send_request",
- " File \"lbry/wallet/network.py\", line 79, in send_request",
- " File \"lbry/wallet/rpc/session.py\", line 484, in send_request",
- "lbry.wallet.rpc.jsonrpc.RPCError: (-32603, 'internal server error')",
- ""
- ]
- },
- "message": "(-32603, 'internal server error')"
- }
|