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
{'error': True, 'msg': '{warnings} is a missing tracker', 'status': 401}
while it succeeds if the value of warnings is changed to a non-zero value.
Since the issue also occurs with empty strings, None, False, 0.0 etc. so I assume there is the equivalent of a bool() check in the incoming values on the other end.
Is there anything fundamentally preventing empty strings, False or zero values being sent through the REST API?
I know this isn't a problem with this python wrapper but I'm not sure where else to send this issue.
The text was updated successfully, but these errors were encountered:
I'm not sure if non-string values are supposed to be supported but the following:
fails with:
while it succeeds if the value of warnings is changed to a non-zero value.
Since the issue also occurs with empty strings, None, False, 0.0 etc. so I assume there is the equivalent of a bool() check in the incoming values on the other end.
Is there anything fundamentally preventing empty strings, False or zero values being sent through the REST API?
I know this isn't a problem with this python wrapper but I'm not sure where else to send this issue.
The text was updated successfully, but these errors were encountered: