You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 15, 2022. It is now read-only.
My tron wallet can not sync anymore, not in desktop nor in mobile app. I checked your source code and want to explain the reason.
I found out that it happens if wallet has more than 200 transactions.
This link will generate NetworkDown error, because app sends this request to localhost.
Please fix this problem asap. May be it will enough to load only first 200 transactions.
I found temporary solution for desktop app, but it not syncing anymore in mobile app.
The text was updated successfully, but these errors were encountered:
galmi
added a commit
to galmi/ledger-live-common
that referenced
this issue
Aug 25, 2021
My tron wallet can not sync anymore, not in desktop nor in mobile app. I checked your source code and want to explain the reason.
I found out that it happens if wallet has more than 200 transactions.
Problem starts here:
ledger-live-common/src/api/Tron.ts
Line 195 in c1763c4
Example how to reproduce the problem:
meta.links.next
contains link to the next 100 transactions:meta.links.next
contains next link without domain name:NetworkDown
error, because app sends this request to localhost.Please fix this problem asap. May be it will enough to load only first 200 transactions.
I found temporary solution for desktop app, but it not syncing anymore in mobile app.
The text was updated successfully, but these errors were encountered: