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
On the redeem behaviour, the agent is not properly addressing the case when the user has not made any bet:
[2024-04-24 03:54:02,117] [INFO] [agent] Fetched redeeming information: set()
[2024-04-24 03:54:02,301] [INFO] [agent] Retrieved trades: [].
[2024-04-24 03:54:02,502] [ERROR] [agent] Could not access response using the given key(s) (data:user:userPositions) and index (None)!
[2024-04-24 03:54:02,502] [ERROR] [agent] Response: "{\"data\":{\"user\":null}}"
[2024-04-24 03:54:02,502] [ERROR] [agent] Could not get positions from conditional_tokens
[2024-04-24 04:54:02,543] [WARNING] [agent] expired deadline 2024-04-24 04:54:00.892132 with event Event.REDEEM_ROUND_TIMEOUT at AbciApp time 2024-04-24 04:54:01.529532
[2024-04-24 04:54:02,543] [WARNING] [agent] current AbciApp time after expired deadline: 2024-04-24 04:54:01.529532
[2024-04-24 04:54:02,543] [INFO] [agent] 'redeem_round' round is done with event: Event.REDEEM_ROUND_TIMEOUT
[2024-04-24 04:54:02,543] [INFO] [agent] Entered in the 'call_checkpoint_round' round for period 16
[2024-04-24 04:54:02,544] [INFO] [agent] Entered in the 'call_checkpoint_behaviour' behaviour
When the service hasn't placed any bet yet, the Conditional Tokens query outputs "{"data":{"user":null}}" and this seems to cause the agent to get stuck (in the example above, for 1 hour). This will typically happen for new services which are run and don't place a bet on their first iteration.
The text was updated successfully, but these errors were encountered:
On the redeem behaviour, the agent is not properly addressing the case when the user has not made any bet:
When the service hasn't placed any bet yet, the Conditional Tokens query outputs "{"data":{"user":null}}" and this seems to cause the agent to get stuck (in the example above, for 1 hour). This will typically happen for new services which are run and don't place a bet on their first iteration.
The text was updated successfully, but these errors were encountered: