Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crash in fetchPrices #32561

Closed
SergeyZhukovsky opened this issue Aug 28, 2023 · 0 comments · Fixed by brave/brave-core#19914
Closed

Crash in fetchPrices #32561

SergeyZhukovsky opened this issue Aug 28, 2023 · 0 comments · Fixed by brave/brave-core#19914
Assignees
Labels
crash feature/web3/wallet Integrating Ethereum+ wallet support OS/Android Fixes related to Android browser functionality priority/P2 A bad problem. We might uplift this to the next planned release. QA/No release-notes/include

Comments

@SergeyZhukovsky
Copy link
Member

I found that crash in GPS on 1.58.100 beta channel. There are no steps on how to replicate it.

Exception java.lang.NullPointerException:
  at org.chromium.chrome.browser.crypto_wallet.util.AssetsPricesHelper.fetchPrices (AssetsPricesHelper.java:40)
  at org.chromium.chrome.browser.crypto_wallet.modal.BraveWalletPanel.lambda$updateSelectedAccountBalance$8 (BraveWalletPanel.java:371)
  at org.chromium.chrome.browser.util.LiveDataUtil$1.onChanged (LiveDataUtil.java:17)
  at androidx.lifecycle.LiveData.considerNotify (LiveData.java:133)
  at androidx.lifecycle.LiveData.dispatchingValue (LiveData.java:151)
  at androidx.lifecycle.LiveData.setValue (LiveData.java:309)
  at androidx.lifecycle.MutableLiveData.setValue (MutableLiveData.java:50)
  at androidx.lifecycle.LiveData$1.run (LiveData.java:93)
  at android.os.Handler.handleCallback (Handler.java:938)
  at android.os.Handler.dispatchMessage (Handler.java:99)
  at android.os.Looper.loopOnce (Looper.java:217)
  at android.os.Looper.loop (Looper.java:309)
  at android.app.ActivityThread.main (ActivityThread.java:8093)
  at java.lang.reflect.Method.invoke
  at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run (RuntimeInit.java:579)
  at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:1045)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
crash feature/web3/wallet Integrating Ethereum+ wallet support OS/Android Fixes related to Android browser functionality priority/P2 A bad problem. We might uplift this to the next planned release. QA/No release-notes/include
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

4 participants