Nathan

Results 7 comments of Nathan

Absolutely! The following is the core of the function that is being tested. ```js youtube.videos.list({ maxResults: 1, part: ['statistics', 'snippet'], id: videoID }).then(response => { var videos = response.data.items; //...

The only thing I found was I was having similar issues with another helm repo, and the only way I could fix it was to nuke the entire flux bootstrap...

@98jan thanks for the reply, I must have changed that last night while playing around, unfortunately it's still stuck with the error.

The interesting part to me is that, the error has to do with releases not the chart itself, which to me looks like the release is the issue as it...

Yeah there's something very unusual going on, nuked the node and recreated everything and it's now working: ``` True Helm install succeeded for release rook-ceph/rook-ceph-cluster.v1 with chart [email protected] ``` No...

I can tell you what the issue/fix might be. I tried setting up a global exception handler with NestJS. Each time I would trigger and catch any exception with it,...

https://github.com/golevelup/nestjs/blob/master/packages%2Frabbitmq%2Fsrc%2Famqp%2Fconnection.ts#L460 This is the location, and it's repro-able using the basic implementation of the RPC exception handler from nestJS and your subscription setup.