Hi,
I called get_server_time() from SDK and found this error.
File "/app/XTHttpSDK/v4/restSpot/HttpUtil.py", line 99, in _request
msg = 'Request timeout, content:{t}]........'.format(t=e.response.text)
AttributeError: 'NoneType' object has no attribute 'text'
Please advise how to solve this.
Thanks.