JankariTech / blog

Blogposts from JankariTech
https://blog.jankaritech.com
GNU General Public License v3.0
10 stars 3 forks source link

Problem while running BDD Flutter blog example #151

Open grgprarup opened 1 month ago

grgprarup commented 1 month ago

There is a problem while running the BDD tests, the error below is shown then the test exits.

TimeoutException after 0:01:30.000000: Timeout while waiting for observatory debugger uri

The issue was created in Flutter https://github.com/flutter/flutter/issues/132471 but it's closed and referenced to another issue https://github.com/flutter/flutter/issues/26968. This problem is not with the BDD Flutter blog example itself but might be with Flutter.

Other people are also facing the same problem as mentioned in comments https://github.com/flutter/flutter/issues/26968#issuecomment-1772197681, https://github.com/flutter/flutter/issues/26968#issuecomment-1784193290, https://github.com/flutter/flutter/issues/26968#issuecomment-1850511064, https://github.com/flutter/flutter/issues/26968#issuecomment-1850523149, https://github.com/flutter/flutter/issues/26968#issuecomment-2116261829

koebel commented 1 month ago

Did you try to do the steps suggested in https://github.com/flutter/flutter/issues/132471#issuecomment-1678432468?

grgprarup commented 1 month ago

Did you try to do the steps suggested in flutter/flutter#132471 (comment)?

I tried that but no luck. That is not helping others too https://github.com/flutter/flutter/issues/132471#issuecomment-1678497853

koebel commented 1 month ago

@grgprarup would you mind to add the link to your (or Artur's) repo with the source code of the example we're talking about to this issue?

grgprarup commented 1 month ago

@grgprarup would you mind to add the link to your (or Artur's) repo with the source code of the example we're talking about to this issue?

The link to example repo is in issue description This problem is not with the [BDD Flutter blog](https://github.com/JankariTech/flutterBDDexample.git) example itself but might be with Flutter.. Due to that error I didn't update the repo according to latest version of techs. I tried locally by updating Flutter, Dart and other dependencies versions.