Closed garrettg123 closed 3 months ago
It appears that this was similarly caused by logging an object:
const subscriptionCreateResult = await pubSubClient.createSubscription(
PUBSUB_TOPIC,
subscriptionName
)
log('Subscribed to Gmail notifications', subscriptionCreateResult) // removing the object from the log fixes the error
Thanks for stopping by to let us know something could be better!
PLEASE READ: If you have a support contract with Google, please create an issue in the support console instead of filing on GitHub. This will ensure a timely response.
1) Is this a client library issue or a product issue? This is the client library for . We will only be able to assist with issues that pertain to the behaviors of this library. If the issue you're experiencing is due to the behavior of the product itself, please visit the [ Support page]() to reach the most relevant engineers.
2) Did someone already solve this?
3) Do you have a support contract? Please create an issue in the support console to ensure a timely response.
If the support paths suggested above still do not result in a resolution, please provide the following details.
Environment details
@google-cloud/pubsub
version: 4.5.0Steps to reproduce
Throws error:
Making sure to follow these steps will guarantee the quickest resolution possible.
Thanks!