Edit: Updating to version 0.84.4 will fix this issue.
Me and @mskian Facing the same issue after updating to version 0.84.3
Using via Docker
Tried Reauthenticating the Google API
Tried with Different Sheet
still the same…
ERROR: 400 - {"error":{"code":400,"message":"Unable to parse range: A:D1:undefined1","status":"INVALID_ARGUMENT"}}
StatusCodeError: 400 - {"error":{"code":400,"message":"Unable to parse range: A:D1:undefined1","status":"INVALID_ARGUMENT"}}
at new StatusCodeError (/usr/local/lib/node_modules/n8n/node_modules/request-promise-core/lib/errors.js:32:15)
at Request.plumbing.callback (/usr/local/lib/node_modules/n8n/node_modules/request-promise-core/lib/plumbing.js:104:33)
at Request.RP$callback [as _callback] (/usr/local/lib/node_modules/n8n/node_modules/request-promise-core/lib/plumbing.js:46:31)
at Request.self.callback (/usr/local/lib/node_modules/n8n/node_modules/request/request.js:185:22)
at Request.emit (events.js:310:20)
at Request.<anonymous> (/usr/local/lib/node_modules/n8n/node_modules/request/request.js:1154:10)
at Request.emit (events.js:310:20)
at IncomingMessage.<anonymous> (/usr/local/lib/node_modules/n8n/node_modules/request/request.js:1076:12)
at Object.onceWrapper (events.js:416:28)
at IncomingMessage.emit (events.js:322:22)
Hi @mcnaveen, I am unable to replicate this error. Can you please provide more information such as your workflow and/or the configuration of the Google Sheets node?
From a first glance it seems like the value in the Range field is incorrect.
Case in point, here’s me reading data using the Google Sheets node.