Skip to content

Conversation

@jaymedina
Copy link
Contributor

See #1250

… organizer on the client. cancel request returns no response body.
@jaymedina jaymedina marked this pull request as ready for review November 21, 2025 19:54
@jaymedina jaymedina requested a review from a team as a code owner November 21, 2025 19:54
@jaymedina jaymedina marked this pull request as draft November 21, 2025 19:55
@jaymedina jaymedina changed the base branch from develop to synpy-1590-submission-model-functionality November 21, 2025 20:00
@jaymedina jaymedina force-pushed the synpy-1590-submission-model-docs branch from 0ddece3 to 689fcb1 Compare November 21, 2025 20:04
@jaymedina jaymedina force-pushed the synpy-1590-submission-model-functionality branch from a9977b2 to b8c0ee5 Compare December 1, 2025 16:35
@jaymedina jaymedina marked this pull request as ready for review December 1, 2025 16:37

print("\n=== 3. Fetching submission bundle ===")

# Get all submission bundles for the evaluation
Copy link
Contributor

@linglp linglp Dec 2, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jaymedina When I tested it out using my own test submission and evaluation id, the code gets stuck after print("Fetching all submission bundles for the evaluation...").

When I tried debugging further, there seems to be a problem with rest_get_paginated_async used by get_evaluation_submissions that caused rest_get_paginated_async to be in an infinite loop based on the code here

As you can see, rest_get_paginated_async is in an infinite loop because the result length is always 1 and even if offset keeps increasing, the result is still 1.

```
</details>

## References
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing submission?

@@ -0,0 +1,131 @@
# Submissions, SubmissionStatuses, SubmissionBundles
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am not seeing this in the index page of tutorial:

Screenshot 2025-12-02 at 1 57 43 PM

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

Successfully merging this pull request may close these issues.

3 participants