Cannot send tip, transaction failed #917

Closed
opened 2018-01-01 19:32:18 +01:00 by tzarebczan · 2 comments
tzarebczan commented 2018-01-01 19:32:18 +01:00 (Migrated from github.com)

The Issue

Looks like this 7cd25e777a (diff-3382ad8a365bcbe5fdac5b0508c405c7R158) recent code change broke the tip function. It should be claim_id and not claimID.

This is the current error:

 "error": {
    "code": -32602,
    "message": "Extraneous parameters for wallet_send command: claimId"
  },
  "id": 113,
  "jsonrpc": "2.0"

being passed as:

"wallet_send"
params:
{claimId: "008401a48cecef2a13cf5376b696169bb36b18c6", amount: 1}

Steps to reproduce

  1. Try to support a claim

Expected behaviour

Support goes through

Actual behaviour

Support fails to send

System Configuration

  • LBRY Daemon version:0.18.0
  • LBRY App version: 0.19.3
  • LBRY Installation ID:
  • Operating system:

Anything Else

Screenshots

<!-- Thanks for reporting an issue to LBRY and helping us improve! To make it possible for us to help you, please fill out below information carefully. Before reporting any issues, please make sure that you're using the latest version. - App releases: https://github.com/lbryio/lbry-app/releases - Standalone daemon: https://github.com/lbryio/lbry/releases We are also available on live chat at https://chat.lbry.io --> ## The Issue Looks like this https://github.com/lbryio/lbry-app/commit/7cd25e777aded97a7609e084ccff4ae0c8240a94#diff-3382ad8a365bcbe5fdac5b0508c405c7R158 recent code change broke the tip function. It should be claim_id and not claimID. This is the current error: ``` "error": { "code": -32602, "message": "Extraneous parameters for wallet_send command: claimId" }, "id": 113, "jsonrpc": "2.0" ``` being passed as: ``` "wallet_send" params: {claimId: "008401a48cecef2a13cf5376b696169bb36b18c6", amount: 1} ``` ### Steps to reproduce 1. Try to support a claim 2. 3. ### Expected behaviour Support goes through ### Actual behaviour Support fails to send ## System Configuration <!-- For the app, this info is in the About section at the bottom of the Help page. You can include a screenshot instead of typing it out --> <!-- For the daemon, run: curl 'http://localhost:5279' --data '{"method":"version"}' and include the full output --> - LBRY Daemon version:0.18.0 - LBRY App version: 0.19.3 - LBRY Installation ID: - Operating system: ## Anything Else <!-- Include anything else that does not fit into the above sections --> ## Screenshots <!-- If a screenshot would help explain the bug, please include one or two here -->
liamcardenas commented 2018-01-02 06:39:37 +01:00 (Migrated from github.com)

@IGassmann can you look into this?

@IGassmann can you look into this?
tzarebczan commented 2018-01-03 16:58:54 +01:00 (Migrated from github.com)

Tested the fix, LGTM

Tested the fix, LGTM
Sign in to join this conversation.
No milestone
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-desktop#917
No description provided.