Published URIs with Channel getting incorrect claim_id #460

Closed
opened 2017-08-09 20:18:04 +02:00 by tzarebczan · 0 comments
tzarebczan commented 2017-08-09 20:18:04 +02:00 (Migrated from github.com)

The Issue

This issue originally stemmed from here: https://github.com/lbryio/lbryum/issues/143
After Publishing a file with an identity, the user is presented a link in their Publishes area. This link has the incorrect channel id in this format:
lbry://@jiggytom#6e477eded9468613c9c5b45eb58662ea302bccea/index

The channel is actually lbry://@jiggytom#e48d2b50501159034f68d53321f67b8aa5b1d771 and the index claim is lbry://index#6e477eded9468613c9c5b45eb58662ea302bccea

There is a bug in lbryum that allows it to resolve correctly, but a get fails. Wasn't sure what the root cause is, so opening an app issue on top of the lbryum one. The get returns a failure to resolve error.

Steps to reproduce

  1. Publish content under an identity, let it confirm
  2. Observe URI on the Publishes screen
  3. Notice that it's showing the claim id and not the channel id in the URI

Expected behaviour

Should show the channel id in the URI

Actual behaviour

Shows claim id in the URI

System Configuration

  • LBRY Daemon version: 0.14.2
  • LBRY App version: 0.14.3
  • LBRY Installation ID:
  • Operating system: Win 10

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 Slack at https://slack.lbry.io --> ## The Issue This issue originally stemmed from here: https://github.com/lbryio/lbryum/issues/143 After Publishing a file with an identity, the user is presented a link in their Publishes area. This link has the incorrect channel id in this format: lbry://@jiggytom#6e477eded9468613c9c5b45eb58662ea302bccea/index The channel is actually lbry://@jiggytom#e48d2b50501159034f68d53321f67b8aa5b1d771 and the index claim is lbry://index#6e477eded9468613c9c5b45eb58662ea302bccea There is a bug in lbryum that allows it to resolve correctly, but a get fails. Wasn't sure what the root cause is, so opening an app issue on top of the lbryum one. The get returns a failure to resolve error. ### Steps to reproduce 1. Publish content under an identity, let it confirm 2. Observe URI on the Publishes screen 3. Notice that it's showing the claim id and not the channel id in the URI ### Expected behaviour Should show the channel id in the URI ### Actual behaviour Shows claim id in the URI ## 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/lbryapi' --data '{"method":"version"}' and include the full output --> - LBRY Daemon version: 0.14.2 - LBRY App version: 0.14.3 - LBRY Installation ID: - Operating system: Win 10 ## 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 -->
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#460
No description provided.