electrum icon indicating copy to clipboard operation
electrum copied to clipboard

KeyError: 'bc1qpfd8u3n0fsr4eqcen8l2lfpjyjpxstzzk4mxjg'

Open TARS-bot opened this issue 3 years ago • 1 comments

Crash Report

This crash report was reported through the automatic crash reporting system 🤖

Traceback

Traceback (most recent call last):
  File "/home/user/wspace/electrum/.buildozer/android/platform/build-arm64-v8a/build/python-installs/Electrum/kivy/base.py", line 347, in mainloop
  File "/home/user/wspace/electrum/.buildozer/android/platform/build-arm64-v8a/build/python-installs/Electrum/kivy/base.py", line 391, in idle
  File "/home/user/wspace/electrum/.buildozer/android/platform/build-arm64-v8a/build/python-installs/Electrum/kivy/base.py", line 342, in dispatch_input
  File "/home/user/wspace/electrum/.buildozer/android/platform/build-arm64-v8a/build/python-installs/Electrum/kivy/base.py", line 308, in post_dispatch_input
  File "kivy/_event.pyx", line 724, in kivy._event.EventDispatcher.dispatch
  File "/home/user/wspace/electrum/.buildozer/android/platform/build-arm64-v8a/build/python-installs/Electrum/kivy/uix/behaviors/button.py", line 179, in on_touch_up
  File "kivy/_event.pyx", line 720, in kivy._event.EventDispatcher.dispatch
  File "kivy/_event.pyx", line 1263, in kivy._event.EventObservers.dispatch
  File "kivy/_event.pyx", line 1147, in kivy._event.EventObservers._dispatch
  File "/home/user/wspace/electrum/.buildozer/android/platform/build-arm64-v8a/build/python-installs/Electrum/kivy/lang/builder.py", line 57, in custom_callback
  File "<string>", line 33, in <module>
  File "/home/user/wspace/electrum/.buildozer/android/app/electrum/gui/kivy/uix/dialogs/request_dialog.py", line 191, in cb
  File "/home/user/wspace/electrum/.buildozer/android/app/electrum/wallet.py", line 2520, in delete_request
KeyError: 'bc1qpfd8u3n0fsr4eqcen8l2lfpjyjpxstzzk4mxjg'

KeyError: 'bc1qpfd8u3n0fsr4eqcen8l2lfpjyjpxstzzk4mxjg'

Reporter

This issue was reported by 3 user(s):

Electrum Version Python Version Operating System Wallet Type Locale Stack
4.3.0 3.8.13 (default, Aug 5 2022, 13:57:10) [Clang 11.0.5 (https://android.googlesource.com/toolchain/llvm-project 87f1315d Android 10 on HUAWEI HWMAR (MAR-L21MEA 10.0.0.278(C10E3R3P3)) standard en_US
4.3.1 3.8.13 (default, Aug 17 2022, 17:07:22) [Clang 11.0.5 (https://android.googlesource.com/toolchain/llvm-project 87f1315d Android 11 on samsung a12 (RP1A.200720.012.A125FXXS2BVE3) standard en_US
4.3.1 3.8.13 (default, Aug 17 2022, 17:07:22) [Clang 11.0.5 (https://android.googlesource.com/toolchain/llvm-project 87f1315d Android 11 on Redmi secret (RP1A.200720.011) standard en_US

Additional Information

The reporting user(s) did not provide additional information.

TARS-bot avatar Aug 22 '22 14:08 TARS-bot

I believe this may occur if one opens the same dialog twice, by tapping the same item before the dialog is displayed. I was not able to reproduce it, though.

ecdsa avatar Aug 30 '22 09:08 ecdsa