james0x2a
About
- Username
- james0x2a
- Joined
- Visits
- 2
- Last Active
- Roles
- Member
Comments
-
Ok, here's a shell script that can stand in for ffmpeg to make this work: https://pastebin.com/nWZnAapW Note that the two issues being fixed are the absolute paths (necessitating -safe 0) and the arguments to -filter_complex need to omit spaces.Inc…
-
Next on the troubleshooting list is to see if the -safe option for ffmpeg will help. I don't see any way to pass this argument except by creating a bash script to provide to Repetier-Server consisting of/usr/bin/ffmpeg -safe $* Will report if this …
-
Nope, trying to use avconv on the remote server doesn't appear to work either. It looks like the remote server is trying to call avconv with the same parameters as ffmpeg, but on the printer's server (RPi), it uses distinct arguments for avconv. I…
-
As we discussed, this was traced to an issue with the User-Agent string being set. To compensate for this while we wait for 0.80.4, I have created a little proxy in Python that does just enough to get a UA header added to make this functionality wo…
-
I replied to your post on my wall with additional info.
-
Looks like it's fixed in 0.80.4! Can't wait for the full release of the new version!
-
Here's an example fetchFile request that is being generated: POST /cloud/fetchFile HTTP/1.1Content-Type: application/x-www-form-urlencodedContent-Length: 172Connection: CloseHost: repetier.internal.domain.com:3344 apikey=4b27abe0-3abe-4b92-acb4-e2b…
-
I also get the error when the Pi is tasked with the rendering from another server. I have manually reconstructed the sequence of HTTP POSTs to invoke a rendering job, and I sent this sequence by hand to both a Linux x64 server and to the Pi server.…
-
Follow-up: to eliminate variables, I have also tried uploading GCode to other Repetier-Server instances to farm out, and they also fail in exactly the same way, including when the RPi is asked to render the image.