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

Routines are not found when many routines #145

Closed
alandtse opened this issue Mar 29, 2019 · 1 comment · Fixed by #150
Closed

Routines are not found when many routines #145

alandtse opened this issue Mar 29, 2019 · 1 comment · Fixed by #150
Assignees
Labels
alexapy Issue relates to the API bug Something isn't working

Comments

@alandtse
Copy link
Owner

For users with many routines, routines are not always found. The root cause is that our use fo the automations url does not return all routines. This may be result of a paging variable we are missing.

There apparently is a routines url that contains all information for the reporting user.

Fix: Need to check both locations or determine why automations is not complete

@alandtse alandtse added bug Something isn't working alexapy Issue relates to the API labels Mar 29, 2019
@alandtse alandtse changed the title Routines are not found Routines are not found when many routines Mar 29, 2019
@alandtse
Copy link
Owner Author

Potential fix by adding a limitations variable to the url. api/behaviors/automations?limit=2000

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
alexapy Issue relates to the API bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant