Fix URL Encoded LBRY links from explorer #23
Labels
No labels
area: devops
area: discovery
area: docs
area: livestream
area: proposal
consider soon
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
php
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/block-explorer#23
Loading…
Add table
Add a link
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?
https://explorer.lbry.io/claims/6bbd31d0e1bcbcf7735ff7b35bcca322a24ec64b
When clicking open in LBRY, the app fails to open the file because of a % in the URL.
https://open.lbry.io/@unclejed613/lbry2 works but https://open.lbry.io/%40unclejed613%2Flbry2 does not.
There is also HTML being outputting over the thumb. Not sure if it's related?
@tzarebczan Further to this. Both links in example above work, maybe you meant this link from the Open in LBRY button, which breaks the app for me?
Open in LBRY: lbry://%40unclejed613/lbry2
Yes, that's what this issue is for - when clicking Open in LBRY the app doesn't handle some of the encoding currently.
Opened https://github.com/lbryio/block-explorer/issues/25 for the html issue.
This claim had a thumbnail with html characters (
). Issue is fixed by escaping html characters.
@akinwale Can you confirm if this has been fixed?
fixed