Better error if publishing with a bid higher than balance #794

Open
opened 2019-12-12 17:03:16 +01:00 by tzarebczan · 1 comment
tzarebczan commented 2019-12-12 17:03:16 +01:00 (Migrated from github.com)

Right now it just says "content cannot be published at this time"

Right now it just says "content cannot be published at this time"
littlemadhatter commented 2020-05-26 08:04:43 +02:00 (Migrated from github.com)

Took a look at this.
respective file is https://github.com/lbryio/lbry-react-native/blob/master/src/page/publish/view.js#L470 and it's an edit you could do if you're lazy
but for a more detailed response, respective file would be in https://github.com/lbryio/lbry-android/blob/master/app/src/main/java/io/lbry/browser/ui/publish/PublishFormFragment.java with a showError(getString(R.string.deposit_more_than_balance)); but requires more knowledge of code to go along with it of which I do not have.

Took a look at this. respective file is https://github.com/lbryio/lbry-react-native/blob/master/src/page/publish/view.js#L470 and it's an edit you *could* do if you're lazy but for a more detailed response, respective file would be in https://github.com/lbryio/lbry-android/blob/master/app/src/main/java/io/lbry/browser/ui/publish/PublishFormFragment.java with a `showError(getString(R.string.deposit_more_than_balance));` but requires more knowledge of code to go along with it of which I do not have.
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-android#794
No description provided.