We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In GitHub.request, the following line can throw an uncaught exception:
final response = await http.Response.fromStream(streamedResponse);
Ideally this should be handled...
Here's the stack trace:
Connection closed before full header was received #0 IOClient.send (package:http/src/io_client.dart:66:7) <asynchronous suspension> #1 GitHub.request (package:github/src/common/github.dart:400:30) <asynchronous suspension> #2 PaginationHelper.fetchStreamed (package:github/src/common/util/pagination.dart:38:20) <asynchronous suspension> #3 SearchService.repositories.<anonymous closure> (package:github/src/common/search_service.dart:30:17) <asynchronous suspension>
This is using github 9.2.0, by the way.
Thanks for your great work!
The text was updated successfully, but these errors were encountered:
👋 Thanks for reporting! @robrbecker will take a look.
Sorry, something went wrong.
Any updates on this?
No branches or pull requests
In GitHub.request, the following line can throw an uncaught exception:
Ideally this should be handled...
Here's the stack trace:
This is using github 9.2.0, by the way.
Thanks for your great work!
The text was updated successfully, but these errors were encountered: