Skip to content

hover run not runed #690

Open
Open
@george012

Description

@george012

Hover doctor

wmyeah@WMYeah-Mac-16 tianxia_box % hover doctor --docker
hover: Hover version v0.47.2 running on darwin
hover: Sharing packaging tools
hover: darwin-bundle is supported
hover: darwin-dmg is supported
hover: darwin-pkg is supported
hover: Packaging linux-appimage is not supported on darwin
hover: To still package linux-appimage on darwin you need to run hover with the `--docker` flag.
hover: Packaging linux-deb is not supported on darwin
hover: To still package linux-deb on darwin you need to run hover with the `--docker` flag.
hover: Packaging linux-pkg is not supported on darwin
hover: To still package linux-pkg on darwin you need to run hover with the `--docker` flag.
hover: Packaging linux-rpm is not supported on darwin
hover: To still package linux-rpm on darwin you need to run hover with the `--docker` flag.
hover: Packaging linux-snap is not supported on darwin
hover: To still package linux-snap on darwin you need to run hover with the `--docker` flag.
hover: Packaging windows-msi is not supported on darwin
hover: To still package windows-msi on darwin you need to run hover with the `--docker` flag.
hover: 
hover: Sharing flutter version
Flutter 3.13.0-0.3.pre • channel beta • https://github.com/flutter/flutter.git
Framework • revision e90f5d4561 (6 days ago) • 2023-08-04 14:55:33 -0700
Engine • revision c1f977f72b
Tools • Dart 3.1.0 (build 3.1.0-262.3.beta) • DevTools 2.25.0
hover: Flutter engine commit: https://github.com/flutter/engine/commit/c1f977f72b68da673ec493ab5df0beacacc7a88b
hover: Finding out the C compiler version
Apple clang version 14.0.0 (clang-1400.0.29.202)
Target: x86_64-apple-darwin21.6.0
Thread model: posix
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
hover: Sharing the content of go.mod
module tianxia_box/go

go 1.20

require (
	github.com/go-flutter-desktop/go-flutter v0.52.2
	github.com/pkg/errors v0.9.1
)

require (
	github.com/Xuanwo/go-locale v1.1.0 // indirect
	github.com/go-gl/gl v0.0.0-20211210172815-726fda9656d6 // indirect
	github.com/go-gl/glfw/v3.3/glfw v0.0.0-20220712193148-63cf1f4ef61f // indirect
	golang.org/x/sys v0.0.0-20211023085530-d6a326fbbf70 // indirect
	golang.org/x/text v0.3.7 // indirect
)
hover: Sharing the content of hover.yaml
application-name: ""
executable-name: ""
package-name: ""
organization-name: com.tianxiabox
license: ""
target: lib/main_desktop.dart
branch: ""
cache-path: ""
opengl: ""
engine-version: ""
hover: Sharing the content of go/cmd
go/cmd/main.go	go/cmd/options.go

Error output

Using hover run to run my application, I get the following
error:

hover: Downloading engine for platform darwin-debug_unopt at version c1f977f72b68da673ec493ab5df0beacacc7a88b...
hover: Failed to download engine: failed to get Content-Length header: strconv.Atoi: parsing "": invalid syntax

not runed

    flutter create test_hover
    cd test_hover
    hover init
    hover run 

-->

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions