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

Failure to deserialize response for auto-generated package #6

Closed
anngvu opened this issue Apr 10, 2024 · 1 comment · Fixed by #8
Closed

Failure to deserialize response for auto-generated package #6

anngvu opened this issue Apr 10, 2024 · 1 comment · Fixed by #8
Labels
bug Something isn't working

Comments

@anngvu
Copy link
Owner

anngvu commented Apr 10, 2024

Try basic test call like:

api <- TeamServicesApi$new()
api$api_client$bearer_token <- Sys.getenv("SYNAPSE_AUTH_TOKEN")
result <- api$getRepoV1TeamMembersIdWithHttpInfo(id = 3423657)

Error:

Error in value[[3L]](cond) : Failed to deserialize response

In the code, this is where response_as_text() fails.

@anngvu anngvu added the bug Something isn't working label Apr 10, 2024
@anngvu anngvu changed the title Failed to deserialize response error Failed to deserialize response error for auto-generated package Jul 14, 2024
@anngvu anngvu changed the title Failed to deserialize response error for auto-generated package Failure to deserialize response for auto-generated package Jul 14, 2024
anngvu added a commit that referenced this issue Jul 16, 2024
@anngvu anngvu mentioned this issue Jul 17, 2024
@anngvu anngvu closed this as completed in #8 Jul 17, 2024
@anngvu anngvu closed this as completed in 3cc991c Jul 17, 2024
@anngvu
Copy link
Owner Author

anngvu commented Jul 19, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant