Web dashboard always crashes when opening a specific project view

I’m keep getting this whenever I open the project (refreshing/reloading doesn’t help, it just gets stuck in a loop):

Error 1054 (42S22): Unknown column 'Index' in 'where clause'**
An application error occurred.**

Seems to have started happening after:

  1. Added a new section
  2. Moved a scatter plot (with ~200 runs) to the new section
  3. Accidentally dragged my mouse across a part of the chart.

App immediately crashed and the project can’t be loaded anymore.

Project id:

qqwy/ag_classifier_test

Log:

Apollo NetworkErrors: ServerError: Response not successful: Received status code 400
    at throwServerError (bundle.esm.js:22:17)
    at bundle.esm.js:47:13

Apollo GraphQLErrors:
  1. 0:

    1. message: "Error 1054 (42S22): Unknown column 'Index' in 'where clause'"
    2. path: Array(3)

      1. 0: "project"
      2. 1: "runs"
      3. 2: "historyKeys"
      4. length: 3

  2. 1:

    1. message: "Error 1054 (42S22): Unknown column 'Index' in 'where clause'"
    2. path: Array(3)

      1. 0: "project"
      2. 1: "runs"
      3. 2: "edges"
      4. length: 3

(can’t see any other error they seem relevant but can paste the full log)

Hey Paul,

Thanks for writing in.

Regarding your initial issue with a crashing UI.

I wonder if you – I did see the error very briefly earlier today when visiting the workspace – I was able to unlock this by navigating to the team page and then clicking the project which allowed the workspace to load.

We do have a report of this and I will add this to the ticket.

If the above does not help then would love to dig deeper either way and wonder if you would object to sharing a screen recording of how it is currently loading.

Regarding your second sweeps issue:

This looks like it might be related to rate limits – Could I ask if you are running many agents concurrently?

Look forward to hearing back from you.

Best wishes,

WandB support

Thanks for the reply, no I always get the same error for that specific project even when loading it from the team page:

Error 1054 (42S22): Unknown column ‘Index’ in ‘where clause’
An application error occurred.

Click to refresh the page.

Each time I reload the UI is shown very briefly, e.g. navigation bar on the left. So if click on “Sweeps” immediately it loads fine but “Runs” and “Workspace” views both crash. I assume it might be caused by one of the charts that takes a few seconds to load.

It’s not a huge issue for me, though since I’m not really using that project anymore.

This looks like it might be related to rate limits – Could I ask if you are running many agents concurrently?

Probably something like that, I couldn’t quite figure out but removing deleting local ‘wandb’ folder fixed it and everything is working perfectly now so I assume I messed something up before.

Recording of the error

Hey @pauliusp7! I could reproduce the crash, so will raise it with our engineers

Hey @pauliusp7! i just wanted to let you know that this issue has been fixed

1 Like