Hook: Daemon MemoryError on Step 3 #27

Closed
opened 2018-04-27 12:35:36 +02:00 by Krisseck · 1 comment
Krisseck commented 2018-04-27 12:35:36 +02:00 (Migrated from github.com)

Using the wallet_send method, the daemon returns a MemoryError.

{
  "error": {
    "code": -32500,
    "data": [
      "  File \"site-packages/twisted/internet/defer.py\", line 1299, in _inlineCallbacks",
      "    ",
      "  File \"site-packages/lbrynet/core/Wallet.py\", line 1101, in _tip_claim",
      "    ",
      "  File \"site-packages/lbrynet/core/Wallet.py\", line 984, in _run_cmd_as_defer_succeed",
      "    ",
      "  File \"site-packages/lbryum/commands.py\", line 2248, in sendwithsupport",
      "    ",
      "  File \"site-packages/lbryum/commands.py\", line 2207, in support",
      "    ",
      "exceptions.MemoryError: "
    ],
    "message": "MemoryError"
  },
  "id": null,
  "jsonrpc": "2.0"
}
Using the wallet_send method, the daemon returns a MemoryError. ``` { "error": { "code": -32500, "data": [ " File \"site-packages/twisted/internet/defer.py\", line 1299, in _inlineCallbacks", " ", " File \"site-packages/lbrynet/core/Wallet.py\", line 1101, in _tip_claim", " ", " File \"site-packages/lbrynet/core/Wallet.py\", line 984, in _run_cmd_as_defer_succeed", " ", " File \"site-packages/lbryum/commands.py\", line 2248, in sendwithsupport", " ", " File \"site-packages/lbryum/commands.py\", line 2207, in support", " ", "exceptions.MemoryError: " ], "message": "MemoryError" }, "id": null, "jsonrpc": "2.0" } ```
kauffj commented 2018-05-23 17:58:50 +02:00 (Migrated from github.com)
Will be handled by https://github.com/lbryio/web-daemon/issues/4 and/or #67
Sign in to join this conversation.
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: LBRYCommunity/lbry.tech#27
No description provided.