You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
│
File "/app/ton-indexer/indexer/indexer/api/api_v1/main.py", line 54, in wrapper
eturn await func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/app/ton-indexer/indexer/indexer/api/api_v1/main.py", line 283, in get_transactions_by_masterchain_block
return schemas.TransactionList.from_orm(txs)
File "/app/ton-indexer/indexer/indexer/api/api_v1/schemas.py", line 423, in from_orm
return TransactionList(transactions=[Transaction.from_orm(x) for x in obj],
File "/app/ton-indexer/indexer/indexer/api/api_v1/schemas.py", line 423, in <listcomp>
return TransactionList(transactions=[Transaction.from_orm(x) for x in obj],
File "/app/ton-indexer/indexer/indexer/api/api_v1/schemas.py", line 366, in from_orm msg = Message.from_orm(tx_msg.message) File "/app/ton-indexer/indexer/indexer/api/api_v1/schemas.py", line 274, in from_orm
op = f'0x{(obj.opcode & 0xffffffff):08x}' if obj.opcode is not None else None AttributeError: 'NoneType' object has no attribute 'opcode'
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: