brain-bican / taxonomy-development-tools

Tools to build and edit Cell Annotation Schema taxonomies.
Apache License 2.0
3 stars 1 forks source link

Broken Messages link #169

Open jeremymiller opened 3 months ago

jeremymiller commented 3 months ago

This messages link is broken. image This is the error that pops up on my console: _2024-04-16T15:50:46.695645Z DEBUG nanobot::get: VIEW SELECT Select { table: "message", select: [SelectColumn { expression: "message_id", alias: None, cast: None }, SelectColumn { expression: "\"table\"", alias: None, cast: None }, SelectColumn { expression: "\"row\"", alias: None, cast: None }, SelectColumn { expression: "\"column\"", alias: None, cast: None }, SelectColumn { expression: "\"value\"", alias: None, cast: None }, SelectColumn { expression: "\"level\"", alias: None, cast: None }, SelectColumn { expression: "\"rule\"", alias: None, cast: None }, SelectColumn { expression: "\"message\"", alias: None, cast: None }], filter: [Filter { lhs: "\"table\"", operator: Equals, rhs: String("'AIT115_annotation_sheet'") }], window: None, group_by: [], having: [], orderby: [], limit: Some(5000), offset: None } thread 'tokio-runtime-worker' panicked at src/get.rs:407:10: called Option::unwrap() on a None value

Also, all of the messages are that “Values of cluster_id must be unique”, which as far as I can tell, they are.

It is worth noting that this is on the sheet that I don't think anyone is supposed to be updating, so it might get automatically solved if this sheet was better hidden.