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
After the latest changes to refactor dark filtering, several columns are no longer output to the DB (things like grey_avg)
There are now JS errors on the single video view page that are causing the page to not render. I could be wrong, but I believe the issue is lines like:
After the latest changes to refactor dark filtering, several columns are no longer output to the DB (things like grey_avg)
There are now JS errors on the single video view page that are causing the page to not render. I could be wrong, but I believe the issue is lines like:
VideoDeduplication/web/src/collection/components/VideoDetailsPage/fileAttributes.js
Line 36 in 9a5ed88
I believe the toFixed() function can't handle a null.
I added #139 to do a more thorough clean-up, but I'd like to expedite this task to get the pages rendering again
The text was updated successfully, but these errors were encountered: