Fix URL Encoded LBRY links from explorer #23

Closed
opened 2018-04-09 17:59:59 +02:00 by tzarebczan · 6 comments
tzarebczan commented 2018-04-09 17:59:59 +02:00 (Migrated from github.com)

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.

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.
QuirkyRobots commented 2018-05-02 09:05:22 +02:00 (Migrated from github.com)

There is also HTML being outputting over the thumb. Not sure if it's related?

image
image

There is also HTML being outputting over the thumb. Not sure if it's related? ![image](https://user-images.githubusercontent.com/29914179/39509726-a5da5900-4e2a-11e8-992f-310d6fd683f2.png) ![image](https://user-images.githubusercontent.com/29914179/39509823-f682153c-4e2a-11e8-8057-86651eb38163.png)
QuirkyRobots commented 2018-05-02 10:08:05 +02:00 (Migrated from github.com)

@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

@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
tzarebczan commented 2018-05-02 16:43:28 +02:00 (Migrated from github.com)

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.

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.
marcdeb1 commented 2018-10-10 12:43:07 +02:00 (Migrated from github.com)

This claim had a thumbnail with html characters (). Issue is fixed by escaping html characters.

This claim had a thumbnail with html characters (<img src="..."/>). Issue is fixed by escaping html characters.
alyssaoc commented 2018-11-12 20:14:58 +01:00 (Migrated from github.com)

@akinwale Can you confirm if this has been fixed?

@akinwale Can you confirm if this has been fixed?
tiger5226 commented 2019-03-19 03:37:32 +01:00 (Migrated from github.com)

fixed

fixed
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/block-explorer#23
No description provided.