Dropsource / monarch

Monarch is a tool for building Flutter widgets in isolation. It makes it easy to build, test and debug complex UIs.
https://monarchapp.io
MIT License
437 stars 22 forks source link

We could not find a compatible Monarch UI for this version of Monarch and Flutter. #37

Closed edlvox closed 2 years ago

edlvox commented 2 years ago

Hi, thanks for the great work, wanted to give it a try but got the error mentioned, changed branch several time with the same issue, here is the log:

stderr: (blank) 2022-02-27 6:50:16.387574 INFO [TaskRunnerProjectConfig] flutter_version=2.10.2 flutter_channel=stable 2022-02-27 6:50:16.387585 INFO [TaskRunnerProjectConfig] min_flutter_version=2.4.0-4.0.pre flutter version support ok 2022-02-27 6:50:16.387589 INFO [TaskRunnerProjectConfig] monarch_package_version=2.1.2 2022-02-27 6:50:16.387696 INFO [ProjectCompatibility] monarch_package_minimum_compatible_version=2.1.0 2022-02-27 6:50:16.387797 WARNING [EnableFlutterDesktop] .flutter_settings file not found, assuming flutter desktop is disabled 2022-02-27 6:50:16.387799 INFO [StandardOutput] Enabling Flutter for desktop 2022-02-27 6:50:17.087178 INFO [EnableFlutterDesktop] "flutter config --enable-macos-desktop" run successfully 2022-02-27 6:50:17.087321 INFO [CommandTaskRunner] Did not find monarch ui id directory at /Users/bon/development/monarch/bin/cache/monarch_ui/flutter_macos_2.10.2-stable 2022-02-27 6:50:17.087467 INFO [StandardOutput] 2022-02-27 6:50:17.087490 INFO [StandardOutput] Downloading the Monarch UI for this project's flutter version... 2022-02-27 6:50:17.415093 WARNING [VersionApi] Version API returned status code 404 for endpoint GET https://monarch-version-api.herokuapp.com/ui_bundle/macos/1.7.2/flutter/2.10.2/stable 2022-02-27 6:50:17.741951 INFO [StandardOutput] We could not find a compatible Monarch UI for this version of Monarch and Flutter. You could try switching Flutter versions. Or, create a GitHub issue in the Monarch repo and let us know which Flutter version your project is using: https://github.com/Dropsource/monarch/issues

Thanks!

fertrig commented 2 years ago

We fixed this issue. Please try again.

There was an issue with our API and the latest version of flutter. It is resolved now.

edlvox commented 2 years ago

Got it working, thank you!