Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pagination.py fixed #1985

Closed
wants to merge 1 commit into from
Closed

pagination.py fixed #1985

wants to merge 1 commit into from

Conversation

calzateu
Copy link

The error "AttributeError: 'Response' object has no attribute 'meta'" was corrected. This happens when I initialize the Client object with the "return_type=requests.Response" parameter.

… was corrected. This happens when I initialize the Client object with the <return_type=requests.Response> parameter.
@Harmon758
Copy link
Member

This is a duplicate of #1861, doesn't handle the dictionary return type, and would raise a NameError with Response not being defined/imported.

@Harmon758 Harmon758 closed this Oct 22, 2022
@Harmon758 Harmon758 added Bug This is regarding a bug with the library Duplicate This is a duplicate labels Oct 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug This is regarding a bug with the library Duplicate This is a duplicate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants