I have an app written on Google Cloud Functions that makes a call to a twitter rest api via the node-twitter library. It works fine on my local machine but fails on GCF. Is it possibly due to a blocked IP?
Fails with error: { Error: read ECONNRESET at exports._errnoException (util.js:1020:11) at TLSWrap.onread (net.js:568:26) code: ‘ECONNRESET’, errno: ‘ECONNRESET’, syscall: ‘read’ }
Thanks,
Emily Carlsen