Skip to content

AttributeError: 'Requester' object has no attribute 'new_quizzes_url' #684

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

Open
pbeyersdorf opened this issue Feb 28, 2025 · 0 comments · May be fixed by #688
Open

AttributeError: 'Requester' object has no attribute 'new_quizzes_url' #684

pbeyersdorf opened this issue Feb 28, 2025 · 0 comments · May be fixed by #688
Labels

Comments

@pbeyersdorf
Copy link

Describe the bug

Calling assignment.get_submissions() returns a paginated list, but when trying to access any item from the list an AttributeError is thrown:

AttributeError: 'Requester' object has no attribute 'new_quizzes_url'

To Reproduce

for an assignment "thisAssignment" with submissions do:

submissions=thisAssignment.get_submissions()
submissions[0]

Expected behavior

I expect to be able to access items in the paginated list without getting an error

Environment information

Python 3.13.1
CanvasAPI Version: 3.3.0

Additional context

If I downgrade to canvasapi version 3.2.0 I do not get this error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant