Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TON indexer api error #80

Open
nooperpudd opened this issue Sep 14, 2024 · 1 comment
Open

TON indexer api error #80

nooperpudd opened this issue Sep 14, 2024 · 1 comment

Comments

@nooperpudd
Copy link

                                                                                                                                                                                                                            │
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'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
@nooperpudd and others