Publishing test results #116
Labels
No labels
area: devops
area: discovery
area: docs
area: livestream
area: proposal
campaign-blocker
consider soon
Content
dependencies
Epic
good first issue
hacktoberfest
help wanted
icebox
level: 1
level: 2
level: 3
level: 4
needs: exploration
needs: grooming
needs: priority
needs: repro
needs: tech design
on hold
priority: blocker
priority: high
priority: low
priority: medium
resilience
Tom's Wishlist
type: bug
type: discussion
type: improvement
type: new feature
type: refactor
type: task
type: testing
unplanned
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: LBRYCommunity/lbry.tech#116
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Here's what I got during my first publish: https://www.screencast.com/t/hktjJX7i (worked 2nd /3rd time, see #5 below)
I thought someone is supposed to be able to upload their own image? I don't see that option.
looks like it publishes using the title as the claim name - we need to either randomize this part after the name (set a max limit on characters to save on claim fees) or check if a name is already taken. You can only publish to 1 name per wallet, otherwise it just updates it (known limitation of the daemon right now).
I didn't set NSFW for my 2nd publish, but it published as NSFW even though the curl example has false: .
(curl "http://localhost:5279" --data "{ 'method': 'publish', 'params': { 'name': 'test2', 'bid': 0.001, 'file_path': '/path/to/your/file.jpg', 'title': 'test2', 'description': 'Check out this image I published to LBRY via lbry.tech', 'language': 'en', 'license': 'Public Domain', 'nsfw': 'false' } }"
This happens for all publishes.
The explorer.lbry.io link should open in a new page. Also add a note that it may take a minute or two to show up there.
not sure why the result is blank (I did it a 2nd/3rd time, and it came back with a result)
We should show the resulting LBRY URL, ie. lbry://claimname#claimid. Also, we should add an open.lbry.io/: link and say "open with the LBRY app" - include download link (lbry.io/get)if they don't have it
@kauffj should we include a spee.ch link too?
8 ) I can't get the image I uploaded at: lbry://test2#73e9f24aa331c0e790202ca7b23e9cf98d635fed - maybe ports need to be opened or it just needs some time to reflect from our content hosts. Will try again later. I was able to download another one I published.
(@NetOperatorWibby please consider this ticket to be to fix these issues and do any other clean up or improvements you want to do in the process. For anything here that you can't address entirely on lbry.tech side, just open the appropriate issue.)
Closed in favor of #133