Basically I lowed my verbosity but now all that is sent back to me is a "Server returned False" when it cannot execute a command. The reason it can't execute is because I typed Lab1 and it found Lab1 and Lab10.
Some of this information should be presented to the user despite the verbosity level because it just looks like the server is broken. Or it should be stipulated somewhere that things will become confusing if you turn down the verbosity too much.
> modify_user_deadline cs010_13fal/Lab1 thwan004@ucr.edu "10/20/2013 21:00:00" "10/20/2013 21:00:00"
DEBUG: Found keyword arguments...
{}
------------------------------------------------------------------------
DEBUG: Found positional_arguments...
['cs010_13fal/Lab1',
'thwan004@ucr.edu',
'10/20/2013 21:00:00',
'10/20/2013 21:00:00']
------------------------------------------------------------------------
DEBUG: Prepared request for Galah...
{'api_name': 'modify_user_deadline',
'assignment': 'cs010_13fal/Lab1',
'new_cutoff_date': '10/20/2013 21:00:00',
'new_due_date': '10/20/2013 21:00:00',
'user': 'thwan004@ucr.edu'}
------------------------------------------------------------------------
INFO: Executing modify_user_deadline command on Galah as user akoeh001@cs.ucr.edu.
DEBUG: Using ca-certs file at '/home/csgrads/akoeh001/.cache/galah/ca_certs'.
INFO: The server sent back...
Your command cannot be completed as entered: 2 assignments in Class [id = 5249adc785fe9de1a8028c15, name = cs010_13fal] matched your query of {name contains 'Lab1'}, however this API expects 1 assignment. Refine your query and try again.
Assignment [id = 5249dd3f85fe9d177455ce93, name = Lab1]
Assignment [id = 5258654785fe9d4df7bc32ef, name = Lab10]
------------------------------------------------------------------------
CRITICAL: The server returned an error of type 'False'.
Basically I lowed my verbosity but now all that is sent back to me is a "Server returned False" when it cannot execute a command. The reason it can't execute is because I typed Lab1 and it found Lab1 and Lab10.
Some of this information should be presented to the user despite the verbosity level because it just looks like the server is broken. Or it should be stipulated somewhere that things will become confusing if you turn down the verbosity too much.