-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TypeError: The "chunk" argument must be of type string or an instance of Buffer or Uint8Array #2
Comments
Regarding this, activation of the extension is through the "Command Palette", the key default key binding for opening it is `Ctrl+Shift+P 🙂. I'll clarify this with an update to the documentation.
This seems like an unrelated bug that needs looking into. |
FIX: Resolve TypeError: The "chunk" argument must be of type string or an instance of Buffer or Uint8Array #2
Hi |
Hey, Unfortunately I can't install v0.0.3, it says PackageIntegrityCheckFailed.
|
My bad, probably an issue during the package upload. I've re-uploaded (under v0.0.4). Try now. |
I think you've resolved this error, but now running v0.0.5 I'm stuck with "Unexpected error: spawn terraform ENOENT" just like #1. |
Graph view pane opens but is blank. Error in Extension Host log is below.
VS Code 1.76
Live Graph 0.01
Probably unrelated, but your keybinding of ctrl+shift+p didn't work because this is, by default, already bound to something else by VS code.
2023-03-12 12:09:52.246 [info] ExtensionService#_doActivateExtension adamiBs.terraform-live-graph, startup: false, activationEvent: 'onCommand:terraform-live-graph.generateGraphView' 2023-03-12 12:09:53.416 [error] TypeError: The "chunk" argument must be of type string or an instance of Buffer or Uint8Array. Received an instance of Error at new NodeError (node:internal/errors:371:5) at _write (node:internal/streams/writable:312:13) at Writable.write (node:internal/streams/writable:334:10) at Readable.ondata (node:internal/streams/readable:754:22) at Readable.emit (node:events:526:28) at Readable.read (node:internal/streams/readable:527:10) at flow (node:internal/streams/readable:1011:34) at resume_ (node:internal/streams/readable:992:3) at process.processTicksAndRejections (node:internal/process/task_queues:83:21)
The text was updated successfully, but these errors were encountered: