Pulumi: Users report seeing odd error messages about "Method handler getSchema for /pulumirpc.ResourceProvider/GetSchema expected but not provided"

Created on 6 Mar 2020  路  3Comments  路  Source: pulumi/pulumi

Most helpful comment

also seeing this message.

```
pulumi:pulumi:Stack (infrastructure-stage):
Method handler getSchema for /pulumirpc.ResourceProvider/GetSchema expected but not provided

Method handler getSchema for /pulumirpc.ResourceProvider/GetSchema expected but not provided

error: update failed

Resources:
399 unchanged

```

the error is from something else. but the message is new for me.

All 3 comments

Pretty sure this happens when the method is missing from dynamic providers. See https://github.com/pulumi/pulumi/commit/3621c01f4becf75e24bf937bbda69ff8aaf6b5f7

also seeing this message.

```
pulumi:pulumi:Stack (infrastructure-stage):
Method handler getSchema for /pulumirpc.ResourceProvider/GetSchema expected but not provided

Method handler getSchema for /pulumirpc.ResourceProvider/GetSchema expected but not provided

error: update failed

Resources:
399 unchanged

```

the error is from something else. but the message is new for me.

I'm also receiving this message today Method handler getSchema for /pulumirpc.ResourceProvider/GetSchema expected but not provided

Was this page helpful?
0 / 5 - 0 ratings