gRPC Error when running locally #360
Replies: 2 comments 2 replies
-
Hmm, that's weird. Are you using the latest remote dependencies? From the history https://github.com/fzyzcjy/flutter_convenient_test/commits/master/, it seems that 1.3.2 is same as master (except for some minor changes unrelated to this) |
Beta Was this translation helpful? Give feedback.
-
@fzyzcjy If it helps any, I get this error when I don't have the manager running and then attempt If I open the manager first and then run the tests this error goes away 🤔 Not sure if this is a bug that should be reported or if tests should be able to run without the manager open? |
Beta Was this translation helpful? Give feedback.
-
When I run the GUI on Windows and run the integration tests I get the exception:
E/flutter ( 2515): [ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: gRPC Error (code: 14, codeName: UNAVAILABLE, message: Error connecting: SocketException: Connection refused (OS Error: Connection refused, errno = 111), address = 127.0.0.1, port = 37430, details: null, rawResponse: null, trailers: {})
It doesn't run the tests and I don't see the tests inside the GUI.
I can get it to work when I have flutter_convenient_test package locally on my pc and put it in dependency_overrides in my pubspec.yaml.
But I want it to work with the dependency the normal way, otherwise I need to push the whole flutter_convenient_test package to the CICD to build my project.
Things I tried:
Any idea what I am missing?
Beta Was this translation helpful? Give feedback.
All reactions