This line will never execute
umonaca opened this issue · 1 comments
umonaca commented
tuya-iot-python-sdk/tuya_iot/openapi.py
Line 274 in 83f1e99
Unless your system has a 2xx status code for invalid token, this will never be reached because there is another return None
statement above.
umonaca commented
Well, I have double checked that your backend system do respond HTTP 200 OK even if the response shows error. Your company's system is weird.