thunderbiscuit / padawan-wallet

The bitcoin wallet trainer on Android.
https://padawanwallet.com/
Apache License 2.0
111 stars 49 forks source link

Get coins button leads to ANR #290

Closed amritakesh closed 11 months ago

amritakesh commented 1 year ago

Everytime get coins button is selected the app stops responding. Sometimes the screen freezes , other times the app randomly shuts

thunderbiscuit commented 1 year ago

I don't know if you are building the app locally or if you're using the app from the app store, but if you are building locally, the wallet will not have the required credentials to make the pull on the faucet. It should not crash the app however. If you are indeed building in Android Studio, can you post your logcat output for the crash?

nerd2ninja commented 11 months ago

I don't know if you are building the app locally or if you're using the app from the app store, but if you are building locally, the wallet will not have the required credentials to make the pull on the faucet. It should not crash the app however. If you are indeed building in Android Studio, can you post your logcat output for the crash?

Would this include downloading the precompiled binary from the releases page in this repo?

thunderbiscuit commented 11 months ago

@nerd2ninja nope the binaries you can download on GitHub are fully functional!

thunderbiscuit commented 11 months ago

Closing this issue now as it's not actually a bug per se, but I'm glad we have it now in the archive for people who might search for this issue in the future!