-
Notifications
You must be signed in to change notification settings - Fork 26
Registry github does not work on windows #245
Copy link
Copy link
Closed
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels