-
Notifications
You must be signed in to change notification settings - Fork 2
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
kobotools_api error retrieving ID #17
Comments
Hi @rkopper-wv , |
No, I used the alternate method of getting a simplified list then manually going into retrieve asset IDs that are embedded in the large list of elements. |
Is it possible to include the method in the code? What was the root cause of the issue? |
I just tried it again and this was the error I believe the issue stems from having so many assets as I tried the process with another kobo account, and it worked as usual. My work around was:
|
Thanks |
Hello,
I was wondering if anyone encountered the following issue. When running the kobotools_api function to retrieve the list of assets IDs, I am receiving this error:
Downloading: 260 kB Error in parsed$results[[i]] : subscript out of bounds
I tried the kobotools_api function with another account that has less data (surveys and submissions) and it worked. I am thinking that perhaps my kobo account has too much data on it for the function to handle. Before I delete some archived data, I was wondering if others have encountered this issue and found some solutions. Or if deleting is the only solution, how much would I need to delete??
I am using:
kobotools_api(url="kobo.humanitarianresponse.info", simplified=T, uname="username", pwd=pw)
#username is actually replaced with my username*
If I set simplified to F then I can actually download the asset IDs but it comes in the form of a large list (4 elements)
Thanks
The text was updated successfully, but these errors were encountered: