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
Hi Team,
I'm currently facing this error on CodeCommit API when I run createCommit(...) function on Windows build.
createCommit(...)
ClientException with SocketException: Write failed (OS Error: An established connection was aborted by the software in your host machine. , errno = 10053), address = codecommit.ap-south-1.amazonaws.com, port = 52726, uri=https://codecommit.ap-south-1.amazonaws.com/? | #0 IOClient.send (package:http/src/io_client.dart:154) <asynchronous suspension> #1 JsonProtocol.send (package:shared_aws_api/src/protocol/json.dart:98) <asynchronous suspension> #2 CodeCommit.createCommit (package:aws_codecommit_api/codecommit-2015-04-13.dart:756) <asynchronous suspension> #3 CodeCommitIsolate._tasksToDo (package:visual_builder/widgets/blup_top_menu/web_build/code_commit_isolates.dart:136) <asynchronous suspension> #4 CodeCommitIsolate._entryPoint (package:visual_builder/widgets/blup_top_menu/web_build/code_commit_isolates.dart:69) <asynchronous suspension> }
@isoos @Schwusch. Could you guys help me with this?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi Team,
I'm currently facing this error on CodeCommit API when I run
createCommit(...)
function on Windows build.@isoos @Schwusch. Could you guys help me with this?
The text was updated successfully, but these errors were encountered: