-
Notifications
You must be signed in to change notification settings - Fork 338
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ERROR: Exception in ASGI application: IndexError: index 24 is out of bounds for axis 0 with size 24, and meanwhile the search hangs. #2624
Comments
@thuzhf thanks for sharing this. this looks to be blocker on your end? |
@SGevorg What is blocked on my end? The server shows this exception log, but is still running. And the aim web UI search will hang when it reaches |
ah I see, Aim hangs across all explorers on the UI? |
@SGevorg I just tested all explorers, and found only metrics explorer hangs. And runs explorer only shows the first 45 matched runs. |
Thanks @thuzhf :-) |
|
@thuzhf the search hangs as the mentioned exception is raised. Seems the issue appears when trying to sort metrics values based on steps. Do you specify steps when tracking metrics? |
@gorarakelyan Do you mean steps like follows? I didn't specify these steps. |
@SGevorg Today I encountered searching in all explorers hung, and there are not any error logs from aim server. |
this is definitely terrible news. |
@thuzhf does the browser page freeze or can you still use the UI (navigate to other pages from the sidebar, hit the cancel button, etc..)? |
@roubkar It does not freeze. I can still use the UI like you gave as examples. It seems there's no response from the server. |
Hey @thuzhf! I've artificially recreated this case on my end. As the tracking call for Regarding on how to fix your logs:
Let me know if you encounter any issues during the process, will be glad to help. |
Closing the issue as the fix was shipped with |
🐛 Bug
aim up
server log:Search hangs in aim web UI:

To reproduce
I am not sure how to reproduce exactly. Maybe if you run lots of experiments/runs and do search (no matter whether you search while the experiments are being run or after the experiments are being run) and it will occur.
Expected behavior
The search does not hang. And the
aim up
server log does not have exceptions.Environment
The text was updated successfully, but these errors were encountered: