LouisK130 / IFCB-Annotate

A web-based interface for classifying IFCB image data
3 stars 2 forks source link

Server Error (500) for "Begin Classifying and Import Auto Data" option #43

Closed hsosik closed 6 years ago

hsosik commented 6 years ago

I am getting a Server Error (500) when I select the option to start by importing autoclassifier results. I get the same error trying a bin from the MVCO data set or from the newly added time series https://ifcb-data.whoi.edu/SIO_Delmar_mooring (e.g., bin D20180330T123635_IFCB115).

joefutrelle commented 6 years ago
[Tue Jul 03 17:41:15.174657 2018] [wsgi:error] [pid 17848]   File "/var/www/classify/classify/views.py", line 178, in post
[Tue Jul 03 17:41:15.174658 2018] [wsgi:error] [pid 17848]     classifications = database.addClassifierData(current_bins, classList, tagList, classifications, ts)
[Tue Jul 03 17:41:15.174660 2018] [wsgi:error] [pid 17848]   File "/var/www/classify/classify/database.py", line 412, in addClassifierData
[Tue Jul 03 17:41:15.174662 2018] [wsgi:error] [pid 17848]     auto_results = utils.getAutoResultsForBin(bin)
[Tue Jul 03 17:41:15.174664 2018] [wsgi:error] [pid 17848] TypeError: getAutoResultsForBin() missing 1 required positional argument: 'timeseries'
joefutrelle commented 6 years ago

Heidi, hang on a sec while I redeploy

joefutrelle commented 6 years ago

done