BYU-AUVSI / imaging

Client and server for the 2019 BYU AUVSI-SUAS competion
0 stars 1 forks source link

Target submission issues #23

Closed len0rd closed 5 years ago

len0rd commented 5 years ago

GUI is in the final stretch (at least for initial release ;) Almost ready to merge! Couple issues while running it today that we should look into:

Traceback (most recent call last):
  File "/anaconda3/envs/auvspy/lib/python3.7/tkinter/__init__.py", line 1705, in __call__
    return self.func(*args)
  File "client_gui.py", line 1889, in submitTarget
    submission = client_rest.TargetSubmission(self.submit_crop_id,self.submit_orientation,self.submit_bg_color,self.submit_alpha_color,self.submit_desc)
AttributeError: 'GuiClass' object has no attribute 'submit_orientation'
Traceback (most recent call last):
  File "/anaconda3/envs/auvspy/lib/python3.7/tkinter/__init__.py", line 1705, in __call__
    return self.func(*args)
  File "client_gui.py", line 2137, in deleteClassification1
    classification_id = self.pendingList[self.t3_current_target-1][0].class_id
TypeError: 'NoneType' object is not subscriptable
betaBison commented 5 years ago

@len0rd Pushed changes to fix the above bugs ... (hopefully)

len0rd commented 5 years ago

I think that did it! thanks