Skip to content

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

@pbeyersdorf

Description

@pbeyersdorf

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions