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
This bug was reported when running the bot on Fantom:
2024-04-16 10:09:00,727 [fastlane:ERROR] - Error in main loop: Traceback (most recent call last):
2024-04-16T10:09:00.728333936Z stderr F File "/app/main.py", line 385, in run
2024-04-16T10:09:00.728339063Z stderr F run_async_update_with_retries(
2024-04-16T10:09:00.728342702Z stderr F File "/app/main.py", line 578, in run_async_update_with_retries
2024-04-16T10:09:00.728345523Z stderr F async_update_pools_from_contracts(mgr, current_block, logging_path)
2024-04-16T10:09:00.728349159Z stderr F File "/app/fastlane_bot/events/async_event_update_utils.py", line 469, in async_update_pools_from_contracts
2024-04-16T10:09:00.72835226Z stderr F new_pool_data = get_new_pool_data(
2024-04-16T10:09:00.728355249Z stderr F ^^^^^^^^^^^^^^^^^^
2024-04-16T10:09:00.72835893Z stderr F File "/app/fastlane_bot/events/async_event_update_utils.py", line 293, in get_new_pool_data
2024-04-16T10:09:00.728361848Z stderr F pool_info = get_pool_info(pool, mgr, current_block, tkn0, tkn1, pool_data_keys)
2024-04-16T10:09:00.728364979Z stderr F ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2024-04-16T10:09:00.728367998Z stderr F File "/app/fastlane_bot/events/async_event_update_utils.py", line 176, in get_pool_info
2024-04-16T10:09:00.72837079Z stderr F fee_raw = eval(str(pool["fee"]))
2024-04-16T10:09:00.728374Z stderr F ^^^^^^^^^^^^^^^^^^^^^^
2024-04-16T10:09:00.728377911Z stderr F File "<string>", line 1, in <module>
2024-04-16T10:09:00.728380769Z stderr F NameError: name 'nan' is not defined
Bug Description
This bug was reported when running the bot on Fantom:
Relevant configuration:
Severity (High/Medium/Low)
High
Steps to Reproduce
Config in description
Expected Behavior
Error should not occur when fetching new pool data.
Actual Behavior
Error occurs when getting new pool data.
Impact Analysis (to be filled by contributors)
Potentially - TBD
TBD
No
No
TBD
No
The text was updated successfully, but these errors were encountered: