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
I am encountering some errors while calling functions other than agent.execute(). Below are those errors:
request.body.tee is not a function
the account sending the txn does not have enough funds
I am sure this is a false alarm because this issue is only with the agent.transfer() function, if I do the same transfer with the agent.execute() then it goes through. You can refer to the attached video for more details
txn reverted with an unknown error
Screen.Recording.2024-12-30.at.7.39.22.PM.1.mov
The text was updated successfully, but these errors were encountered:
I am encountering some errors while calling functions other than
agent.execute()
. Below are those errors:agent.transfer()
function, if I do the same transfer with theagent.execute()
then it goes through. You can refer to the attached video for more detailsScreen.Recording.2024-12-30.at.7.39.22.PM.1.mov
The text was updated successfully, but these errors were encountered: