Publish screen shows it's in editing mode on first run (no publishes) #1807

Closed
opened 2018-07-24 06:46:34 +02:00 by tzarebczan · 1 comment
tzarebczan commented 2018-07-24 06:46:34 +02:00 (Migrated from github.com)

The Issue

When running the app for the first time, you'll see "edit this file" even though you aren't editing anything. This is because this line returns "undefined" = "undefined" - 32942ed349/src/renderer/redux/selectors/publish.js (L66)

See state here: https://www.screencast.com/t/Y1x4EgWZc

On another machine with publishes, currentname shows as my last published item, even though the publish page is blank. State shows this item.

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-desktop/releases - Standalone daemon: https://github.com/lbryio/lbry/releases We are also available on live chat at https://chat.lbry.io --> ## The Issue When running the app for the first time, you'll see "edit this file" even though you aren't editing anything. This is because this line returns "undefined" = "undefined" - https://github.com/lbryio/lbry-desktop/blob/32942ed349c5587a60da3e406efb29781ed35003/src/renderer/redux/selectors/publish.js#L66 See state here: https://www.screencast.com/t/Y1x4EgWZc On another machine with publishes, currentname shows as my last published item, even though the publish page is blank. State shows this item. ## 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 -->
neb-b commented 2018-07-24 19:39:48 +02:00 (Migrated from github.com)

The issue is with the parseURI command returning "undefined" (string) instead of an actual undefined value

The issue is with the `parseURI` command returning `"undefined"` (string) instead of an actual `undefined` value
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#1807
No description provided.