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
{{ message }}
This repository was archived by the owner on Aug 22, 2019. It is now read-only.
Getting below error message when bakery.bake function is called.
TypeError: Method get TypedArray.prototype.length called on incompatible receiver [object Object]
at BitWriter.get length [as length] ()
at BitWriter.makeArrayLike [as _makeArrayLike] (D:\OpenBadge\POC\node_modules\bitwriter\index.js:357:18)
at BitWriter.setupBuffer (D:\OpenBadge\POC\node_modules\bitwriter\index.js:72:8)
at BitWriter.initialize (D:\OpenBadge\POC\node_modules\bitwriter\index.js:58:8)
at new BitWriter (D:\OpenBadge\POC\node_modules\bitwriter\index.js:10:19)
at BitWriter (D:\OpenBadge\POC\node_modules\bitwriter\index.js:9:12)
at new Output (D:\OpenBadge\POC\node_modules\streampng\lib\chunks\base.js:161:17)
at constructor.outputPrepare [as _outputPrepare] (D:\OpenBadge\POC\node_modules\streampng\lib\chunks\base.js:155:13)
at constructor.makeBuffer [as _startOutput] (D:\OpenBadge\POC\node_modules\streampng\lib\chunks\international-text.js:38:21)
at constructor.out (D:\OpenBadge\POC\node_modules\streampng\lib\chunks\international-text.js:23:19)