Claghorn

Results 10 comments of Claghorn

Same problem on fedora 36. Running in a terminal shows this stuff: `PyInstaller/loader/pyimod03_importers.py:495: DeprecationWarning: the imp module is deprecated in favour of importlib and slated for removal in Python 3.12;...

At least I found a handy command line program on github named "dragon" which allows me to feed it a filename on the command line then drag that file into...

dragon tool: https://github.com/mwh/dragon/releases/tag/v1.2.0

Revelation! The example program is fine, but the cmake stuff (which is totally obscure to me) does not manage to get the environment variables for WIFI_SSID and WIFI_PASSWORD all the...

I haven't had the patience to try and dig through the maze to figure anything out. I'm considering reinstalling everything starting with ubuntu and building octoprint from scratch to see...

This inspired me to poke around some, and I'm guessing it has something to do with the new version of haproxy which I had to guess how to configure since...

Once I gave up trying to get haproxy to tell me exactly what it was doing and switched to wireshark to see the full http requests, I could see that...

Success at last! The magic gibberish involved using a different command: `backend webcam` ` http-request replace-path /webcam/(.*) /\1` ` option forwardfor` ` server webcam1 127.0.0.1:8080` It finally works in pretty...

Just a random thought from someone waiting for his kit to arrive: What if the firmware were to run the motors a lot slower during the homing process? Heck, it...

Just finished my MK4 kit build, loaded firmware 5.0.0, setup wifi, but I can't login with any browser. I just keep getting the login window over and over again.