Skip to content
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

Bug: Error when viewing Stats #33

Open
Boss-man opened this issue Jul 11, 2020 · 0 comments
Open

Bug: Error when viewing Stats #33

Boss-man opened this issue Jul 11, 2020 · 0 comments

Comments

@Boss-man
Copy link

Gets an error when selecting any camera on the Stats tab.

************** Exception Text **************
System.IndexOutOfRangeException: Index was outside the bounds of the array.
   at WindowsFormsApp2.Shell.UpdateTimeline()
   at WindowsFormsApp2.Shell.comboBox1_SelectedIndexChanged_1(Object sender, EventArgs e)
   at System.Windows.Forms.ComboBox.OnSelectedIndexChanged(EventArgs e)
   at System.Windows.Forms.ComboBox.WmReflectCommand(Message& m)
   at System.Windows.Forms.ComboBox.WndProc(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

I have found out that my time format is HH.mm.ss and the code expects HH:mm:ss, so it splits on the wrong delimiter.
Using v1.65

classObject added a commit to classObject/bi-aidetection that referenced this issue Sep 21, 2020
Reset cleanHistoryEvent interval to 1 min. Remove troubshooting code
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant