mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-30 17:01:25 +00:00
troubleshooting
This commit is contained in:
parent
f447be0c5a
commit
ac46949bb5
1 changed files with 10 additions and 2 deletions
|
@ -6,7 +6,7 @@ order: 3
|
|||
|
||||
LBRY's goal is to provide an experience where account preferences (subscriptions/tags/settings) and wallets (balances, channels, publishes, etc) are synchronized between multiple devices, including LBRY Desktop, Android and LBRY.tv. Subscriptions and tags should be synced for all users on the latest version of our applications.
|
||||
|
||||
At this moment, LBRY has limited wallet syncing features for users who installed apps on multiple devices before 10/3/2019. Today we support the following:
|
||||
At this moment, LBRY has limited wallet syncing features for users who installed apps on multiple devices before 10/4/2019. Today we support the following:
|
||||
|
||||
+ New users on LBRY Desktop can sync a new account
|
||||
+ New users on LBRY Desktop can sync with their Android account
|
||||
|
@ -14,6 +14,8 @@ At this moment, LBRY has limited wallet syncing features for users who installed
|
|||
|
||||
Over the next few weeks, we'll be expanding this feature to cover existing users and LBRY.tv. It is safe to continue using each device with separate wallets in the meantime. Thank you for your understanding and patience!
|
||||
|
||||
If you are having balance issues, please see the [troubleshooting](#troubleshooting) section below.
|
||||
|
||||
*Please note: wallet passwords on Desktop will be disabled for all users until we are able to fully support all sync scenarios. Users who already enabled previously are not affected.*
|
||||
|
||||
### Desktop
|
||||
|
@ -32,6 +34,12 @@ LBRY Desktop users who enabled wallet syncing can sync to their Android account.
|
|||
|
||||
Wallets are not currently synced on LBRY.tv but will be in a couple of weeks. Subscriptions have been synced and full tag support is coming soon.
|
||||
|
||||
### Troubleshooting
|
||||
|
||||
On Android, if you see transactions but not a balance, you can try disabling and re-enabling sync. This should fix the balance.
|
||||
|
||||
On Desktop, if you see transactions but not a balance, you'll need to manually set the default account. This can be done via the [CLI](/faq/how-to-cli). First, run an `account list` command to view all accounts, find the account id that shows coins/certificates, and then run `account set --lbrynet account set --default --account_id=xxxx` with that id.
|
||||
|
||||
### I'm an expert and want to sync up my balances today! {#expert}
|
||||
|
||||
The current limitation to our syncing process is that the SDK only supports 1 account (a wallet can have multiple accounts) for many API commands. This means we don't want to allow users with existing balances on multiple devices as it would result in inconsistencies throughout the app experience. Once the SDK expands this support, we'll enable syncing for all scenarios. It is highly recommended to wait for this feature, especially if you have channels and publishes, as transferring them to a new wallet requires a using the [CLI](/faq/how-to-cli) to perform updates on each manually.
|
||||
|
|
Loading…
Add table
Reference in a new issue