Playground claim resolve parsing issue #309

Open
opened 2019-11-22 07:46:02 +01:00 by jsigwart · 2 comments
jsigwart commented 2019-11-22 07:46:02 +01:00 (Migrated from github.com)

If I try to resolve "lbry://@MemeKing:9/LBRY-Banknotes:c", the Playground converts the URL into lbry://@MemeKing:9/LBRY-Banknotes:c I get an endless spinny "Processing Request." However, the curl code is properly written and works when used.

If I try to resolve "lbry://@MemeKing:9/LBRY-Banknotes:c", the Playground converts the URL into `lbry://@MemeKing:9/LBRY-Banknotes:c` I get an endless spinny "Processing Request." However, the curl code is properly written and works when used.
tzarebczan commented 2019-11-22 15:52:49 +01:00 (Migrated from github.com)

Probably because of : which we show in the web URL. We'd need to convert on input.

Probably because of : which we show in the web URL. We'd need to convert on input.
jsigwart commented 2019-11-22 20:11:37 +01:00 (Migrated from github.com)

The slash is being converted to /

The slash is being converted to `/`
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.tech#309
No description provided.