omarryhan/aiogoogle

paginn issue

Closed this issue · 2 comments

next_page_generator fail after first page because user_creds not passed in sess.send

prev_res = await sess.send(next_req, full_res=True, auth_manager=prev_res.auth_manager)

fixed by edit to :
prev_res = await sess.send(next_req, full_res=True, auth_manager=prev_res.auth_manager,user_creds=user_creds)

Hi, thank you for filing the issue. Can you give a more detailed reproduction please? Also, which version you're on?

seems rar condition, i use customed oauth wish not flow the standards