electrum icon indicating copy to clipboard operation
electrum copied to clipboard

KeyError: 'date'

Open TARS-bot opened this issue 1 year ago • 0 comments

Crash Report

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

Traceback

Traceback (most recent call last):
  File "/usr/lib/python3.12/site-packages/electrum/gui/qt/history_list.py", line 530, in on_combo
    self.hide_rows()
  File "/usr/lib/python3.12/site-packages/electrum/gui/qt/my_treeview.py", line 405, in hide_rows
    self.hide_row(row)
  File "/usr/lib/python3.12/site-packages/electrum/gui/qt/my_treeview.py", line 382, in hide_row
    should_hide = self.should_hide(row_num)
                  ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.12/site-packages/electrum/gui/qt/history_list.py", line 464, in should_hide
    date = tx_item['date']
           ~~~~~~~^^^^^^^^
KeyError: 'date'

KeyError: 'date'

Reporter

This issue was reported by 1 user(s):

Electrum Version Python Version Operating System Wallet Type Locale Stack
4.5.4 3.12.3 (main, Apr 23 2024, 09:16:07) [GCC 13.2.1 20240417] Linux-6.8.9-arch1-2-x86_64-with-glibc2.39 standard fr_FR

Additional Information

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

TARS-bot avatar May 11 '24 23:05 TARS-bot