-
Notifications
You must be signed in to change notification settings - Fork 8
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
Grant bonus for more than 100 people #14
Comments
Is this resolved yet? The same issue has happened to me. I can't retrieve assignments more than 100 using GetAssignment I tried to solve the problem by reading from the second or third page using GetAssignments(hit = hits, pagetoken = '2'), but the function doesn't seem to be sensitive to anything put in as pagetoken (2, "2", 3, "3", etc.) I am using version 1.1.4 Thank you! ps. There used to be a related post: #3. I wonder what solved the problem in that case. |
I am also having the issue of not being able to retrieve more than 100 assignments (#3). Examining the source code for
works fine. But,
only returns 100 results. I am using the latest version of pyMturkR (1.1.14). |
I dug into the code a little bit becuase this was annoying me and I found the issue. The |
Hi, Tyler.
I am trying to use GetAssinment and GrantBonus. The GetAssignment function returns only 100 assignments, event though my hit has more 1000. I saw that you closed a previous issue related to this. Do you have any updates?
Thank you.
The text was updated successfully, but these errors were encountered: