Skip to content

UserGroupsQuery(conn).all_results() raises ValueError on 404 #82

@necabo

Description

@necabo

Looking at the code it seems like with recent changes to query_multiple() in the v2.15 release, the code path for 404 was forgotten.

The different number of return values eventually leads to a ValueError when trying to evaluate the lazy query. That occurs in _next_page() because it's attempting to unpack 6 values when only 2 are returned.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No 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