isLargeDataset is never used, and possibly causing "" response from anything but small imports #86
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
tranpl/redcap-api#86
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
github.com/cctrbic/redcap-api@5d3ed427af/RedcapApi/Utilities/Utils.cs (L675)I haven't pulled it down to test local changes, but I think this is preventing my programmers from gracefully importing data. The workaround has been to reduce the dataset until it works.
I'll come back to this when I've had time to fork it and test.
@tranpl I've done some initial testing on a solution that seems to work. You can see the work-in-progress in my forked repo.
The StringContent solution did not seem to work, and I believe it had to do with the content type of
application/json. I used the 2nd answer in that same SO post for this change. In hind-sight, I probably should've tried to just change the content-type 1st and see what happened. What do you think?@dr01d3r , thanks for sharing. I'll take a look at it and add it asap. Thanks!
Welcome back! :)
I actually implemented this and published it as a pre-release to a local nuget repo we have on-site, and haven't had any issues yet. Once you're able to publish, we will update to pull in your official release.
Awesome! I have been so busy with other projects; been wanting to add new features and fixes etc. Thank you for the contribution. Going to try a push today.
#87 @dr01d3r Thanks Chris. I'm releasing this patch as 1.0.8 =)