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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
While running a view function on testnet, I got this error message:
ye [AptosApiError]: Request to [Fullnode]: POST https://api.testnet.aptoslabs.com/v1/view (trace_id:289c91b18693a1f6b114f93f52e9ee51) failed with: {"message":"Failed to execute function: VMError { major_status: ABORTED, sub_status: Some(65538), message: Some("0x7e783b349d3e89cf5931af376ebeadbfab855b3fa239b7ada8f5a92fbea6b387::price_identifier::from_byte_vec at offset 7"), exec_state: Some(ExecutionState { stack_trace: [(Some(ModuleId { address:ddd87ab1320887b4d0080c84d37aa60494a8c336f8565773d77a260d76aa84b9, name: Identifier("pyth_oracle") }), FunctionDefinitionIndex(1), 4), (Some(ModuleId { address: ddd87ab1320887b4d0080c84d37aa60494a8c336f8565773d77a260d76aa84b9, name: Identifier("tiered_oracle") }), FunctionDefinitionIndex(3), 9), (Some(ModuleId { address: ddd87ab1320887b4d0080c84d37aa60494a8c336f8565773d77a260d76aa84b9, name: Identifier("tiered_oracle") }), FunctionDefinitionIndex(2), 27), (Some(ModuleId { address: ddd87ab1320887b4d0080c84d37aa60494a8c336f8565773d77a260d76aa84b9, name: Identifier("tiered_oracle") }), FunctionDefinitionIndex(4), 2)] }), location: Module(ModuleId { address: ddd87ab1320887b4d0080c84d37aa60494a8c336f8565773d77a260d76aa84b9, name: Identifier("price_identifier") }), indices: [], offsets: [(FunctionDefinitionIndex(0), 7)] }","error_code":"invalid_input","vm_error_code":null}
Any idea how to use the trace_id mentioned here?
Beta Was this translation helpful? Give feedback.
All reactions