#`bal pull ballerinax/googleapis.sheets` command fail with Ballerina Update 05

1 messages · Page 1 of 1 (latest)

fringe turtle
#

When trying to pull the googleapis.sheets connector with update 05 distribution, it fails giving following error

ballerinax/googleapis.sheets:3.3.0 [central.ballerina.io -> home repo]  100% [======================================================================================================================================] 29/29 KB (0:00:00 / 0:00:00)
ballerinax/googleapis.sheets:3.3.0 pulled from central successfully
ballerina/file:1.6.0 [central.ballerina.io -> home repo]  100% [====================================================================================================================================================] 80/80 KB (0:00:00 / 0:00:00)
    ballerina/auth:2.6.0 pulled from central successfully
ballerina/log:2.6.0 [central.ballerina.io -> home repo]  100% [=====================================================================================================================================================] 20/20 KB (0:00:00 / 0:00:00)
    ballerina/log:2.6.0 pulled from central successfully
ballerina: ERROR [ballerina/http/2.6.1::http_request_context.bal:(88:17,88:41)] invalid return type: members of a dependently-typed union type with an inferred typedesc parameter should have disjoint basic types
ballerina: compilation contains errors

This may be because, we are trying to pull the incompatible HTTP version 2.6.1 instead of 2.7.0

fringe turtle
#

why are we pulling incompatibles versions in bal pull command? @rigid hinge