Pritom Mojumder
Pritom Mojumder
The following api request works fine: ```python res = openapi.get('/v1.0/iot-03/devices/{}/status'.format(DEVICE_ID)) ``` However, when I request for device logs it returns `sign invalid`. ``` res = openapi.get("/v1.0/iot-03/devices/{}/logs?end_time=9999999999999&start_time=0&event_types=1".format(DEVICE_ID)) ``` This is confusing....
I'm trying to connect Tuya Cloud by the following line: ```python openapi.connect(USERNAME, PASSWORD, country_code, schema) ``` This gives me the following response: ``` {'code': 2406, 'msg': 'skill id invalid', 'success':...
`show()` is not working while I'm importing pandas with from modin. I'm using [modin](https://github.com/modin-project/modin) to improve pandas performance. ``` import modin.pandas as pd df = pd.read_csv("****.csv") ``` Now `show(df, classes="display")`...
Inconsistent performance in Windows build has been observed. There are 3 scenarios after running the executable file. 1. UI Loads instantly 2. UI loads after a waiting for a few...