Joost Grunwald
Joost Grunwald
Running: npm run build - building for production... Error: error:0308010C:digital envelope routines::unsupported at new Hash (node:internal/crypto/hash:67:19) at Object.createHash (node:crypto:135:10) at module.exports (/vol/tensusers4/jgrunwald/my_lamachine/src/labirinto/node_modules/webpack/lib/util/createHash.js:135:53) at NormalModule._initBuildHash (/vol/tensusers4/jgrunwald/my_lamachine/src/labirinto/node_modules/webpack/lib/NormalModule.js:417:16) at handleParseError (/vol/tensusers4/jgrunwald/my_lamachine/src/labirinto/node_modules/webpack/lib/NormalModule.js:471:10) at /vol/tensusers4/jgrunwald/my_lamachine/src/labirinto/node_modules/webpack/lib/NormalModule.js:503:5...
I was running lamachine as a virtual environment with a stable release on a pony, mistmane to be precise. I did not have privileges, so I selected no there. I...
TASK [Installing configurable-http-proxy] ************************************** TASK [lamachine-run : Running npm install -g --prefix /vol/tensusers4/jgrunwald/my_lamachine configurable-http-proxy] *** fatal: [mlp13.science.ru.nl]: FAILED! => { "changed": false, "cmd": "#!/bin/bash\nexport LM_QUIET=1\nif [ -e /home/jgrunwald/bin/lamachine-my_lamachine-activate ]; then\n...
That fixed the problem :)
I would not say the issue is closed, as the crashes still happen when trying to use any of the modules specified above. Or was this also already resolved?
@transitive-bullshit @xuhaoruins You can fix this by not using completions but chat/completions instead: POC: const url = `https://{resource-name}.openai.azure.com/openai/deployments/{deployment-name}/chat/completions?api-version={date_preview_here}`; const headers = { "Content-Type": "application/json", "api-key": `${this._apiKey}` //Authorization: `Bearer ${this._apiKey}` };...
> @transitive-bullshit @xuhaoruins You can fix this by not using completions but chat/completions instead: > > POC: const url = `https://{resource-name}.openai.azure.com/openai/deployments/{deployment-name}/chat/completions?api-version={date_preview_here}`; const headers = { "Content-Type": "application/json", "api-key": `${this._apiKey}` //Authorization:...
Fun addition, this only happens when I run monkey in powershell ISE, I just got it working in regular powershell