2 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. {
  2. "code": -32500,
  3. "data": {
  4. "args": [],
  5. "command": "claim_search",
  6. "kwargs": {
  7. "all_languages": [],
  8. "all_locations": [],
  9. "all_tags": [],
  10. "any_languages": [],
  11. "any_locations": [],
  12. "any_tags": [],
  13. "channel_ids": [],
  14. "claim_ids": [],
  15. "fee_amount": "",
  16. "has_channel_signature": false,
  17. "has_no_source": false,
  18. "has_source": false,
  19. "include_is_my_output": false,
  20. "include_purchase_receipt": false,
  21. "invalid_channel_signature": false,
  22. "is_controlling": false,
  23. "media_types": [],
  24. "no_totals": false,
  25. "not_channel_ids": [],
  26. "not_languages": [],
  27. "not_locations": [],
  28. "not_tags": [],
  29. "order_by": [],
  30. "remove_duplicates": false,
  31. "stream_types": [],
  32. "valid_channel_signature": false
  33. },
  34. "name": "RPCError",
  35. "traceback": [
  36. "Traceback (most recent call last):",
  37. " File \"lbry/extras/daemon/daemon.py\", line 693, in _process_rpc_call",
  38. " File \"lbry/extras/daemon/daemon.py\", line 2494, in jsonrpc_claim_search",
  39. " File \"lbry/wallet/ledger.py\", line 889, in claim_search",
  40. " File \"lbry/wallet/ledger.py\", line 772, in _inflate_outputs",
  41. " File \"lbry/wallet/network.py\", line 89, in send_request",
  42. " File \"lbry/wallet/network.py\", line 79, in send_request",
  43. " File \"lbry/wallet/rpc/session.py\", line 484, in send_request",
  44. "lbry.wallet.rpc.jsonrpc.RPCError: (-32603, 'internal server error')",
  45. ""
  46. ]
  47. },
  48. "message": "(-32603, 'internal server error')"
  49. }