Skip to content

Trying to download an order using order ID and failing due to a 302 #678

Closed
@olepinard

Description

@olepinard

I am trying to loop through order ID's and am erroring out with the error included below.

async with Session() as sess: client = OrdersClient(sess) for order in order_ids: print(order) await client.download_order(order)
Is it possible that the 302 is not being handled correctly?

302_error_output.txt

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions