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
const fetchRawResponse = async (auth2, args) => await auth2.retry(async () => {
^
TypeError: auth2.retry is not a function
at fetchRawResponse (.../node_modules/@vesselapi/integrations/dist/index.js:251:65)
at Object.makeValidatedRequest [as passthrough] (.../node_modules/@vesselapi/integrations/dist/index.js:279:30)
at main (.../vessel.js:13:55)
at Object.<anonymous> (.../vessel.js:29:1)
at Module._compile (node:internal/modules/cjs/loader:1233:14)
at Module._extensions..js (node:internal/modules/cjs/loader:1287:10)
at Module.load (node:internal/modules/cjs/loader:1091:32)
at Module._load (node:internal/modules/cjs/loader:938:12)
at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:83:12)
at node:internal/main/run_main_module:23:47
Node.js v20.5.0
The text was updated successfully, but these errors were encountered:
So I've been trying to use this integrations library to get a simple google calendar passthrough call working but keep running into an auth problem.
Code:
Error:
The text was updated successfully, but these errors were encountered: