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 messages link is broken.
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: [], order_by: [], 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.
The text was updated successfully, but these errors were encountered:
This messages link is broken.
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: [], order_by: [], limit: Some(5000), offset: None }
thread 'tokio-runtime-worker' panicked at src/get.rs:407:10:
called
Option::unwrap()
on aNone
valueAlso, 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.
The text was updated successfully, but these errors were encountered: