Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sign invalid problem for device logs query. #73

Open
wpritom opened this issue Mar 13, 2023 · 0 comments
Open

sign invalid problem for device logs query. #73

wpritom opened this issue Mar 13, 2023 · 0 comments

Comments

@wpritom
Copy link

wpritom commented Mar 13, 2023

The following api request works fine:

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. How to fix this problem?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant