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

GetAlbumsAsync error #95

Closed
kamnaz opened this issue Sep 1, 2017 · 1 comment
Closed

GetAlbumsAsync error #95

kamnaz opened this issue Sep 1, 2017 · 1 comment
Assignees
Labels

Comments

@kamnaz
Copy link

kamnaz commented Sep 1, 2017

With the latest update this line gives an error:

var albums = await client.GetAlbumsAsync(new VimeoDotNet.Parameters.GetAlbumsParameters { PerPage = 50 });

And the error is "System.Net.ProtocolViolationException: Cannot send a content-body with this verb-type."

Any workarounds?

Thanks,
Kam

@mfilippov mfilippov self-assigned this Sep 6, 2017
@mfilippov mfilippov added the bug label Sep 6, 2017
@mfilippov
Copy link
Owner

@kamnaz I fix issues in "GET" request processing and add the test for your case. Thank you for the report.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants