Skip to content

Registry github does not work on windows #245

@amanenk

Description

@amanenk

Describe the bug

When I try to sync on windows using github registry cloudquery returns

Error: failed to sync source aws: failed to initialize destination plugin client for postgresql: destination configure: failed to call Configure: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing dial tcp: address unix://C:\\Users\\andre\\AppData\\Local\\Temp/cq-SzttZHuEzsslQeXr.sock: too many colons in address"

To achieve this result I have removed grpc.WithBlock() option in grpc.DialContext. With the option the program just blocks when cli tries to dial to plugin.

Expected Behavior

it should work on windows

Steps to Reproduce

cd cli
go run main.go sync ./examples/aws_github --log-level debug

Possible Solution

No response

Provider and CloudQuery version

main branch

Additional Context

No response

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