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

Ignore known error codes from the rostering services #6654

Merged
merged 1 commit into from
Sep 4, 2024

Conversation

marcospri
Copy link
Member

@marcospri marcospri commented Sep 4, 2024

We'll tackle this individually as we gather more information are able to reproduce and fix them.

See https://hypothes-is.slack.com/archives/C1MA4E9B9/p1725372178973579

Copy link

sentry-io bot commented Sep 4, 2024

🔍 Existing Issues For Review

Your pull request is modifying functions with the following pre-existing issues:

📄 File: lms/services/roster.py

Function Unhandled Issue
fetch_assignment_roster ExternalRequestError: ExternalRequestError(message=None, request=Request(method='GET', url='https://hypothesis.instruct... ...
Event Count: 4
fetch_assignment_roster ExternalRequestError: ExternalRequestError(message=None, request=Request(method='GET', url='https://canvas.umn.edu/api/... ...
Event Count: 1

Did you find this useful? React with a 👍 or 👎

# In cases for which we have different assignment IDs
and assignment.resource_link_id != assignment.lti_v13_resource_link_id
if err.response_body and (
"Requested ResourceLink bound to unexpected external tool" # Canvas, unknown reason
Copy link
Member Author

Choose a reason for hiding this comment

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

Tracking this on #6653

We'll tackle this individually as we gather more information are able to
reproduce and fix them.
@marcospri marcospri force-pushed the ignore-known-roster-errors branch from f78f8ad to e4afdd9 Compare September 4, 2024 13:40
@marcospri marcospri requested a review from acelaya September 4, 2024 13:50
@marcospri marcospri merged commit ab31da2 into main Sep 4, 2024
9 checks passed
@marcospri marcospri deleted the ignore-known-roster-errors branch September 4, 2024 13:55
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.

2 participants