You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to upgrade from 0.41.2 to 0.44.0. No idea why this is happening.
/x/node_modules/google-cloud/node_modules/protobufjs/dist/protobuf.js:2472
throw Error(this+"#"+keyOrObj+" is not a field: undefined");
^
Error: .google.logging.v2.LogEntry#type is not a field: undefined
at Error (native)
at MessagePrototype.set (/x/node_modules/google-cloud/node_modules/protobufjs/dist/protobuf.js:2472:35)
at MessagePrototype.set (/x/node_modules/google-cloud/node_modules/protobufjs/dist/protobuf.js:2466:38)
at Message (/x/node_modules/google-cloud/node_modules/protobufjs/dist/protobuf.js:2395:34)
at ProtoBuf.Reflect.ElementPrototype.verifyValue (/x/node_modules/google-cloud/node_modules/protobufjs/dist/protobuf.js:1909:28)
at ProtoBuf.Reflect.FieldPrototype.verifyValue (/x/node_modules/google-cloud/node_modules/protobufjs/dist/protobuf.js:3455:43)
at MessagePrototype.set (/x/node_modules/google-cloud/node_modules/protobufjs/dist/protobuf.js:2475:59)
at MessagePrototype.set (/x/node_modules/google-cloud/node_modules/protobufjs/dist/protobuf.js:2466:38)
at Message (/x/node_modules/google-cloud/node_modules/protobufjs/dist/protobuf.js:2395:34)
at serialize (/x/node_modules/google-cloud/node_modules/grpc/src/node/src/common.js:87:23)
The text was updated successfully, but these errors were encountered:
On Saturday (11/19/16), this was generating the above error for me but today the log shows up in gcloud as expected. I rolled my code back already to use gcloud@0.37.0 for now and will try to migrate to google-cloud@latest at some point in the future.
This is probably because of a change we made in our Logging module (#1666). winston-googlecloud doesn't depend on a specific version of google-cloud, it just pulls the latest. If they locked down to an older version, that would work. Otherwise, they'll need to make changes to accommodate the restructure introduced in #1666.
Trying to upgrade from 0.41.2 to 0.44.0. No idea why this is happening.
The text was updated successfully, but these errors were encountered: