find-a-good-nickname

Results 7 comments of find-a-good-nickname

I tried to wrote "M117 Hello" to the terminal page of Octoprint, the little pale blue "Printer Display" shows the hello on the left lower corner, but absolutely nothing can...

Misunderstood. I tried M117 AND then M177 too, but after M117 there was nothing on the printer touchscreen (but the browser's mini display said "hello"). And after M177 there was...

Tried your fix (edited connection.js, device_manager.js, encryptor.js, package.json, package-lock.json files and index.js with the IP of the AC) before npm install, but then this Mcrypt is still missing: ``` pi@raspberrypi:~/ewpe-smart-mqtt...

Tried to install mcrypt as you said (nothing happened), but is still missing: ``` pi@raspberrypi:~/ewpe-smart-mqtt $ npm install mcrypt up to date, audited 79 packages in 2s 5 packages are...

First line in /app/encryptor.js is: `const crypto = require('mcrypt').MCrypt;`

Oh, sorry, my fault! Finally I edited the line to `const MCrypt = require('mcrypt').MCrypt;` ...and it WORKS perfectly! Thanks Stas and Xenomes, thanks and thanks again!

I got the same error exactly. npm version: 8.18.0 node version: 16.13.1 `pi@raspberrypi:~/ewpe-smart-mqtt $ npm start > [email protected] start > node index.js 2022-08-24T04:41:41.770Z [info]: Trying to connect to MQTT server...