You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?