The new WebKit feature for loading large images asynchronously introduced in Safari Tech Preview 26 causes mjpg-streamer webcam based streams to flicker, the boolean property that defaults to true, largeImageAsyncDecodingEnabled, causes this issue.…
it might be a silly problem.
I have no idea about why I am facing ModuleNotFoundError: No module named 'apscheduler' but I have already successfully installed APscheduler.
I have tried uninstalling it and re-install the specific version of…
I want to upload a file as described here: http://docs.octoprint.org/en/master/api/files.html#upload-file-or-create-folder
I use apache-httpclient to send a post connection, but whenever I start the method, nothing happens and the application got…
I'm trying to upload large files to Amazon S3 without using credentials. I'm creating a plugin for Octoprint with this, and I can't put any sort of credentials into the code due to it being public. Currently my code for uploads looks like…
I am trying to use the REST API with Octoprint
My code is as follows:
import requests
import json
api_token = '7598509FC2184985B2B230AEE22B388F'
api_url_base = 'http://10.20.10.189/'
api_url = '{}{}'.format(api_url_base, 'api/job')
headers = {
…
I'm very new to Raspberry Pi, and have no prior notable experience with Linux so this is all new to me...
Octoprint is a 3D printer spooler that you can run on your raspberry pi. One of the features on Octoprint is the ability to setup a USB camera…
I am doing this script to check if my OctoPrint (3d-printer) is cooling down or not.
By using
#octocmd status
temps:
bed: actual=26.0, target=0.0, offset=0
tool0: actual=54.9, target=55.0, offset=0
i will get a data like this.
i am able…
I want to make some changes to the Octoprint 3d printing web interface in order to fit my expectations. In order to change values and observe the results, I apparently have to recompile every time even if the changes are on the front end and not in…
I create an Octoprint container to control my printer, and it works fine.
Now I want to have secure access to it from anywhere. To do this, I use HAProxy.
However, after authorization, HAProxy returns the StatusCode 503, and I can't fix that.
Here…
I am trying to set up an Octoprint server on an old but perfectly servicable Win10 Laptop workstation, however, during the final octoprint install, I get this error (see attached image) noting that I require a later version of C++, at least ver 14…
Previous title: Use Docker Nginx container to proxy website on another machine in local network
I would really like to access my 3D Printer (OctoPrint) from outside. It is currently accessible at http://192.168.1.198 at my home.
I have docker setup…
When I run the command on my SBC:
docker run --volume $(pwd):/home/octoprint --device /dev/ttyUSB0:/dev/ttyACM0 -p 5000:5000 --name octoprint octoprint/octoprint:1.4.0-python3
Everything works normally; I can open the octoprint screen and my 3D…
I want to send a POST Request to the Octoprint API via the Apache HttpClient, something like shown here: http://docs.octoprint.org/en/master/api/job.html#issue-a-job-command (e.g. to start a job). I've read the docs of both, but still getting "Bad…
I am trying to pass parameters to a JavaScript file which will be executed using NodeJS.
The JavaScript file contains following function:
function handleEvent() {
var options = { method: 'POST',
url:…
I'm programming an opc server for a octoprint server. The opc server has to communicate with the octoprint server. One opc method is to issue a slicing process by passing the path of the stl-file over a opc client gui. As I'm a noob in this section…