Cannot edit metadata only (without reuploading new file) #1219

Closed
opened 2018-03-30 17:25:44 +02:00 by tzarebczan · 4 comments
tzarebczan commented 2018-03-30 17:25:44 +02:00 (Migrated from github.com)

The Issue

If you try to edit a claim without selecting a source file, you get: Error message: no source provided to publish. I believe we need to pass the source information which includes source, source type, version and content type which are all available in file_list and claim_list_mine. When editing, a file may not necessarily be in file_list, so claim_list_mine would be the safest bet here.

"sources":  {
      "source": "ae8e94d9d1090c32216e29a2e0e576f02f241b3b72769da5e11191ba2680f1c8c58b8841a6dd7dc8b2c6e655b1df288c",
      "sourceType": "lbry_sd_hash",
      "version": "_0_0_1",
      "contentType":"image/jpeg"

Steps to Reproduce

Expected Behaviour

Tell us what should happen.

Actual Behaviour

Tell us what happens instead.

Suggested Solutions

Tell us your suggested solutions if you have any.

System Configuration

  • LBRY Daemon version:
  • LBRY App version:
  • 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 If you try to edit a claim without selecting a source file, you get: `Error message: no source provided to publish`. I believe we need to pass the source information which includes source, source type, version and content type which are all available in file_list and claim_list_mine. When editing, a file may not necessarily be in file_list, so claim_list_mine would be the safest bet here. ``` "sources": { "source": "ae8e94d9d1090c32216e29a2e0e576f02f241b3b72769da5e11191ba2680f1c8c58b8841a6dd7dc8b2c6e655b1df288c", "sourceType": "lbry_sd_hash", "version": "_0_0_1", "contentType":"image/jpeg" ``` ### Steps to Reproduce 1. 2. 3. ### Expected Behaviour Tell us what should happen. ### Actual Behaviour Tell us what happens instead. ### Suggested Solutions Tell us your suggested solutions if you have any. ## 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: - LBRY App version: - 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 -->
tzarebczan commented 2018-04-05 01:26:31 +02:00 (Migrated from github.com)

@seanyesmunt this is still not working here.

@seanyesmunt this is still not working here.
tzarebczan commented 2018-04-17 01:18:22 +02:00 (Migrated from github.com)

@seanyesmunt can edit now, but the file stays in pending mode.

@seanyesmunt can edit now, but the file stays in pending mode.
neb-b commented 2018-04-17 19:56:00 +02:00 (Migrated from github.com)

Closing this. I will create a new one just for pending

Closing this. I will create a new one just for pending
tzarebczan commented 2018-05-25 17:37:35 +02:00 (Migrated from github.com)

Reopening..this is happening agian

Reopening..this is happening agian
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#1219
No description provided.