CounterpartyXCP / counterparty-core

Counterparty Protocol Reference Implementation
http://counterparty.io
MIT License
287 stars 205 forks source link

ParseTransactionError NoneType #2151

Closed droplister closed 1 month ago

droplister commented 2 months ago
[    INFO] - Block 856045 - Order opened for 250000000 XCP at 1NfJnJdA (40b7e65) [open]
[ WARNING] - ParseTransactionError for tx 40b7e6571c1f63e62cff2180afcf2c9b854ea3e716eea034a8c7cdff3488fec9: 'NoneType' object is not subscriptable
[   ERROR] - Error processing message: 'NoneType' object is not subscriptable
ouziel-slama commented 2 months ago

hum.. on my local node:

2024-08-11T16:01:04.457+00:00 - [   EVENT] - Block 856045 - DEBIT [block_index=856045 address=1NfJnJdA asset=XCP quantity=250000000 action=open order event=40b7e6571c1f63e62cff2180afcf2c9b854ea3e716eea034a8c7cdff3488fec9 tx_index=2744387]
2024-08-11T16:01:04.459+00:00 - [   EVENT] - Block 856045 - OPEN_ORDER [tx_index=2744387 tx_hash=40b7e65 block_index=856045 source=1NfJnJdA give_asset=XCP give_quantity=250000000 give_remaining=250000000 get_asset=HOTLINEPEPE get_quantity=5 get_remaining=5 expiration=8064 expire_index=864109 fee_required=0 fee_required_remaining=0 fee_provided=1010 fee_provided_remaining=1010 status=open]
2024-08-11T16:01:04.459+00:00 - [    INFO] - Block 856045 - Order opened for 250000000 XCP at 1NfJnJdA (40b7e65) [open]
2024-08-11T16:01:04.460+00:00 - [   EVENT] - Block 856045 - TRANSACTION_PARSED [tx_index=2744387 tx_hash=40b7e65 supported=True]
2024-08-11T16:01:04.465+00:00 - [   EVENT] - Block 856045 - DEBIT [block_index=856045 address=1AE4vfkD asset=FAKEIDENT quantity=1 action=open order event=c22b9fd99db177c5951f8181ca0c3add11580923aa713957e3aeea0dede230fa tx_index=2744388]
2024-08-11T16:01:04.468+00:00 - [   EVENT] - Block 856045 - OPEN_ORDER [tx_index=2744388 tx_hash=c22b9fd block_index=856045 source=1AE4vfkD give_asset=FAKEIDENT give_quantity=1 give_remaining=1 get_asset=XCP get_quantity=2500000000 get_remaining=2500000000 expiration=8064 expire_index=864109 fee_required=0 fee_required_remaining=0 fee_provided=996 fee_provided_remaining=996 status=open]
2024-08-11T16:01:04.468+00:00 - [    INFO] - Block 856045 - Order opened for 1 FAKEIDENT at 1AE4vfkD (c22b9fd) [open]
2024-08-11T16:01:04.470+00:00 - [   EVENT] - Block 856045 - TRANSACTION_PARSED [tx_index=2744388 tx_hash=c22b9fd supported=True]
warrenpuffett commented 1 month ago

Unable to reproduce