gatsby-source-google-sheets icon indicating copy to clipboard operation
gatsby-source-google-sheets copied to clipboard

value must be an array of bytes on uuid

Open bipinct opened this issue 5 years ago • 0 comments

ERROR #11321 PLUGIN

"gatsby-source-google-sheets" threw an error while running the sourceNodes lifecycle:

value must be an array of bytes

43 | rows.forEach(function (r) { 44 | createNode(Object.assign(r, {

45 | id: uuidv5(r.id, uuidv5("gsheet", seedConstant)), | ^ 46 | parent: "SOURCE", 47 | children: [], 48 | internal: {

File: node_modules/gatsby-source-google-sheets/gatsby-node.js:45:21

TypeError: value must be an array of bytes

  • v35.js:29 generateUUID [gatsby-site]/[uuid]/lib/v35.js:29:38

  • gatsby-node.js:45 [gatsby-site]/[gatsby-source-google-sheets]/gatsby-node.js:45:21

  • Array.forEach

  • gatsby-node.js:43 _callee$ [gatsby-site]/[gatsby-source-google-sheets]/gatsby-node.js:43:18

  • next_tick.js:68 process._tickCallback internal/process/next_tick.js:68:7

  • From previous event:

  • api-runner-node.js:440 resolve [gatsby-site]/[gatsby]/src/utils/api-runner-node.js:440:9

  • From previous event:

  • api-runner-node.js:439 Promise.mapSeries.plugin [gatsby-site]/[gatsby]/src/utils/api-runner-node.js:439:14

  • From previous event:

  • api-runner-node.js:431 resolve [gatsby-site]/[gatsby]/src/utils/api-runner-node.js:431:13

  • From previous event:

  • api-runner-node.js:347 module.exports [gatsby-site]/[gatsby]/src/utils/api-runner-node.js:347:3

  • source-nodes.ts:94 _default [gatsby-site]/[gatsby]/src/utils/source-nodes.ts:94:9

  • source-nodes.ts:24 sourceNodes [gatsby-site]/[gatsby]/src/services/source-nodes.ts:24:9

  • interpreter.js:720 Interpreter.exec [gatsby-site]/[xstate]/lib/interpreter.js:720:27

  • interpreter.js:223 Interpreter.execute [gatsby-site]/[xstate]/lib/interpreter.js:223:22

  • interpreter.js:243 Interpreter.update [gatsby-site]/[xstate]/lib/interpreter.js:243:18

  • interpreter.js:144 [gatsby-site]/[xstate]/lib/interpreter.js:144:23

  • scheduler.js:59 Scheduler.process [gatsby-site]/[xstate]/lib/scheduler.js:59:13

  • scheduler.js:43 Scheduler.schedule [gatsby-site]/[xstate]/lib/scheduler.js:43:14

  • interpreter.js:140 Interpreter.send [gatsby-site]/[xstate]/lib/interpreter.js:140:29

  • interpreter.js:838 [gatsby-site]/[xstate]/lib/interpreter.js:838:23

bipinct avatar Sep 02 '20 01:09 bipinct