wonsun
01/11/2023, 7:22 AMRuntimeWarning: coroutine 'Block.load' was never awaited
secret_block = Secret.load('3f')
RuntimeWarning: Enable tracemalloc to get the object allocation traceback
• So I make a new secret block and that's also don't working with below error message..
C:\Users\user\AppData\Local\Temp\ipykernel_12716\3323813457.py:3: RuntimeWarning: coroutine 'Block.load' was never awaited
secret_block = Secret.load("new-net")
RuntimeWarning: Enable tracemalloc to get the object allocation traceback
---------------------------------------------------------------------------
AttributeError Traceback (most recent call last)
Cell In [27], line 6
3 secret_block = Secret.load("new-net")
5 # Access the stored secret
----> 6 secret_block.get()
AttributeError: 'coroutine' object has no attribute 'get'
Is there are happen to trouble by new network?
Thanks for your reply.Christopher Boyd
01/11/2023, 2:29 PMwonsun
01/11/2023, 11:17 PM